ci: Update conventional-label.yaml (#20)
This commit is contained in:
14
.github/workflows/conventional-label.yaml
vendored
14
.github/workflows/conventional-label.yaml
vendored
@@ -1,14 +1,16 @@
|
|||||||
|
name: conventional release labels
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [ opened, edited ]
|
types:
|
||||||
name: conventional-release-labels
|
- opened
|
||||||
|
- edited
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: bcoe/conventional-release-labels@v1
|
- uses: bcoe/conventional-release-labels@v1
|
||||||
|
with:
|
||||||
|
ignore_types: '["chore", "ci"]'
|
||||||
|
type_labels: '{"feat": "enhancement", "fix": "bug", "breaking": "breaking", "doc": "documentation"}'
|
||||||
|
|||||||
Reference in New Issue
Block a user