Skip to content

build(deps): bump actions/setup-node from 4 to 5 in the github-action-workflows group #273

build(deps): bump actions/setup-node from 4 to 5 in the github-action-workflows group

build(deps): bump actions/setup-node from 4 to 5 in the github-action-workflows group #273

name: 'Lint PR title preview (current branch, ignoreLabels enabled)'
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
main:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v5
with:
node-version: 24
- run: pnpm install
- run: pnpm build
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreLabels: |
bot
ignore-semantic-pull-request