Files
jellyfin-web/.github/workflows/automation.yml
T
2021-06-23 20:54:40 +02:00

16 lines
306 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
with:
dirtyLabel: 'merge conflict'
repoToken: ${{ secrets.JF_BOT_TOKEN }}