Skip to content

Commit 5ab634f

Browse files
authoredJan 11, 2024
ci: add dependency between workflows, and add more label in the list (#771)
* ci: add dependency between workflows, and add more label in the list * ci: check workflow dependency
1 parent 9a90959 commit 5ab634f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/workflows/check-pr-label.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
- reopened
88
- labeled
99
- unlabeled
10+
workflow_run:
11+
workflows:
12+
- auto-label
13+
types:
14+
- completed
1015

1116
jobs:
1217

@@ -16,5 +21,5 @@ jobs:
1621
steps:
1722
- uses: docker://agilepathway/pull-request-label-checker:latest
1823
with:
19-
any_of: documentation,enhancement,bug,cicd,test,breaking-change,feature,scripts
24+
any_of: documentation,enhancement,bug,cicd,test,breaking-change,feature,scripts,dependencies
2025
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)