Skip to content

Commit

Permalink
ci: do not merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Feb 18, 2024
1 parent 0253f07 commit 5839e76
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: DO NOT MERGE
name: PR label check
on:
pull_request:
types:
- opened
- labeled
- unlabeled

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
pull-requests: read

jobs:
do-not-merge:
name: '!!!'
if: github.event.label.name == 'do NOT merge!!!'
runs-on: ubuntu-22.04
steps:
- run: |
Expand Down

0 comments on commit 5839e76

Please sign in to comment.