We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a7aae commit b13faa3Copy full SHA for b13faa3
1 file changed
.github/workflows/pull_request_dependency_check.yaml
@@ -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