Merge pull request #6133 from ferferga/pull_request_target
This commit is contained in:
commit
80875e2573
2
.github/label-commenter-config.yml
vendored
2
.github/label-commenter-config.yml
vendored
|
@ -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]. \
|
||||
|
|
2
.github/workflows/automation.yml
vendored
2
.github/workflows/automation.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Automation
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
|
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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user