mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Don't trigger workflows in unnecessary events and always use jellyfin-bot
This commit is contained in:
parent
a29ee991a4
commit
d9bd162739
4 changed files with 10 additions and 2 deletions
2
.github/label-commenter-config.yml
vendored
2
.github/label-commenter-config.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
comment:
|
comment:
|
||||||
header: Hello @{{ issue.user.login }}
|
header: Hello!
|
||||||
footer: "\
|
footer: "\
|
||||||
---\n\n
|
---\n\n
|
||||||
> This is an automated comment created by the [peaceiris/actions-label-commenter]. \
|
> This is an automated comment created by the [peaceiris/actions-label-commenter]. \
|
||||||
|
|
5
.github/workflows/check-backport.yml
vendored
5
.github/workflows/check-backport.yml
vendored
|
@ -1,7 +1,10 @@
|
||||||
name: Stable Backport Check
|
name: Stable Backport Check
|
||||||
on:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
pull_request:
|
types:
|
||||||
|
- created
|
||||||
|
- edited
|
||||||
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- labeled
|
- labeled
|
||||||
- synchronize
|
- synchronize
|
||||||
|
|
2
.github/workflows/label-commenter.yml
vendored
2
.github/workflows/label-commenter.yml
vendored
|
@ -20,3 +20,5 @@ jobs:
|
||||||
|
|
||||||
- name: Label Commenter
|
- name: Label Commenter
|
||||||
uses: peaceiris/actions-label-commenter@v1
|
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
|
name: Automatic Rebase
|
||||||
on:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
|
types:
|
||||||
|
- created
|
||||||
|
- edited
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
rebase:
|
rebase:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue