E608 Bump minimum CodeQL version to 2.10.5 by henrymercer · Pull Request #1907 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content
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
0