Skip to content

chore(deps): bump next from 13.0.7 to 14.2.15 in /apps/site #154

chore(deps): bump next from 13.0.7 to 14.2.15 in /apps/site

chore(deps): bump next from 13.0.7 to 14.2.15 in /apps/site #154

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
scopes: |
core
ui
api
components
sdk
shared
eslint-config
lighthouse
graphql-utils
deps
deps-dev
types: |
fix
feat
chore
docs
style
refactor
test
ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}