File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ name: 'Create pull requests to update mozilla-central version to the latest'
2
2
3
3
on :
4
4
schedule :
5
- - cron : " 00 14 * * 1" # run every Monday at 14:00 UTC (10:00 Eastern Daylight Time)
5
+ - cron : " 00 14 */100,1-7 * 1" # run on the first Monday of each month at 14:00 UTC (10:00 Eastern Daylight Time)
6
+ # See https://blog.healthchecks.io/2022/09/schedule-cron-job-the-funky-way/
6
7
workflow_call :
7
8
workflow_dispatch : # or you can run it manually
8
9
33
34
add-paths : mozcentral.version
34
35
commit-message : |
35
36
chore(deps): upgrade SpiderMonkey to `${{ env.MOZCENTRAL_VERSION }}`
37
+ author : github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
36
38
branch : chore/upgrade-spidermonkey-to-${{ env.MOZCENTRAL_VERSION_SHORT }}
37
39
title : Upgrade SpiderMonkey to mozilla-central commit `${{ env.MOZCENTRAL_VERSION }}`
38
40
body : |
39
41
Changeset: https://hg.mozilla.org/mozilla-central/rev/${{ env.MOZCENTRAL_VERSION }}
40
42
labels : dependencies
43
+ assignees : Xmader
You can’t perform that action at this time.
0 commit comments