Merge pull request #6133 from ferferga/pull_request_target

This commit is contained in:
Joshua M. Boniface 2021-05-30 18:59:27 -04:00 committed by GitHub
commit 80875e2573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 3 deletions

View File

@ -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]. \

View File

@ -1,7 +1,7 @@
name: Automation name: Automation
on: on:
pull_request: pull_request_target:
jobs: jobs:
main: main:

View File

@ -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

View File

@ -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 }}

View File

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