This repository was archived by the owner on May 4, 2024. It is now read-only.
File tree 5 files changed +31
-2
lines changed
5 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,29 @@ branches:
24
24
apps : []
25
25
users : []
26
26
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 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
Original file line number Diff line number Diff line change 53
53
},
54
54
"templateOSS" : {
55
55
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
56
- "version" : " 4.15.1 " ,
56
+ "version" : " 4.17.0 " ,
57
57
"publish" : " true"
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments