afc163
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
7 deletions
-
.github/workflows/rebase.yml
|
|
@ -8,10 +8,10 @@ jobs: |
|
|
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') |
|
|
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@master |
|
|
- uses: actions/checkout@master |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 0 |
|
|
fetch-depth: 0 |
|
|
- name: Automatic Rebase |
|
|
- name: Automatic Rebase |
|
|
uses: cirrus-actions/rebase@1.2 |
|
|
uses: cirrus-actions/rebase@1.3 |
|
|
env: |
|
|
env: |
|
|
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|