Update release-drafter.yml

This commit is contained in:
Meysam Hadeli 2023-01-14 23:28:30 +03:30 committed by GitHub
parent 950d566164
commit 35a1ec618a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,12 @@ categories:
labels:
- fix
- bug
- title: 🧪 Test
labels:
- test
- title: 🚥 CI
labels:
- ci
- title: ♻️ Changes
labels:
- changed
@ -61,23 +67,27 @@ autolabeler:
- label: 'chore'
branch:
- '/(chore)\/.*/'
title:
- '/^chore: .*/'
- label: 'security'
branch:
- '/(security)\/.*/'
- label: 'refactor'
branch:
- '/(refactor)\/.*/'
- label: 'docs'
branch:
- '/(docs)\/.*/'
title:
- '/^docs: .*/'
- label: 'ci'
branch:
- '/(ci)\/.*/'
- label: 'test'
branch:
- '/(test)\/.*/'
- label: 'bug'
branch:
- '/(fix)\/.*/'
title:
- '/^fix: .*/'
- label: 'feature'
branch:
- '/(feat)\/.*/'
title:
- '/^feat: .*/'
body:
- '/JIRA-[0-9]{1,4}/'