mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 03:30:25 +01:00
Add workflows for rebase and project automation
This commit is contained in:
17
.github/workflows/merge-conflicts.yml
vendored
Normal file
17
.github/workflows/merge-conflicts.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: 'Merge Conflicts'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request_target:
|
||||
types:
|
||||
- synchronize
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: eps1lon/actions-label-merge-conflict@v2.0.0
|
||||
with:
|
||||
dirtyLabel: 'merge conflict'
|
||||
repoToken: ${{ secrets.GH_TOKEN }}
|
||||
Reference in New Issue
Block a user