Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimum CodeQL version to 2.10.5 #1907

Merged
merged 10 commits into from
Sep 27, 2023
Prev Previous commit
Next Next commit
Prompt maintainers to start process when GHES version deprecated
  • Loading branch information
henrymercer committed Sep 27, 2023
commit 6e3f5b01847d9672f604e79866bbfce89ac78b27
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,13 @@ jobs:
git add .
git commit --message "Update supported GitHub Enterprise Server versions"
git push origin update-supported-enterprise-server-versions
gh pr create --fill --draft

body="This PR updates the list of supported GitHub Enterprise Server versions, either because a new "
body+="version is about to be feature frozen, or because an old release has been deprecated.\n\n"
body+="If an old release has been deprecated, please follow the instructions in CONTRIBUTING.md to "
body+="deprecate the corresponding version of CodeQL."

gh pr create --draft \
--title "Update supported GitHub Enterprise Server versions" \
--body "$body"
fi