mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 18:26:33 +00:00
Don't trigger workflows in unnecessary events and always use jellyfin-bot
This commit is contained in:
5
.github/workflows/check-backport.yml
vendored
5
.github/workflows/check-backport.yml
vendored
@@ -1,7 +1,10 @@
|
||||
name: Stable Backport Check
|
||||
on:
|
||||
issue_comment:
|
||||
pull_request:
|
||||
types:
|
||||
- created
|
||||
- edited
|
||||
pull_request_target:
|
||||
types:
|
||||
- labeled
|
||||
- synchronize
|
||||
|
||||
2
.github/workflows/label-commenter.yml
vendored
2
.github/workflows/label-commenter.yml
vendored
@@ -20,3 +20,5 @@ jobs:
|
||||
|
||||
- name: Label Commenter
|
||||
uses: peaceiris/actions-label-commenter@v1
|
||||
with:
|
||||
github_token: ${{ secrets.JF_BOT_TOKEN }}
|
||||
|
||||
3
.github/workflows/rebase.yml
vendored
3
.github/workflows/rebase.yml
vendored
@@ -1,6 +1,9 @@
|
||||
name: Automatic Rebase
|
||||
on:
|
||||
issue_comment:
|
||||
types:
|
||||
- created
|
||||
- edited
|
||||
|
||||
jobs:
|
||||
rebase:
|
||||
|
||||
Reference in New Issue
Block a user