Skip to content

Commit 998e430

Browse files
Merge pull request #127 from VirdocsSoftware/release/v2.26.1
release v2.26.1 to main
2 parents cd5f87a + d348d48 commit 998e430

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/actions/auto-release-description/generate_pr_description.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,19 @@ ${diffContent}`;
150150
* Create the main PR description prompt
151151
*/
152152
function createPRPrompt(diffContent) {
153-
return `Write a release note summary with the following sections:
153+
return `Write a release note summary with the following sections. Be comprehensive but concise - focus on the most important changes:
154154
155155
## Infrastructure Changes
156-
Highlight changes to AWS resources, IaC (CloudFormation/SAM templates), Lambda functions, databases, and deployment configurations.
156+
Highlight changes to AWS resources, IaC (CloudFormation/SAM templates), Lambda functions, databases, and deployment configurations. Use bullet points for clarity.
157157
158158
## Security Concerns
159-
Identify any security-related changes, authentication/authorization updates, data access modifications, or potential vulnerabilities.
159+
Identify any security-related changes, authentication/authorization updates, data access modifications, or potential vulnerabilities. If none, state "No significant security changes detected."
160160
161161
## Performance Implications
162-
Assess any changes that could impact system performance, database queries, API response times, or resource consumption.
162+
Assess any changes that could impact system performance, database queries, API response times, or resource consumption. If none, state "No significant performance implications detected."
163163
164164
## New Features
165-
Describe new functionality, enhancements, or capabilities being introduced.
165+
Describe new functionality, enhancements, or capabilities being introduced. Use bullet points for multiple features.
166166
167167
## Student Access Risk Analysis
168168
Evaluate the risk that these changes could cause students to lose access to their course materials. Assess changes to:
@@ -178,6 +178,8 @@ function createPRPrompt(diffContent) {
178178
179179
If no student access risks are detected, state: "Risk Level: NONE - No changes affect student material access."
180180
181+
IMPORTANT: Keep the total response under 12,000 tokens. Be comprehensive but concise. Group similar changes together.
182+
181183
Print only the report and ask no questions.
182184
183185
${diffContent}`;
@@ -206,7 +208,7 @@ async function callGeminiAPI(prompt, apiKey, retryCount = 0) {
206208
temperature: 0.7,
207209
topK: 40,
208210
topP: 0.95,
209-
maxOutputTokens: 8192,
211+
maxOutputTokens: 16384,
210212
}
211213
})
212214
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-actions",
3-
"version": "2.26.0",
3+
"version": "2.26.1",
44
"description": "Used to store GitHub actions for use across the enterprise",
55
"scripts": {
66
"test": "./tooling/scripts/run_tests.sh",

0 commit comments

Comments
 (0)