Skip to content

perf!: Update to NextJS 15.0.0-canary.177+ & next-intl 3.21.0-canary #339

perf!: Update to NextJS 15.0.0-canary.177+ & next-intl 3.21.0-canary

perf!: Update to NextJS 15.0.0-canary.177+ & next-intl 3.21.0-canary #339

name: Conventional Release Labels
on:
pull_request_target:
types: [opened, edited]
permissions:
pull-requests: write
contents: read
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: bcoe/conventional-release-labels@v1
with:
type_labels: '{"feat": "💡 Feature", "fix": "🐞 Bug", "breaking": "🚨 Breaking Changes", "docs": "📖 Documentation", "style": "💅 Style", "refactor": "🧱 Refactor", "perf": "🚀 Performerce", "test": "🧪 Test"}'