We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f9f63 commit a477060Copy full SHA for a477060
1 file changed
.github/workflows/check-labels.yml
@@ -0,0 +1,21 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - main
5
+ paths:
6
+ - 'ISSUE_LABELS.md'
7
+ pull_request:
8
9
10
11
12
+name: Check Issue Labels
13
+jobs:
14
+ check:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - name: Checkout code
18
+ uses: actions/checkout@v2
19
+ - name: Check Labels
20
+ run: |
21
+ ./.github/scripts/check-labels.sh
0 commit comments