Skip to content

Commit 0c7aac2

Browse files
authored
Merge pull request #5 from GitHubSecurityLab/p--label-issue
fix issue with labelling when multiple labels are applied
2 parents 3a221f5 + 429d4e3 commit 0c7aac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/create_issues_actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ taskflow:
9696
```
9797
Alert <alert id> triage report
9898
```
99-
Use `mecha,FP` and as the label for the issue.
99+
Use [mecha,FP] as labels for the issue.
100100
toolboxes:
101101
- seclab_taskflow_agent.toolboxes.github_official
102102
- seclab_taskflows.toolboxes.gh_code_scanning

src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/create_issues_js_ts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ taskflow:
122122
```
123123
Code scanning alert #{{ RESULT_alert_id }} triage report for {{ RESULT_rule }}. Remove any occurences of `'` from the rule.
124124
```
125-
Use `barry-agent,FP` as the label for the issue.
125+
Use [barry-agent,FP] as labels for the issue.
126126
toolboxes:
127127
- seclab_taskflow_agent.toolboxes.github_official
128128
- seclab_taskflows.toolboxes.gh_code_scanning

0 commit comments

Comments
 (0)