Skip to content

Commit cfdde8f

Browse files
Merge pull request #419 from Distributive-Network/Xmader/ci/moz-central-updater
Small changes on the `mozilla-central` updater CI
2 parents 20e9a5f + c91c87e commit cfdde8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-mozcentral-version.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: 'Create pull requests to update mozilla-central version to the latest'
22

33
on:
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

@@ -33,8 +34,10 @@ jobs:
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

0 commit comments

Comments
 (0)