ci: fix tag for label merge conflicts (#1344)

Link: https://github.com/nix-community/stylix/pull/1344

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-05-21 15:05:03 -07:00 committed by GitHub
parent 46caa4122c
commit 614c12c5db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
private-key: ${{ secrets.APP_PRIVATE_KEY }}
permission-contents: read
permission-pull-requests: write
- uses: mschilde/auto-label-merge-conflicts@v2
- uses: mschilde/auto-label-merge-conflicts@v2.0
with:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
CONFLICT_LABEL_NAME: "status: merge conflict"