aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-03 08:02:43 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-03 08:02:43 -0800
commitcc640d2b04b5e6221f61ef178d6f06ab032a1953 (patch)
tree13ab60f7d4dbe3d51fd8e13e31838cc51a96b9e9 /.github/workflows
parentfix date for the article (diff)
downloadfcuny.net-cc640d2b04b5e6221f61ef178d6f06ab032a1953.tar.gz
update workflow to update flake.lock
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