mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
testing auto-merge
This commit is contained in:
9
.github/workflows/update-flake-lock.yml
vendored
9
.github/workflows/update-flake-lock.yml
vendored
@@ -20,3 +20,12 @@ jobs:
|
||||
pr-labels: |
|
||||
dependencies
|
||||
automated
|
||||
- name: Enable auto-merge
|
||||
if: ${{ success() }}
|
||||
run: |
|
||||
gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{ steps.update-flake-lock.outputs.pull-request-url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
auto-merge: true
|
||||
pr-allow-automerge: true
|
||||
|
||||
Reference in New Issue
Block a user