diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index c23336d4d..9025bf482 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -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