Skip to content

Commit 8456d87

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent dde1f00 commit 8456d87

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
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"

.github/workflows/codeql-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
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"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)