File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 99 branches :
1010 - main
1111 - latest
12+ - release/v*
1213 schedule :
1314 # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
1415 - cron : " 0 9 * * 1"
Original file line number Diff line number Diff line change 77 branches :
88 - main
99 - latest
10+ - release/v*
1011 pull_request :
1112 branches :
1213 - main
1314 - latest
15+ - release/v*
1416 schedule :
1517 # "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
1618 - cron : " 0 10 * * 1"
Original file line number Diff line number Diff line change 7878 let commentId = comments.find(c => c.user.login === 'github-actions[bot]' && c.body.startsWith(body))?.id
7979
8080 body += `Release workflow run: ${workflow.html_url}\n\n#### Force CI to Update This Release\n\n`
81- body += `This PR will be updated and CI will run for every non-\`chore:\` commit that is pushed to \`main \`. `
81+ body += `This PR will be updated and CI will run for every non-\`chore:\` commit that is pushed to \`${REF_NAME} \`. `
8282 body += `To force CI to update this PR, run this command:\n\n`
8383 body += `\`\`\`\ngh workflow run release.yml -r ${REF_NAME} -R ${owner}/${repo} -f release-pr=${issue_number}\n\`\`\``
8484
You can’t perform that action at this time.
0 commit comments