mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-04-26 11:20:59 +00:00
18 lines
411 B
YAML
18 lines
411 B
YAML
name: Automation 🎛️
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
label:
|
|
name: Label conflicted PRs 🏷️⛔
|
|
if: ${{ always() && !cancelled() }}
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Check all PRs for merge conflicts and label them ⛔
|
|
uses: eps1lon/actions-label-merge-conflict@v3.0.3
|
|
with:
|
|
dirtyLabel: "merge conflict"
|
|
repoToken: ${{ secrets.JF_BOT_TOKEN }}
|