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:
12
.github/workflows/renovate-rebase.yaml
vendored
12
.github/workflows/renovate-rebase.yaml
vendored
@@ -1,21 +1,25 @@
|
||||
---
|
||||
# yoinked from onedr0p and modified
|
||||
# info in comments is accurate as of 2023-11-25
|
||||
name: "Renovate (Manual Rebase Re-run)"
|
||||
name: "Renovate Rebase For Automerge"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [auto_merge_enabled]
|
||||
types: ["auto_merge_enabled"]
|
||||
branches: ["renovate/**"]
|
||||
# push:
|
||||
# branches: ["renovate/**"]
|
||||
|
||||
concurrency:
|
||||
group: "renovate-rebase"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
renovate-rebase:
|
||||
name: Renovate
|
||||
uses: JJGadgets/Biohazard/.github/workflows/renovate.yaml@main
|
||||
secrets: inherit
|
||||
rebase:
|
||||
rebase-after:
|
||||
name: Rebase
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user