mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-05 15:04:24 +01:00
auto enable auto merge
This commit is contained in:
parent
3c410ec3b5
commit
badaaed164
1 changed files with 15 additions and 0 deletions
15
.github/workflows/auto-merge-enable.yml
vendored
Normal file
15
.github/workflows/auto-merge-enable.yml
vendored
Normal file
|
|
@ -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 }}"
|
||||
Loading…
Reference in a new issue