Merge pull request #1875 from pentoo/auto-enable

Update from auto-enable
This commit is contained in:
Zero_Chaos 2024-05-01 23:15:51 -04:00 committed by GitHub
commit 9de317ff2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
.github/workflows/auto-merge-enable.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Auto-Merge
on:
pull_request_target:
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
# Specifically check that dependabot (or another trusted party) created this pull-request, and that it has been labelled correctly.
if: github.event.pull_request.user.login == 'blshkv' || github.event.pull_request.user.login == 'ZeroChaos-'
steps:
- uses: alexwilson/enable-github-automerge-action@main
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"