We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11efe0a + 422b856 commit 7729159Copy full SHA for 7729159
.github/workflows/cli-test.yml
@@ -142,7 +142,7 @@ jobs:
142
echo "Did not find an open tracking issue. Creating one."
143
144
ISSUE_BODY="issue-body.md"
145
- printf "CLI tests have failed on the default branch.\n\n@github/code-scanning-secexp-reviewers" > "$ISSUE_BODY"
+ printf "CLI tests have failed on the default branch.\n\n@github/codeql-vscode-reviewers" > "$ISSUE_BODY"
146
147
ISSUE="$(gh issue create --repo "$GITHUB_REPOSITORY" --label "cli-test-failure" --title "CLI test failure" --body-file "$ISSUE_BODY")"
148
# `gh issue create` returns the full issue URL, not just the number.
0 commit comments