From e15be10faf6c9ed1a2e19646d2448dcef123be06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Wed, 13 May 2020 16:05:24 +0800 Subject: [PATCH] Update rebase.yml --- .github/workflows/rebase.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 06d20652c6..7c003be924 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -1,20 +1,17 @@ -name: Automatic Rebase -# https://github.com/marketplace/actions/automatic-rebase - on: issue_comment: types: [created] - +name: Automatic Rebase jobs: rebase: name: Rebase if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@master with: fetch-depth: 0 - name: Automatic Rebase - uses: cirrus-actions/rebase@1.2 + uses: cirrus-actions/rebase@1.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}