Auto-approve codegen PRs (#2323)
This commit is contained in:
12
.github/workflows/auto-approve.yml
vendored
Normal file
12
.github/workflows/auto-approve.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
name: "Auto-approve codegen PRs"
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
auto-approve:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
if: github.actor == 'elasticmachine'
|
||||
steps:
|
||||
- uses: hmarr/auto-approve-action@v4
|
||||
Reference in New Issue
Block a user