mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2024-12-04 03:51:47 +00:00
19 lines
438 B
YAML
19 lines
438 B
YAML
name: Repo / Label merge conflict
|
|
|
|
on:
|
|
push:
|
|
pull_request_target:
|
|
types:
|
|
- synchronize
|
|
|
|
jobs:
|
|
triage:
|
|
name: Triage
|
|
runs-on: ubuntu-22.04
|
|
if: ${{ contains(github.repository_owner, 'jellyfin') }}
|
|
steps:
|
|
- uses: eps1lon/actions-label-merge-conflict@fd1f295ee7443d13745804bc49fe158e240f6c6e # tag=v2.1.0
|
|
with:
|
|
dirtyLabel: merge conflict
|
|
repoToken: ${{ secrets.JF_BOT_TOKEN }}
|