From b2d067fda22e9afd763c05e4a3e68e3ac116cc05 Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Thu, 19 Sep 2024 12:33:25 +0200 Subject: [PATCH] ci: update rebase-prs step --- .github/workflows/push.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2f9b722..b4e5d7b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,5 +11,12 @@ concurrency: jobs: rebase-prs: - uses: ./.github/workflows/rebase-prs.yml - secrets: inherit + runs-on: ubuntu-22.04 + steps: + - uses: myparcelnl/actions/rebase-prs@v4 + with: + app-id: ${{ secrets.MYPARCEL_APP_ID }} + private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} + base: ${{ github.ref_name }} + exclude-drafts: true + exclude-labels: 'dependencies'