Skip to content

Commit

Permalink
[Ops] Fix auto-approve script (elastic#160856)
Browse files Browse the repository at this point in the history
## Summary
Our original intent of kibanamachine approving their own PRs didn't
work, we switch to the default github-actions as an approver for
kibanamachine's PRs.
  • Loading branch information
delanni authored Jun 29, 2023
1 parent 295b4d4 commit e3a35b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/auto-approve-backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2
approve:
name: Auto-approve backport
runs-on: ubuntu-latest
Expand All @@ -18,5 +14,3 @@ jobs:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.KIBANAMACHINE_TOKEN }}

0 comments on commit e3a35b9

Please sign in to comment.