ci: remove release please (#416)
This commit is contained in:
parent
3e7e95b53c
commit
4f61577421
3 changed files with 40 additions and 25 deletions
20
.github/workflows/conventional-label.yml
vendored
Normal file
20
.github/workflows/conventional-label.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
on:
|
||||
pull_request_target:
|
||||
types: [opened, edited]
|
||||
name: conventional-release-labels
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bcoe/conventional-release-labels@v1
|
||||
with:
|
||||
type_labels: |
|
||||
{
|
||||
"feat": "Feature",
|
||||
"fix": "Fix",
|
||||
"breaking": "Breaking",
|
||||
"chore": "Chore",
|
||||
"docs": "Docs",
|
||||
"test": "Test",
|
||||
"ci": "CI",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue