Skip to content

Commit

Permalink
auto enable auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed May 2, 2024
1 parent 3c410ec commit badaaed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-merge-enable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto-Merge
on:
pull_request_target:
types: [labeled]

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 badaaed

Please sign in to comment.