Skip to content

Commit 3d61372

Browse files
authored
Merge pull request #118 from humanoid-path-planner/hrp2
update-flake-lock: hrp2-14
2 parents f48cf86 + 1a0a164 commit 3d61372

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

Diff for: .github/workflows/nix.yml

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: "CI - Nix"
22

33
on:
44
push:
5+
branches:
6+
- devel
7+
- stable
8+
pull_request:
9+
branches:
10+
- devel
11+
- stable
512

613
jobs:
714
tests:

Diff for: .github/workflows/update-flake-lock.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: update-flake-lock
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 11 6 * *'
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 }}

Diff for: .mergify.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ pull_request_rules:
44
- check-success = "Nix build on ubuntu"
55
- check-success = "pre-commit.ci - pr"
66
- or:
7-
- author = pre-commit-ci[bot]
87
- author = dependabot[bot]
8+
- author = github-actions[bot]
9+
- author = hrp2-14
10+
- author = pre-commit-ci[bot]
911
actions:
1012
merge:

0 commit comments

Comments
 (0)