Skip to content

Commit

Permalink
Merge branch 'master' into deinvert_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- authored May 2, 2024
2 parents f7b42ae + 9de317f commit 0893b57
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-merge-enable.yml
Original file line number Diff line number Diff line change
@@ -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 }}"

0 comments on commit 0893b57

Please sign in to comment.