mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2821 from thornbill/merge-conflict-action-event
This commit is contained in:
commit
8a8872d2c6
1 changed files with 5 additions and 1 deletions
6
.github/workflows/automation.yml
vendored
6
.github/workflows/automation.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue