Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 43b1a0c

Browse files
committed
automerge enabled
1 parent 0d33364 commit 43b1a0c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,21 @@ gh pr merge <number> --merge --auto --delete-branch
6666
6767
This merges the PR once it meets merge requirements and deletes the branch afterward.
6868
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+
6984
### GitHub Token Permissions
7085
7186
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

Comments
 (0)