Skip to content

Commit

Permalink
Merge pull request #419 from Distributive-Network/Xmader/ci/moz-centr…
Browse files Browse the repository at this point in the history
…al-updater

Small changes on the `mozilla-central` updater CI
  • Loading branch information
philippedistributive authored Aug 27, 2024
2 parents 20e9a5f + c91c87e commit cfdde8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-mozcentral-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: 'Create pull requests to update mozilla-central version to the latest'

on:
schedule:
- cron: "00 14 * * 1" # run every Monday at 14:00 UTC (10:00 Eastern Daylight Time)
- cron: "00 14 */100,1-7 * 1" # run on the first Monday of each month at 14:00 UTC (10:00 Eastern Daylight Time)
# See https://blog.healthchecks.io/2022/09/schedule-cron-job-the-funky-way/
workflow_call:
workflow_dispatch: # or you can run it manually

Expand Down Expand Up @@ -33,8 +34,10 @@ jobs:
add-paths: mozcentral.version
commit-message: |
chore(deps): upgrade SpiderMonkey to `${{ env.MOZCENTRAL_VERSION }}`
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: chore/upgrade-spidermonkey-to-${{ env.MOZCENTRAL_VERSION_SHORT }}
title: Upgrade SpiderMonkey to mozilla-central commit `${{ env.MOZCENTRAL_VERSION }}`
body: |
Changeset: https://hg.mozilla.org/mozilla-central/rev/${{ env.MOZCENTRAL_VERSION }}
labels: dependencies
assignees: Xmader

0 comments on commit cfdde8f

Please sign in to comment.