diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-03 08:02:43 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-03 08:02:43 -0800 |
commit | cc640d2b04b5e6221f61ef178d6f06ab032a1953 (patch) | |
tree | 13ab60f7d4dbe3d51fd8e13e31838cc51a96b9e9 | |
parent | fix date for the article (diff) | |
download | fcuny.net-cc640d2b04b5e6221f61ef178d6f06ab032a1953.tar.gz |
update workflow to update flake.lock
-rw-r--r-- | .github/workflows/update.yml | 5 |
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 |