Skip to content

Commit

Permalink
Merge branch 'main' into enhancement/using_stub_files
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n authored Dec 25, 2023
2 parents c33469b + caef913 commit a3fc093
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 84 deletions.
141 changes: 70 additions & 71 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,72 +1,71 @@
---
# the GitHub Action https://github.com/marketplace/actions/github-labeler.
- name: ':bell: automerge'
color: 8f4fbc
description: ''
- name: ':robot: bot'
color: 69cde9
description: ''
- name: ':bug: bug'
color: b60205
description: ''
- name: ':sparkles: custom enhancement'
color: '018786'
description: ''
- name: ':bulb: custom feature'
color: 03dac6
- name: ':game_die: dependencies'
color: 0366d6
description: ''
- name: ':memo: documentation'
color: c5def5
description: ''
- name: ':busts_in_silhouette: duplicate'
color: cccccc
description: ''
- name: ':speech_balloon: translation'
color: b2a8a6
description: ''
- name: ':sparkles: enhancement'
color: 0054ca
description: ''
- name: ':bulb: feature'
color: 0e8a16
description: ''
- name: ':mega: feedback'
color: 03a9f4
description: ''
- name: ':rocket: future maybe'
color: fef2c0
description: ''
- name: ':hatching_chick: good first issue'
color: 7057ff
description: ''
- name: ':pray: help wanted'
color: 4caf50
description: ''
- name: ':no_entry_sign: invalid'
color: e6e6e6
description: ''
- name: ':mag: investigate'
color: e6625b
description: ''
- name: ':thinking: needs more info'
color: '795548'
description: ''
- name: ':pushpin: pinned'
color: 28008e
description: ''
- name: ':question: question'
color: 3f51b5
description: ''
- name: ':skull: stale'
color: 237da0
description: ''
- name: ':eyes: upstream'
color: fbca04
description: ''
- name: ':construction_worker: WIP'
color: '668000'
description: ''
- name: ':coffin: wontfix'
color: ffffff
description: ''
- name: ":bell: automerge"
color: "8f4fbc"
description: ""
- name: ":robot: bot"
color: "69cde9"
description: ""
- name: ":bug: bug"
color: "b60205"
description: ""
- name: ":warning: breaking change"
color: "b60205"
description: ""
- name: ":game_die: dependencies"
color: "0366d6"
description: ""
- name: ":memo: documentation"
color: "c5def5"
description: ""
- name: ":busts_in_silhouette: duplicate"
color: "cccccc"
description: ""
- name: ":speech_balloon: translation"
color: "b2a8a6"
description: ""
- name: ":wrench: enhancement"
color: "0054ca"
description: ""
- name: ":rocket: feature"
color: "0e8a16"
description: ""
- name: ":mega: feedback"
color: "03a9f4"
description: ""
- name: ":clock10: future maybe"
color: "fef2c0"
description: ""
- name: ":hatching_chick: good first issue"
color: "7057ff"
description: ""
- name: ":pray: help wanted"
color: "4caf50"
description: ""
- name: ":no_entry_sign: invalid"
color: "e6e6e6"
description: ""
- name: ":mag: investigate"
color: "e6625b"
description: ""
- name: ":thinking: needs more info"
color: "795548"
description: ""
- name: ":pushpin: pinned"
color: "28008e"
description: ""
- name: ":question: question"
color: "3f51b5"
description: ""
- name: ":skull: stale"
color: "237da0"
description: ""
- name: ":eyes: upstream"
color: "fbca04"
description: ""
- name: ":construction_worker: WIP"
color: "668000"
description: ""
- name: ":coffin: wontfix"
color: "ffffff"
description: ""
26 changes: 14 additions & 12 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ tag-template: v$RESOLVED_VERSION
change-template: '- #$NUMBER $TITLE @$AUTHOR'
sort-direction: ascending
categories:
- title: ⚠️ Breaking changes
label: breaking change
- title: 💡 Features
label: ':bulb: feature'
- title: ✨ Code enhancements
label: ':sparkles: enhancement'
- title: 🐛 Bug Fixes
label: ':bug: bug'
- title: 💬 Translations
label: ':speech_balloon: translation'
- title: 📝 Documentation
label: ':memo: documentation'
- title: "⚠️ Breaking changes"
labels: [":warning: breaking change"]
- title: "🚀 Features"
labels: [":rocket: feature"]
- title: "🔧 Code enhancements"
labels: [":wrench: enhancement"]
- title: "🐛 Bug Fixes"
labels: [":bug: bug"]
- title: "💬 Translations"
labels: [":speech_balloon: translation"]
- title: "📝 Documentation"
labels: [":memo: documentation"]
- title: "🎲 Dependencies"
labels: [":game_die: dependencies"]
version-resolver:
major:
labels:
Expand Down
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3fc093

Please sign in to comment.