Skip to content

Commit

Permalink
Merge pull request #2296 from github/dbartol/bundle-pr-description
Browse files Browse the repository at this point in the history
Update PR description for bundle update PRs
  • Loading branch information
henrymercer authored May 24, 2024
2 parents 584871b + 2c0b69b commit 8c4bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
)
Expand Down

0 comments on commit 8c4bc43

Please sign in to comment.