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
@@ -46,6 +46,7 @@ jobs:
|
||||
- name: Git
|
||||
shell: bash
|
||||
run: |
|
||||
git config pull.rebase false
|
||||
git config user.name "${{ secrets.BOT_USERNAME }}[bot]"
|
||||
git config user.email "${{ secrets.BOT_USERNAME }} <${{ secrets.BOT_API_ID }}+${{ secrets.BOT_USERNAME }}[bot]@users.noreply.github.com>" # get $BOT_API_ID from `curl -s 'https://api.github.com/users/$(BOT_USERNAME)%5Bbot%5D' | yq .id`
|
||||
# echo "CURRENT_PR_SHA=$(git rev-parse --verify HEAD)" >> "${GITHUB_ENV}"
|
||||
|
||||
Reference in New Issue
Block a user