Skip to content

Commit

Permalink
ci: update rebase-prs step
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 19, 2024
1 parent 8c71ec3 commit b2d067f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b2d067f

Please sign in to comment.