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 c8c0bfb commit 0715406Copy full SHA for 0715406
.github/workflows/auto-approve.yml
@@ -0,0 +1,12 @@
1
+# Automatically approve PRs created by our release robot account.
2
+name: Auto approve
3
+on: pull_request
4
+
5
+jobs:
6
+ auto-approve:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: hmarr/auto-approve-action@v2.0.0
10
+ if: github.actor == 'stackdriver-instrumentation-release'
11
+ with:
12
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments