Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-approve PRs from 'stackdriver-instrumentation-release'. #236

Merged
merged 3 commits into from
Jun 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Auto-approve PRs from 'stackdriver-instrumentation-release'.
jkschulz committed May 19, 2020
commit 69d5943c490f8a67e4cdd450cf7ebfef1737508b
12 changes: 12 additions & 0 deletions .github/workflows/auto-approve-yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Automatically approve PRs created by our release robot account.
name: Auto approve
on: pull_request

jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: github.actor == 'stackdriver-instrumentation-release'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -121,6 +121,7 @@ The matrix below lists the versions of Prometheus Server and other dependencies
|-----------------|----------------------|----------------------|---------------------|---------------------|---------------------|
| **0.5.x** | ✗ | ✓ | ? | ✓ | ? |
| **0.6.x** | ✗ | ? | ? | ✓ | ? |
| **0.7.x** | ? | ? | ? | ? | ✓ |

- ✓: Verified as compatible.
- ✗: Verified as incompatible.