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.
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 theAutomatic Merge
workflow merges this new PR since it contains theautomerge
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.