From 33f383b0eccbaced42b97749af759a214c2e4a85 Mon Sep 17 00:00:00 2001 From: kalipso Date: Thu, 24 Oct 2024 00:21:07 +0200 Subject: [PATCH] [actions] update flake lock updater --- .gitea/workflows/update-flake-lock.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/update-flake-lock.yml b/.gitea/workflows/update-flake-lock.yml index 7c176f63..a6583e2d 100644 --- a/.gitea/workflows/update-flake-lock.yml +++ b/.gitea/workflows/update-flake-lock.yml @@ -9,7 +9,7 @@ permissions: pull-requests: write contents: write jobs: - createPullRequest: + update-flake-lock: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -23,4 +23,4 @@ jobs: uses: DeterminateSystems/update-flake-lock@v24 with: pr-labels: | # Labels to be set on the PR - merge-queue + autoupdate