diff --git a/.ci/magician/cmd/templates/SCHEDULED_PR_WAITING_FOR_CONTRIBUTOR.md.tmpl b/.ci/magician/cmd/templates/SCHEDULED_PR_WAITING_FOR_CONTRIBUTOR.md.tmpl index 62b5ef2fba2e..e23967c07e46 100644 --- a/.ci/magician/cmd/templates/SCHEDULED_PR_WAITING_FOR_CONTRIBUTOR.md.tmpl +++ b/.ci/magician/cmd/templates/SCHEDULED_PR_WAITING_FOR_CONTRIBUTOR.md.tmpl @@ -1,13 +1,13 @@ {{ if lt .SinceDays 30 -}} -@{{.User}}, this PR is waiting for action from you. Please address any comments or change requests, or [re-request review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review) from a core reviewer if no action is required. - -![Image showing the re-request review button](https://docs.github.com/assets/cb-28785/mw-1440/images/help/pull_requests/request-re-review.webp) - -If no action is taken, this PR will be closed in +@{{.User}}, this PR is waiting for action from you. If no action is taken, this PR will be closed in {{- if eq .SinceDays 10 }} 28 days.{{end}} {{- if eq .SinceDays 20 }} 14 days.{{end}} {{- if eq .SinceDays 28 }} 2 weekdays.{{end}} +Please address any comments or change requests, or [re-request review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review) from a core reviewer if no action is required. + +![Image showing the re-request review button](https://docs.github.com/assets/cb-28785/mw-1440/images/help/pull_requests/request-re-review.webp) + This notification can be disabled with the `disable-automatic-closure` label. {{ else -}} @{{.User}}, this PR is being closed due to inactivity.