Skip to content

Commit 7729159

Browse files
authored
Merge pull request #4190 from github/koesie10/cli-test-mention
Change mention of failing CLI tests to vscode-codeql-reviewers
2 parents 11efe0a + 422b856 commit 7729159

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)