mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Configure Release Drafter to organize PRs by label
This commit is contained in:
parent
9a2057bcd5
commit
35dba9322c
2 changed files with 14 additions and 0 deletions
12
.github/release-drafter.yml
vendored
12
.github/release-drafter.yml
vendored
|
|
@ -1,3 +1,15 @@
|
|||
categories:
|
||||
- title: '🚀 Enhancements'
|
||||
labels:
|
||||
- 'enhancement'
|
||||
- title: '🐛 Bug Fixes'
|
||||
labels:
|
||||
- 'bugfix'
|
||||
- title: '🧰 Maintenance'
|
||||
label:
|
||||
- 'chore'
|
||||
- 'documentation'
|
||||
- 'dependencies'
|
||||
template: |
|
||||
## Changes
|
||||
|
||||
|
|
|
|||
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Release Drafter
|
||||
|
||||
on:
|
||||
# Allow running it manually in case we forget to label a PR before merging
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in a new issue