jellyfin-web/.github/workflows/automation.yml
2021-06-23 20:58:45 +02:00

17 lines
370 B
YAML

name: 'Automation'
on:
push:
pull_request_target:
jobs:
triage:
name: 'Merge conflict labeling'
runs-on: ubuntu-latest
steps:
- uses: eps1lon/actions-label-merge-conflict@v2.0.1
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
with:
dirtyLabel: 'merge conflict'
repoToken: ${{ secrets.JF_BOT_TOKEN }}