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'
22
33on :
44 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/
67 workflow_call :
78 workflow_dispatch : # or you can run it manually
89
3334 add-paths : mozcentral.version
3435 commit-message : |
3536 chore(deps): upgrade SpiderMonkey to `${{ env.MOZCENTRAL_VERSION }}`
37+ author : github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3638 branch : chore/upgrade-spidermonkey-to-${{ env.MOZCENTRAL_VERSION_SHORT }}
3739 title : Upgrade SpiderMonkey to mozilla-central commit `${{ env.MOZCENTRAL_VERSION }}`
3840 body : |
3941 Changeset: https://hg.mozilla.org/mozilla-central/rev/${{ env.MOZCENTRAL_VERSION }}
4042 labels : dependencies
43+ assignees : Xmader
You can’t perform that action at this time.
0 commit comments