jellyfin-web/.github/workflows/automation.yml

17 lines
370 B
YAML
Raw Normal View History

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
2021-06-23 11:58:45 -07:00
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
with:
dirtyLabel: 'merge conflict'
repoToken: ${{ secrets.JF_BOT_TOKEN }}