mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2594 from jellyfin/merge-conflict-label
This commit is contained in:
commit
b55499b881
2 changed files with 16 additions and 18 deletions
16
.github/workflows/automation.yml
vendored
Normal file
16
.github/workflows/automation.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: 'Automation'
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request_target:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
name: 'Merge conflict labeling'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
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 }}
|
18
.github/workflows/merge-conflicts.yml
vendored
18
.github/workflows/merge-conflicts.yml
vendored
|
@ -1,18 +0,0 @@
|
||||||
name: "Merge Conflicts"
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
types:
|
|
||||||
- synchronize
|
|
||||||
jobs:
|
|
||||||
triage:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: github.repository == 'jellyfin/jellyfin-web'
|
|
||||||
steps:
|
|
||||||
- uses: mschilde/auto-label-merge-conflicts@master
|
|
||||||
with:
|
|
||||||
CONFLICT_LABEL_NAME: "merge conflict"
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Add table
Add a link
Reference in a new issue