Update merge conflict action trigger

This commit is contained in:
Bill Thornton 2021-08-03 12:12:40 -04:00
parent a2028e336f
commit 9c2c84cb64

View file

@ -2,15 +2,19 @@ name: 'Automation'
on:
push:
branches:
- master
pull_request_target:
types:
- synchronize
jobs:
triage:
name: 'Merge conflict labeling'
runs-on: ubuntu-latest
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
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 }}