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 a5fd7c9 commit 5872515Copy full SHA for 5872515
.github/workflows/dependabot-approve-and-merge.yaml
@@ -0,0 +1,15 @@
1
+name: Dependabot approve and merge
2
+
3
+on:
4
+ pull_request:
5
+ branches: [main]
6
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
11
+jobs:
12
+ dependabot-approve-and-merge:
13
+ secrets:
14
+ SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }}
15
+ uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v2
0 commit comments