chore: fix lint
This commit is contained in:
parent
2bdef35be0
commit
da380c961a
2 changed files with 16 additions and 16 deletions
30
.github/release.yml
vendored
30
.github/release.yml
vendored
|
|
@ -3,18 +3,18 @@ changelog:
|
||||||
authors:
|
authors:
|
||||||
- renovate[bot]
|
- renovate[bot]
|
||||||
categories:
|
categories:
|
||||||
- title: Features
|
- title: Features
|
||||||
labels:
|
labels:
|
||||||
- feature
|
- feature
|
||||||
- title: Bug Fixes
|
- title: Bug Fixes
|
||||||
labels:
|
labels:
|
||||||
- fix
|
- fix
|
||||||
- title: Miscellaneous Chores
|
- title: Miscellaneous Chores
|
||||||
labels:
|
labels:
|
||||||
- chore
|
- chore
|
||||||
- ci
|
- ci
|
||||||
- docs
|
- docs
|
||||||
- test
|
- test
|
||||||
- title: Other Changes
|
- title: Other Changes
|
||||||
labels:
|
labels:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
|
||||||
2
.github/workflows/conventional-label.yml
vendored
2
.github/workflows/conventional-label.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [ opened, edited ]
|
types: [opened, edited]
|
||||||
name: conventional-release-labels
|
name: conventional-release-labels
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue