Skip to content

Commit 422b856

Browse files
committed
Change mention of failing CLI tests to vscode-codeql-reviewers
1 parent 11efe0a commit 422b856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
echo "Did not find an open tracking issue. Creating one."
143143
144144
ISSUE_BODY="issue-body.md"
145-
printf "CLI tests have failed on the default branch.\n\n@github/code-scanning-secexp-reviewers" > "$ISSUE_BODY"
145+
printf "CLI tests have failed on the default branch.\n\n@github/codeql-vscode-reviewers" > "$ISSUE_BODY"
146146
147147
ISSUE="$(gh issue create --repo "$GITHUB_REPOSITORY" --label "cli-test-failure" --title "CLI test failure" --body-file "$ISSUE_BODY")"
148148
# `gh issue create` returns the full issue URL, not just the number.

0 commit comments

Comments
 (0)