Auto-approve codegen PRs (#2323)

This commit is contained in:
Josh Mock
2024-08-05 13:12:20 -05:00
committed by GitHub
parent f737290d10
commit 84ab2a787d

12
.github/workflows/auto-approve.yml vendored Normal file
View 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