Don't trigger workflows in unnecessary events and always use jellyfin-bot

pull/6133/head
Fernando Fernández 3 years ago
parent a29ee991a4
commit d9bd162739
No known key found for this signature in database
GPG Key ID: 44495B839CCFF8CF

@ -1,5 +1,5 @@
comment:
header: Hello @{{ issue.user.login }}
header: Hello!
footer: "\
---\n\n
> This is an automated comment created by the [peaceiris/actions-label-commenter]. \

@ -1,7 +1,10 @@
name: Stable Backport Check
on:
issue_comment:
pull_request:
types:
- created
- edited
pull_request_target:
types:
- labeled
- synchronize

@ -20,3 +20,5 @@ jobs:
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.JF_BOT_TOKEN }}

@ -1,6 +1,9 @@
name: Automatic Rebase
on:
issue_comment:
types:
- created
- edited
jobs:
rebase:

Loading…
Cancel
Save