Skip to content

Next.js version 15 support #9

Next.js version 15 support

Next.js version 15 support #9

Workflow file for this run

name: PR Triage
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
name: Label pull request
if: github.event.action != 'edited'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Label pull request
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labels.yml
sync-labels: true