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:
|
||||
pull_request_target:
|
||||
types: [ opened, edited ]
|
||||
name: conventional-release-labels
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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