Skip to content

fix(deps): update nextjs monorepo to v16 (major) #651

fix(deps): update nextjs monorepo to v16 (major)

fix(deps): update nextjs monorepo to v16 (major) #651

Workflow file for this run

name: PR Labeler
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Labeler
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}