| 1 | # yaml-language-server: $schema=https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json |
| 2 | autolabeler: |
| 3 | - label: 'Type: Bug / Error' |
| 4 | branch: |
| 5 | - '/bug\/.+/' |
| 6 | - '/fix\/.+/' |
| 7 | - label: 'Type: Enhancement' |
| 8 | branch: |
| 9 | - '/feature\/.+/' |
| 10 | - '/feat\/.+/' |
| 11 | - label: 'Type: Other' |
| 12 | branch: |
| 13 | - '/other\/.+/' |
| 14 | - '/chore\/.+/' |
| 15 | - '/test\/.+/' |
| 16 | - '/refactor\/.+/' |
| 17 | - label: 'Area: Documentation' |
| 18 | branch: |
| 19 | - '/docs\/.+/' |
| 20 | |
| 21 | template: | |
| 22 | This field is unused, as we only use this config file for labeling PRs. |
| 23 | |