mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
99beeba261
This value is unused, but it's required, so we have to add it. Fixes: a1673d3aca6a43500a1c469c07d65bc54edd647b
23 lines
581 B
YAML
23 lines
581 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json
|
|
autolabeler:
|
|
- label: 'Type: Bug / Error'
|
|
branch:
|
|
- '/bug\/.+/'
|
|
- '/fix\/.+/'
|
|
- label: 'Type: Enhancement'
|
|
branch:
|
|
- '/feature\/.+/'
|
|
- '/feat\/.+/'
|
|
- label: 'Type: Other'
|
|
branch:
|
|
- '/other\/.+/'
|
|
- '/chore\/.+/'
|
|
- '/test\/.+/'
|
|
- '/refactor\/.+/'
|
|
- label: 'Area: Documentation'
|
|
branch:
|
|
- '/docs\/.+/'
|
|
|
|
template: |
|
|
This field is unused, as we only use this config file for labeling PRs.
|