Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
ci: bump rebase action version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavientois committed Oct 18, 2021
1 parent 64ea964 commit f388a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Rebase Pull Request
if: ${{ steps.find-pr.outputs.number != '' }}
uses: voiceflow/rebase-many@v1.0
uses: voiceflow/rebase-many@v1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBERS: ${{ steps.find-pr.outputs.number }}
2 changes: 1 addition & 1 deletion .github/workflows/rebase_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Rebase All Incoming PRs
uses: voiceflow/rebase-incoming@v1.0
uses: voiceflow/rebase-incoming@v1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
comment-on-failure: 'true'

0 comments on commit f388a66

Please sign in to comment.