mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
Merge pull request #1875 from pentoo/auto-enable
Update from auto-enable
This commit is contained in:
commit
9de317ff2b
1 changed files with 14 additions and 0 deletions
14
.github/workflows/auto-merge-enable.yml
vendored
Normal file
14
.github/workflows/auto-merge-enable.yml
vendored
Normal 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 }}"
|
||||
Loading…
Reference in a new issue