We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8a2f4 commit 950e7d8Copy full SHA for 950e7d8
1 file changed
.github/workflows/update-flake.yml
@@ -13,7 +13,10 @@ jobs:
13
run: nix flake update
14
- name: Create Pull Request
15
uses: peter-evans/create-pull-request@v8
16
+ id: create-pr
17
with:
18
commit-message: "flake: update dependencies"
19
title: "[automation] update flake dependencies"
20
branch: "automation/update-flake-dependencies"
21
+ - name: Enable PR auto-merge on CI success
22
+ run: GH_TOKEN="${{ secrets.GITHUB_TOKEN }}" gh pr merge --squash --delete-branch --auto ${{ steps.create-pr.outputs.pull-request-number }}
0 commit comments