Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Falk Puschner <[email protected]>
  • Loading branch information
0x46616c6b and flaxel committed Apr 25, 2024
1 parent fabeecb commit ea4de70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template_merge_block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
label:
required: false
type: string
default: do not merge
default: "do not merge"
comment:
required: false
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ on:

jobs:
block:
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v2.0.0
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v5.2.0
with:
# optional: name of the label if the PR should not be merged, default: do not merge
label: merge block
# optional: comment when the PR is blocked, default: true
comment: true
comment: false
```
</details>
Expand Down

0 comments on commit ea4de70

Please sign in to comment.