File tree 7 files changed +6
-9
lines changed
7 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 7
7
directory : /
8
8
schedule :
9
9
interval : daily
10
+ target-branch : " main"
10
11
allow :
11
12
- dependency-type : direct
12
13
versioning-strategy : increase-if-necessary
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ branches:
15
15
protection :
16
16
required_status_checks : null
17
17
enforce_admins : true
18
+ block_creations : true
18
19
required_pull_request_reviews :
19
20
required_approving_review_count : 1
20
21
require_code_owner_reviews : true
Original file line number Diff line number Diff line change 8
8
push :
9
9
branches :
10
10
- main
11
- - latest
12
11
schedule :
13
12
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
14
13
- cron : " 0 9 * * 1"
Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- main
9
- - latest
10
9
pull_request :
11
10
branches :
12
11
- main
13
- - latest
14
12
schedule :
15
13
# "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
16
14
- cron : " 0 10 * * 1"
Original file line number Diff line number Diff line change 47
47
env :
48
48
PR_TITLE : ${{ github.event.pull_request.title }}
49
49
run : |
50
- echo ' $PR_TITLE' | npx --offline commitlint -V
50
+ echo " $PR_TITLE" | npx --offline commitlint -V
Original file line number Diff line number Diff line change 11
11
push :
12
12
branches :
13
13
- main
14
- - latest
15
- - release/v*
16
14
17
15
permissions :
18
16
contents : write
78
76
let commentId = comments.find(c => c.user.login === 'github-actions[bot]' && c.body.startsWith(body))?.id
79
77
80
78
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 \`. `
79
+ body += `This PR will be updated and CI will run for every non-\`chore:\` commit that is pushed to \`${REF_NAME} \`. `
82
80
body += `To force CI to update this PR, run this command:\n\n`
83
81
body += `\`\`\`\ngh workflow run release.yml -r ${REF_NAME} -R ${owner}/${repo} -f release-pr=${issue_number}\n\`\`\``
84
82
Original file line number Diff line number Diff line change 47
47
},
48
48
"devDependencies" : {
49
49
"@npmcli/eslint-config" : " ^4.0.0" ,
50
- "@npmcli/template-oss" : " 4.15.1 " ,
50
+ "@npmcli/template-oss" : " 4.18.0 " ,
51
51
"nock" : " ^13.2.4" ,
52
52
"safe-buffer" : " ^5.2.1" ,
53
53
"standard-version" : " ^9.3.2" ,
68
68
},
69
69
"templateOSS" : {
70
70
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
71
- "version" : " 4.15.1 " ,
71
+ "version" : " 4.18.0 " ,
72
72
"publish" : " true"
73
73
}
74
74
}
You can’t perform that action at this time.
0 commit comments