aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index 97af4a1..4da3ab4 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -7,6 +7,8 @@ on:
jobs:
update-flake-lock:
runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -20,3 +22,6 @@ jobs:
uses: DeterminateSystems/update-flake-lock@v20
with:
pr-title: "Update flake.lock"
+ pr-labels: |
+ dependencies
+ automated