Skip to content

feat: add node images #8

feat: add node images

feat: add node images #8

Workflow file for this run

name: 'On push ⚙️'
on:
push:
branches:
- main
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
rebase-prs:
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'