aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2021-05-30 18:59:27 -0400
committerGitHub <noreply@github.com>2021-05-30 18:59:27 -0400
commit80875e2573829470ca8fa06f8eb9bc05ba0e78b1 (patch)
treeed4ca9f60335d0b4eee7b36eee4a857c73263569 /.github/workflows
parent499dee0100b6079cc5fd9ef7d6e08b6ed9190edd (diff)
parentd9bd162739ffd4110a27618939b2a89a9291ab96 (diff)
Merge pull request #6133 from ferferga/pull_request_target
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/automation.yml2
-rw-r--r--.github/workflows/check-backport.yml5
-rw-r--r--.github/workflows/label-commenter.yml2
-rw-r--r--.github/workflows/rebase.yml3
4 files changed, 10 insertions, 2 deletions
diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml
index de1590c74..01998b852 100644
--- a/.github/workflows/automation.yml
+++ b/.github/workflows/automation.yml
@@ -1,7 +1,7 @@
name: Automation
on:
- pull_request:
+ pull_request_target:
jobs:
main:
diff --git a/.github/workflows/check-backport.yml b/.github/workflows/check-backport.yml
index 4450bb001..9ec58a331 100644
--- a/.github/workflows/check-backport.yml
+++ b/.github/workflows/check-backport.yml
@@ -1,7 +1,10 @@
name: Stable Backport Check
on:
issue_comment:
- pull_request:
+ types:
+ - created
+ - edited
+ pull_request_target:
types:
- labeled
- synchronize
diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml
index be9216cc1..1d4eaaecd 100644
--- a/.github/workflows/label-commenter.yml
+++ b/.github/workflows/label-commenter.yml
@@ -20,3 +20,5 @@ jobs:
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
+ with:
+ github_token: ${{ secrets.JF_BOT_TOKEN }}
diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml
index 3eec9fa03..8471f458e 100644
--- a/.github/workflows/rebase.yml
+++ b/.github/workflows/rebase.yml
@@ -1,6 +1,9 @@
name: Automatic Rebase
on:
issue_comment:
+ types:
+ - created
+ - edited
jobs:
rebase: