We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6703075 commit 8e01f4fCopy full SHA for 8e01f4f
.github/workflows/auto-merge-safe-deps.yml
@@ -0,0 +1,9 @@
1
+name: Automatically approve and merge safe dependency updates
2
+on:
3
+- pull_request_target
4
+permissions:
5
+ contents: write
6
+ pull-requests: write
7
+jobs:
8
+ auto-merge-safe-deps:
9
+ uses: jenkins-infra/github-reusable-workflows/.github/workflows/auto-merge-safe-deps.yml@v1
.github/workflows/close-bom-if-passing.yml
@@ -0,0 +1,11 @@
+name: Close BOM update PR if passing
+ check_run:
+ types:
+ - completed
+ contents: read
10
+ close-bom-if-passing:
11
+ uses: jenkins-infra/github-reusable-workflows/.github/workflows/close-bom-if-passing.yml@v1
0 commit comments