0
0
mirror of https://github.com/jellyfin/jellyfin-web.git synced 2025-02-23 09:16:46 +00:00
jellyfin-web/.github/workflows/__automation.yml
2025-01-10 20:16:33 +00:00

16 lines
497 B
YAML

name: Automation 🎛️
on:
workflow_call:
jobs:
conflicts:
name: Merge conflict labeling 🏷️
runs-on: ubuntu-latest
steps:
- uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
with:
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 }}