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: on:
push: push:
branches:
- master
pull_request_target: pull_request_target:
types:
- synchronize
jobs: jobs:
triage: triage:
name: 'Merge conflict labeling' name: 'Merge conflict labeling'
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
steps: steps:
- uses: eps1lon/actions-label-merge-conflict@v2.0.1 - uses: eps1lon/actions-label-merge-conflict@v2.0.1
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
with: with:
dirtyLabel: 'merge conflict' dirtyLabel: 'merge conflict'
repoToken: ${{ secrets.JF_BOT_TOKEN }} repoToken: ${{ secrets.JF_BOT_TOKEN }}