diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check-backport.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/label-commenter.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/rebase.yml | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/check-backport.yml b/.github/workflows/check-backport.yml index 4450bb0015..9ec58a3314 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 be9216cc19..1d4eaaecdb 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 3eec9fa033..8471f458e9 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: |
