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