Skip to content

Commit 00ebffe

Browse files
committed
updated label checker workflow
1 parent f707444 commit 00ebffe

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed
Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
name: Label Checker
2-
on:
3-
pull_request:
4-
types:
5-
- opened
6-
- synchronize
7-
- labeled
8-
- unlabeled
9-
10-
jobs:
11-
12-
check_labels:
13-
name: Check for labels
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: docker://agilepathway/pull-request-label-checker:latest
17-
with:
18-
one_of: highlight,breaking-change,security-fix,enhancement,bug
19-
repo_token: ${{ secrets.GITHUB_TOKEN }}
1+
name: Label Checker
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- synchronize
7+
- labeled
8+
- unlabeled
9+
jobs:
10+
check_labels:
11+
name: Check for labels
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: docker://agilepathway/pull-request-label-checker:latest
15+
with:
16+
any_of: highlight,breaking-change,security-fix,enhancement,bug,cleanup-rewrite,regression-fix,codex
17+
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)