Skip to content

Commit 8c4bc43

Browse files
authored
Merge pull request #2296 from github/dbartol/bundle-pr-description
Update PR description for bundle update PRs
2 parents 584871b + 2c0b69b commit 8c4bc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cli_version=$(jq -r '.cliVersion' src/defaults.json)
5555
pr_url=$(gh pr create \
5656
--title "Update default bundle to $cli_version" \
57-
--body "This pull request updates the default CodeQL bundle, as used with \`tools: latest\` and on GHES, to $cli_version." \
57+
--body "This pull request updates the default CodeQL bundle, as used with \`tools: linked\` and on GHES, to $cli_version." \
5858
--assignee "$GITHUB_ACTOR" \
5959
--draft \
6060
)

0 commit comments

Comments
 (0)