Skip to content

Commit d02fac5

Browse files
committed
Fix label formatting in user story issue workflow and script
- Updated the label from 'source:qa-tracker' to 'source-qa-tracker' in both the GitHub workflow and the user story issue candidate script for consistency and accuracy.
1 parent 89bcbd3 commit d02fac5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/user-story-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
color: '0e8a16',
9898
description: 'Expected behavior user story',
9999
},
100-
'source:qa-tracker': {
100+
'source-qa-tracker': {
101101
color: '1d76db',
102102
description: 'Generated from MicrobeTrace QA tracker CSVs',
103103
},

scripts/user_story_issue_candidates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def build_issue(row, repository: str, branch: str, commit_sha: str, actor: str):
290290
"generated_end": GENERATED_END,
291291
"labels": [
292292
"[issue-type] user story",
293-
"source:qa-tracker",
293+
"source-qa-tracker",
294294
"needs-review",
295295
],
296296
"epic": epic,

0 commit comments

Comments
 (0)