ampproject / amp-toolbox-php

AMP Optimizer PHP library
Apache License 2.0
73 stars 25 forks source link

Update action sync local fallback files #493

Closed ediamin closed 2 years ago

ediamin commented 2 years ago

Currently the Sync runtime local fallback files workflow creates a PR with a label automerge. But the problem is, GitHub does not trigger the GitHub Checks for this new PR. And after that the Automatic Merge workflow merges this new PR since it contains the automerge label.

As a temporary solution this PR removes the automerge label from the sync fallback workflow to skip merging the PR without doing the GH checks. Additionally the workflow cron time is changed to run once in a week instead of daily.