Update merge conflict workflow

This commit is contained in:
Niels van Velzen
2026-06-11 09:04:45 +02:00
committed by Niels van Velzen
parent 6cabf08467
commit 641105f08f
+9 -1
View File
@@ -2,17 +2,25 @@ name: Repo / Label merge conflict
on:
push:
branches:
- master
pull_request_target:
types:
- synchronize
permissions: {}
jobs:
triage:
name: Triage
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
if: ${{ contains(github.repository_owner, 'jellyfin') }}
steps:
- uses: eps1lon/actions-label-merge-conflict@0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1 # v3.1.0
with:
dirtyLabel: merge conflict
dirtyLabel: 'merge conflict'
commentOnDirty: 'This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.'
repoToken: ${{ secrets.JF_BOT_TOKEN }}