Skip to content

Commit b13faa3

Browse files
committed
GHA: Add PR dependency check
Add a workflow that will check if dependent PR are merged. If not, fail the build.
1 parent e6a7aae commit b13faa3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
pull_request_target:
3+
types: [opened, edited, reopened, labeled, unlabeled, synchronize]
4+
5+
permissions:
6+
issues: read
7+
pull-requests: read
8+
9+
jobs:
10+
check_dependencies:
11+
uses: bkhouri/github-workflows/.github/workflows/github_actions_dependencies.yml@t/main/pr_dependency-check

0 commit comments

Comments
 (0)