Skip to content

Commit 6e3f5b0

Browse files
committed
Prompt maintainers to start process when GHES version deprecated
1 parent 1d70a98 commit 6e3f5b0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/update-supported-enterprise-server-versions.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,13 @@ jobs:
5252
git add .
5353
git commit --message "Update supported GitHub Enterprise Server versions"
5454
git push origin update-supported-enterprise-server-versions
55-
gh pr create --fill --draft
55+
56+
body="This PR updates the list of supported GitHub Enterprise Server versions, either because a new "
57+
body+="version is about to be feature frozen, or because an old release has been deprecated.\n\n"
58+
body+="If an old release has been deprecated, please follow the instructions in CONTRIBUTING.md to "
59+
body+="deprecate the corresponding version of CodeQL."
60+
61+
gh pr create --draft \
62+
--title "Update supported GitHub Enterprise Server versions" \
63+
--body "$body"
5664
fi

0 commit comments

Comments
 (0)