mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(GHA): Renovate auto rebase after PR automerge enabled
This commit is contained in:
1
.github/workflows/renovate-rebase.yaml
vendored
1
.github/workflows/renovate-rebase.yaml
vendored
@@ -32,5 +32,6 @@ jobs:
|
||||
GITHUB_TOKEN: "${{ steps.oauth-token.outputs.token }}"
|
||||
shell: bash
|
||||
run: |
|
||||
sleep 30
|
||||
gh api --method PUT /repos/${{ github.event.pull_request.base.repo.full_name }}/pulls/${{ github.event.pull_request.number }}/update-branch \
|
||||
--field expected_head_sha=${{ github.event.pull_request.head.sha }}
|
||||
|
||||
Reference in New Issue
Block a user