workflows: update auto-rebase bot

Update to latest version of the auto-rebase bot
This commit is contained in:
Pierre de La Morinerie 2020-01-28 15:38:32 +01:00 committed by GitHub
parent 9993b8ca86
commit f7128e81da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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