From 9a1f4616459efe74b191983a2ab6fefef1864f09 Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Wed, 15 May 2024 10:35:55 -0400 Subject: [PATCH] Update PR description for bundle update PRs Changed from `tools: latest` to `tools: linked` to reflect new usage. --- .github/workflows/update-bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-bundle.yml b/.github/workflows/update-bundle.yml index fc70aac95..36a96c739 100644 --- a/.github/workflows/update-bundle.yml +++ b/.github/workflows/update-bundle.yml @@ -54,7 +54,7 @@ jobs: cli_version=$(jq -r '.cliVersion' src/defaults.json) pr_url=$(gh pr create \ --title "Update default bundle to $cli_version" \ - --body "This pull request updates the default CodeQL bundle, as used with \`tools: latest\` and on GHES, to $cli_version." \ + --body "This pull request updates the default CodeQL bundle, as used with \`tools: linked\` and on GHES, to $cli_version." \ --assignee "$GITHUB_ACTOR" \ --draft \ )