You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-ghas-matrix.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,13 +72,9 @@ Look specifically for:
72
72
### Step 5: Evaluate Significance
73
73
74
74
Apply the significance filter from the instructions file:
75
-
-**INCLUDE:** New functionality, major gaps addressed, Preview→GA transitions, new CodeQL toolcache versions, partner pattern count changes, new versions, counts
75
+
-**INCLUDE:** New functionality, new features, major gaps addressed, Preview→GA transitions, new CodeQL toolcache versions, partner pattern count changes, new versions, counts
76
76
-**EXCLUDE:** Minor bug fixes, new language/framework version support (e.g., Go 1.25, Swift 6.2), simple renames, UI tweaks without functional impact
77
77
78
-
Significant updates get a new row in the appropriate feature matrix. The description should link to details when possible:
79
-
- Favor a specific docs page (in case furture content is moved - https://docs.github.com/en/enterprise-server@latest is favored over a specific version to future proof EOL server versions in docs). Review the https://docs.github.com/en/enterprise-server docs for that the given update to ensure the link is taking you a page where the appropriate feature is described.
80
-
- Otherwise, point to a specific changelog link (under https://github.blog/changelog/) that lists out which version of GHES the feature will belong to.
81
-
- Finally, if there is no appropriate link that mentions the feature, then fallback to just a text description without a hyperlink.
82
78
83
79
If there are no significant changes found, **do not create a PR**. Simply note that the matrix is up to date and exit.
84
80
@@ -90,6 +86,12 @@ If significant changes were found, follow the matrix update rules from the instr
90
86
2.**For minor version changes:** Update the relevant cells in existing columns (e.g., change ☑️ to ✅ when a feature goes GA in a patch release).
91
87
3.**For new features:** Add new rows with descriptive names and deep-linked documentation URLs.
92
88
89
+
Significant updates get a new row in the appropriate feature matrix. The description should link to details when possible:
90
+
- Favor a specific docs page (in case furture content is moved - https://docs.github.com/en/enterprise-server@latest is favored over a specific version to future proof EOL server versions in docs). Review the https://docs.github.com/en/enterprise-server docs for that the given update to ensure the link is taking you a page where the appropriate feature is described. Ensure the link is taking you to an actual docs page, not a table of contents for more docs pages.
91
+
- Otherwise, point to a specific changelog link (under https://github.blog/changelog/) that lists out which version of GHES the feature will belong to.
92
+
- Finally, if there is no appropriate link that mentions the feature, then fallback to just a text description without a hyperlink.
93
+
94
+
93
95
For CodeQL toolcache versions, check: `https://docs.github.com/en/enterprise-server@<VERSION>/admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance`
94
96
95
97
For secret scanning partner pattern counts, check: `https://docs.github.com/en/enterprise-server@<VERSION>/code-security/secret-scanning/introduction/supported-secret-scanning-patterns`
0 commit comments