From c0f73c54f9ce2cd9f8509925c8e114acb5572544 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 18 Apr 2025 14:43:42 +0800 Subject: [PATCH] feat(GHA): Renovate auto rebase after PR automerge enabled --- .github/workflows/renovate-rebase.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/renovate-rebase.yaml b/.github/workflows/renovate-rebase.yaml index 93a40972..40763fab 100644 --- a/.github/workflows/renovate-rebase.yaml +++ b/.github/workflows/renovate-rebase.yaml @@ -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: