Remove auto-merge workflow
This commit is contained in:
parent
564eac212d
commit
850e4b822d
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
name: Enable Auto Merge
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- reopened
|
|
||||||
- edited
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
auto-merge:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{ github.actor == 'wbrawner' || github.actor == 'dependabot[bot]' }}
|
|
||||||
steps:
|
|
||||||
- name: Enable auto-merge
|
|
||||||
run: gh pr merge --auto --rebase "$PR_URL"
|
|
||||||
env:
|
|
||||||
PR_URL: ${{github.event.pull_request.html_url}}
|
|
||||||
GH_TOKEN: ${{secrets.GH_TOKEN}}
|
|
||||||
|
|
Loading…
Reference in a new issue