Skip to content

Commit c905658

Browse files
committed
2 parents 2f34bd4 + 0737cb5 commit c905658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
# Calculate suggested merge date based on release policy
3232
# By default, suggesting next Monday as merge date - adjust according to your policy
33-
MERGE_DATE="Late wednesday/early thursday"
33+
MERGE_DATE="Friday"
3434
3535
# Save commit list to a file (to handle multi-line output)
3636
echo "$COMMIT_LIST" > commit_list.txt
@@ -45,6 +45,7 @@ jobs:
4545
echo "" >> $GITHUB_ENV
4646
echo "## Suggested Merge Schedule" >> $GITHUB_ENV
4747
echo "According to our release policy, this PR is expected to be merged on: **$MERGE_DATE**" >> $GITHUB_ENV
48+
echo "Testers are encouraged to test the changes before merging." >> $GITHUB_ENV
4849
echo "Please note that this schedule may be adjusted based on the needs of the project." >> $GITHUB_ENV
4950
echo "## Commits to be merged:" >> $GITHUB_ENV
5051
echo "---" >> $GITHUB_ENV

0 commit comments

Comments
 (0)