Skip to content

Commit 68e3a6e

Browse files
committed
2 parents 9978beb + 3741ee4 commit 68e3a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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=$(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
@@ -41,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)