workflows: update auto-rebase bot
Update to latest version of the auto-rebase bot
This commit is contained in:
parent
9993b8ca86
commit
f7128e81da
1 changed files with 6 additions and 4 deletions
10
.github/workflows/rebase.yml
vendored
10
.github/workflows/rebase.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
on:
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
name: Rebase automatique
|
||||
name: Automatic Rebase
|
||||
jobs:
|
||||
rebase:
|
||||
name: Rebase
|
||||
|
@ -9,13 +9,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Automatic Rebase
|
||||
uses: cirrus-actions/rebase@master
|
||||
uses: cirrus-actions/rebase@1.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# https://github.community/t5/GitHub-Actions/Workflow-is-failing-if-no-job-can-be-ran-due-to-condition/m-p/38186#M3250
|
||||
always_job:
|
||||
name: Aways run job
|
||||
name: Always run job
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Always run
|
||||
|
|
Loading…
Reference in a new issue