File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments