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

ci: bump rebase action version (VF-2005) #27

Merged
merged 1 commit into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'