From cb3e777ceb84706ff272855ed02ff6943fcc7de3 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 18 Apr 2025 15:09:50 +0800 Subject: [PATCH] feat(GHA): Renovate auto rebase after PR automerge enabled --- .github/workflows/renovate-rebase.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/renovate-rebase.yaml b/.github/workflows/renovate-rebase.yaml index fa175c77..871672dd 100644 --- a/.github/workflows/renovate-rebase.yaml +++ b/.github/workflows/renovate-rebase.yaml @@ -16,15 +16,15 @@ concurrency: cancel-in-progress: false jobs: - renovate-rebase: - name: Renovate - if: startsWith(github.event.pull_request.head.ref,'renovate/') == true - uses: JJGadgets/Biohazard/.github/workflows/renovate.yaml@main - secrets: inherit + # renovate-rebase: + # name: Renovate + # if: startsWith(github.event.pull_request.head.ref,'renovate/') == true + # uses: JJGadgets/Biohazard/.github/workflows/renovate.yaml@main + # secrets: inherit rebase-after: name: Rebase runs-on: ubuntu-latest - needs: renovate-rebase + # needs: renovate-rebase if: startsWith(github.event.pull_request.head.ref,'renovate/') == true steps: - name: "Generate Short Lived OAuth App Token (ghs_*)"