mirror of https://github.com/gofiber/fiber.git
Improve Release-Drafter
parent
7a3a87a0c4
commit
00633f4fd9
|
@ -5,7 +5,7 @@ updates:
|
|||
- package-ecosystem: "gomod"
|
||||
directory: "/" # Location of package manifests
|
||||
default_labels:
|
||||
- "🤖 dependencies"
|
||||
- "🤖 Dependencies"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
automerged_updates:
|
||||
|
|
|
@ -9,7 +9,8 @@ categories:
|
|||
- '☢️ Bug'
|
||||
- title: '🧹 Updates'
|
||||
labels:
|
||||
- '🤖 dependencies'
|
||||
- '🧹 Updates'
|
||||
- '🤖 Dependencies'
|
||||
- title: '📚 Documentation'
|
||||
labels:
|
||||
- '📒 Documentation'
|
||||
|
@ -19,9 +20,14 @@ version-resolver:
|
|||
minor:
|
||||
labels:
|
||||
- 'minor'
|
||||
- '✏️ Feature'
|
||||
patch:
|
||||
labels:
|
||||
- 'patch'
|
||||
- '📒 Documentation'
|
||||
- '☢️ Bug'
|
||||
- '🤖 dependencies'
|
||||
- '🧹 Updates'
|
||||
default: patch
|
||||
autolabeler:
|
||||
- label: '📒 Documentation'
|
||||
|
@ -36,7 +42,10 @@ autolabeler:
|
|||
- '/(fix|race|bug|🐛)/i'
|
||||
- label: '🧹 Updates'
|
||||
title:
|
||||
- '/(bump|improve|update|refactor|⚡|🧹)/i'
|
||||
- '/(improve|update|refactor|⚡|🧹)/i'
|
||||
- label: '🤖 dependencies'
|
||||
title:
|
||||
- '/(bumb)/i'
|
||||
- label: '✏️ Feature'
|
||||
branch:
|
||||
- '/feature\/.+/'
|
||||
|
|
Loading…
Reference in New Issue