Skip to content

Commit 54e6ebb

Browse files
authored
Merge pull request #355 from nix-community/local-substituter
ci: add dependencies tag for flake updating prs
2 parents 77a0627 + c190936 commit 54e6ebb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
uses: DeterminateSystems/update-flake-lock@v25
2525
with:
2626
token: ${{ steps.app-token.outputs.token }}
27-
pr-labels: |
28-
merge-queue
27+
pr-labels: dependencies

.github/workflows/update-nixos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
title: "update to ${{ steps.find-version.outputs.version }}"
4949
token: ${{ steps.app-token.outputs.token }}
50-
labels: merge-queue
50+
labels: dependencies
5151
body: |
5252
This PR updates the NixOS release to ${{ steps.find-version.outputs.version }}.
5353

0 commit comments

Comments
 (0)