File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : update-flake-lock
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ schedule :
6
+ - cron : ' 0 16 27 * *'
7
+
8
+ jobs :
9
+ lockfile :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - name : Checkout repository
13
+ uses : actions/checkout@v4
14
+ - name : Install Nix
15
+ uses : DeterminateSystems/nix-installer-action@main
16
+ - name : Update flake.lock
17
+ uses : DeterminateSystems/update-flake-lock@main
18
+ with :
19
+ token : ${{ secrets.GH_TOKEN_FOR_UPDATES }}
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ pull_request_rules:
5
5
- check-success = "Nix build on ubuntu"
6
6
- check-success = "pre-commit.ci - pr"
7
7
- or :
8
- - author = pre-commit-ci[bot]
9
8
- author = dependabot[bot]
9
+ - author = github-actions[bot]
10
+ - author = hrp2-14
11
+ - author = pre-commit-ci[bot]
10
12
actions :
11
13
merge :
You can’t perform that action at this time.
0 commit comments