Skip to content

Commit

Permalink
chore: update do-not-merge action (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Feb 1, 2023
1 parent 56bebf9 commit 0108353
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/do-not-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request:
types:
- labeled
- unlabeled

permissions:
pull-requests: read

jobs:
debug:
Expand Down Expand Up @@ -39,7 +43,7 @@ jobs:
${{ toJSON(github) }}
```' >> $GITHUB_STEP_SUMMARY
do-not-merge:
name: DO NOT MERGE
name: '!!!'
if: github.event.label.name == 'do NOT merge!!!'
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 0108353

Please sign in to comment.