fix: feat: disinto init should create bug-report label on Forgejo (#253)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e3e809cd3b
commit
2381a24eaa
1 changed files with 2 additions and 1 deletions
|
|
@ -1373,6 +1373,7 @@ create_labels() {
|
|||
["prediction/unreviewed"]="#a2eeef"
|
||||
["prediction/dismissed"]="#d73a4a"
|
||||
["prediction/actioned"]="#28a745"
|
||||
["bug-report"]="#e11d48"
|
||||
)
|
||||
|
||||
echo "Creating labels on ${repo}..."
|
||||
|
|
@ -1385,7 +1386,7 @@ create_labels() {
|
|||
| grep -o '"name":"[^"]*"' | cut -d'"' -f4) || existing=""
|
||||
|
||||
local name color
|
||||
for name in backlog in-progress blocked tech-debt underspecified vision action prediction/unreviewed prediction/dismissed prediction/actioned; do
|
||||
for name in backlog in-progress blocked tech-debt underspecified vision action bug-report prediction/unreviewed prediction/dismissed prediction/actioned; do
|
||||
if echo "$existing" | grep -qx "$name"; then
|
||||
echo " . ${name} (already exists)"
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue