Skip to content

Commit 0715406

Browse files
authored
Auto-approve PRs from 'stackdriver-instrumentation-release'. (#236)
1 parent c8c0bfb commit 0715406

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/auto-approve.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)