Skip to content

fix: Trans effect on reflection intensity #292

fix: Trans effect on reflection intensity

fix: Trans effect on reflection intensity #292

on:
pull_request_target:
branches:
- master
- main
types:
- opened
- edited
- reopened
- synchronize
permissions: write-all
name: conventional-release-labels
jobs:
label:
name: PR label
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: bcoe/conventional-release-labels@v1
with:
token: '${{ secrets.GITHUB_TOKEN }}'
type_labels: >-
{"build": "PR: build",
"fix": "PR: chore",
"breaking": "PR: breaking",
"docs": "PR: docs",
"feat": "PR: feat",
"fix": "PR: fix",
"other": "PR: other",
"perf": "PR: perf",
"refactor": "PR: refactor",
"style": "PR: style",
"test": "PR: test"}