mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 19:41:52 +08:00
Update release-drafter.yml
This commit is contained in:
parent
950d566164
commit
35a1ec618a
26
.github/release-drafter.yml
vendored
26
.github/release-drafter.yml
vendored
@ -23,6 +23,12 @@ categories:
|
|||||||
labels:
|
labels:
|
||||||
- fix
|
- fix
|
||||||
- bug
|
- bug
|
||||||
|
- title: 🧪 Test
|
||||||
|
labels:
|
||||||
|
- test
|
||||||
|
- title: 🚥 CI
|
||||||
|
labels:
|
||||||
|
- ci
|
||||||
- title: ♻️ Changes
|
- title: ♻️ Changes
|
||||||
labels:
|
labels:
|
||||||
- changed
|
- changed
|
||||||
@ -61,23 +67,27 @@ autolabeler:
|
|||||||
- label: 'chore'
|
- label: 'chore'
|
||||||
branch:
|
branch:
|
||||||
- '/(chore)\/.*/'
|
- '/(chore)\/.*/'
|
||||||
title:
|
- label: 'security'
|
||||||
- '/^chore: .*/'
|
branch:
|
||||||
|
- '/(security)\/.*/'
|
||||||
|
- label: 'refactor'
|
||||||
|
branch:
|
||||||
|
- '/(refactor)\/.*/'
|
||||||
- label: 'docs'
|
- label: 'docs'
|
||||||
branch:
|
branch:
|
||||||
- '/(docs)\/.*/'
|
- '/(docs)\/.*/'
|
||||||
title:
|
- label: 'ci'
|
||||||
- '/^docs: .*/'
|
branch:
|
||||||
|
- '/(ci)\/.*/'
|
||||||
|
- label: 'test'
|
||||||
|
branch:
|
||||||
|
- '/(test)\/.*/'
|
||||||
- label: 'bug'
|
- label: 'bug'
|
||||||
branch:
|
branch:
|
||||||
- '/(fix)\/.*/'
|
- '/(fix)\/.*/'
|
||||||
title:
|
|
||||||
- '/^fix: .*/'
|
|
||||||
- label: 'feature'
|
- label: 'feature'
|
||||||
branch:
|
branch:
|
||||||
- '/(feat)\/.*/'
|
- '/(feat)\/.*/'
|
||||||
title:
|
|
||||||
- '/^feat: .*/'
|
|
||||||
body:
|
body:
|
||||||
- '/JIRA-[0-9]{1,4}/'
|
- '/JIRA-[0-9]{1,4}/'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user