File tree Expand file tree Collapse file tree 5 files changed +31
-2
lines changed
Expand file tree Collapse file tree 5 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,29 @@ branches:
2424 apps : []
2525 users : []
2626 teams : [ "cli-team" ]
27+ - name : latest
28+ protection :
29+ required_status_checks : null
30+ enforce_admins : true
31+ required_pull_request_reviews :
32+ required_approving_review_count : 1
33+ require_code_owner_reviews : true
34+ require_last_push_approval : true
35+ dismiss_stale_reviews : true
36+ restrictions :
37+ apps : []
38+ users : []
39+ teams : [ "cli-team" ]
40+ - name : release/v*
41+ protection :
42+ required_status_checks : null
43+ enforce_admins : true
44+ required_pull_request_reviews :
45+ required_approving_review_count : 1
46+ require_code_owner_reviews : true
47+ require_last_push_approval : true
48+ dismiss_stale_reviews : true
49+ restrictions :
50+ apps : []
51+ users : []
52+ teams : [ "cli-team" ]
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
Original file line number Diff line number Diff line change 3333 },
3434 "templateOSS" : {
3535 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
36- "version" : " 4.15.1 " ,
36+ "version" : " 4.17.0 " ,
3737 "publish" : " true"
3838 },
3939 "tap" : {
You can’t perform that action at this time.
0 commit comments