You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
This merges the PR once it meets merge requirements and deletes the branch afterward.
68
68
69
+
### Which PRs does Renovate's `automerge: true` affect?
70
+
71
+
The `automerge: true` setting in `.github/renovate.json` only applies to pull requests that Renovate opens.
72
+
In this repository's configuration, that means:
73
+
74
+
- Renovate PRs created by the enabled managers: `pre-commit` and `github-actions`.
75
+
- Subject to the schedule and timezone: only during "before 10am on tuesday" in the `Asia/Dubai` timezone.
76
+
- Subject to repository rules: automerge will happen only when all required checks pass and branch protection rules allow merging.
77
+
- With `automergeType: "pr"` and `platformAutomerge: true`, GitHub performs a native PR merge when eligible.
78
+
79
+
What it does not affect:
80
+
81
+
- Manually created pull requests or PRs opened by other tools/bots.
82
+
- PRs created by this Sync Template action itself. Those are handled separately by the action's own auto-merge step using GitHub CLI (see section above).
83
+
69
84
### GitHub Token Permissions
70
85
71
86
When using this action to sync workflow files (files in `.github/workflows/`), you need to be aware of GitHub's token permission restrictions:
0 commit comments