1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

chore(ci): replace with actions-label-merge-conflict

This commit is contained in:
Fernando Fernández 2021-04-14 13:59:15 +02:00
parent 837260e30e
commit d3b3c29ced
No known key found for this signature in database
GPG key ID: 44495B839CCFF8CF

View file

@ -1,18 +1,17 @@
name: "Merge Conflicts"
name: 'Merge Conflicts'
on:
push:
branches:
- master
pull_request:
pull_request_target:
types:
- synchronize
jobs:
triage:
runs-on: ubuntu-latest
if: github.repository == 'jellyfin/jellyfin-web'
steps:
- uses: mschilde/auto-label-merge-conflicts@master
- uses: eps1lon/actions-label-merge-conflict@v2.0.1
with:
CONFLICT_LABEL_NAME: "merge conflict"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
dirtyLabel: 'merge conflict'
repoToken: ${{ secrets.GH_TOKEN }}