File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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=$(date -d "next Monday" +"%A, %B %d, %Y")
33+ MERGE_DATE="Late wednesday/early thursday"
3434
3535 # Save commit list to a file (to handle multi-line output)
3636 echo "$COMMIT_LIST" > commit_list.txt
4141 echo "" >> $GITHUB_ENV
4242 echo "## Suggested Merge Schedule" >> $GITHUB_ENV
4343 echo "According to our release policy, this PR is expected to be merged on: **$MERGE_DATE**" >> $GITHUB_ENV
44- echo "" >> $GITHUB_ENV
44+ echo "Please note that this schedule may be adjusted based on the needs of the project. " >> $GITHUB_ENV
4545 echo "## Commits to be merged:" >> $GITHUB_ENV
4646 echo "---" >> $GITHUB_ENV
4747 cat commit_list.txt >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments