File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
branches :
10
10
- main
11
11
- latest
12
+ - release/v*
12
13
schedule :
13
14
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
14
15
- cron : " 0 9 * * 1"
Original file line number Diff line number Diff line change 7
7
branches :
8
8
- main
9
9
- latest
10
+ - release/v*
10
11
pull_request :
11
12
branches :
12
13
- main
13
14
- latest
15
+ - release/v*
14
16
schedule :
15
17
# "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
16
18
- cron : " 0 10 * * 1"
Original file line number Diff line number Diff line change 78
78
let commentId = comments.find(c => c.user.login === 'github-actions[bot]' && c.body.startsWith(body))?.id
79
79
80
80
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} \`. `
82
82
body += `To force CI to update this PR, run this command:\n\n`
83
83
body += `\`\`\`\ngh workflow run release.yml -r ${REF_NAME} -R ${owner}/${repo} -f release-pr=${issue_number}\n\`\`\``
84
84
You can’t perform that action at this time.
0 commit comments