From bad62b1c061d6f21d24a34d23ca624241eb33d64 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Tue, 28 Jul 2026 23:37:31 +0200 Subject: [PATCH 1/2] Update warning message for PR reviewers Now that we have the `apps-infra-tooling` subteam (targeting a more focused subset of our team), better suggest to add that one (which should be automatically added via the CODEOWNER-like GitHub Settings on this repo anyway) rather than suggesting the wider `apps-infrastructure` team --- Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dangerfile b/Dangerfile index 7cca9057c..fb577e001 100644 --- a/Dangerfile +++ b/Dangerfile @@ -49,4 +49,4 @@ labels_checker.check( required_labels: [] ) -warn("No reviewers have been set for this PR yet. Please request a review from **@\u2060wordpress-mobile/apps-infrastructure**.") unless github_utils.requested_reviewers? +warn("No reviewers have been set for this PR yet. Please request a review from **@\u2060wordpress-mobile/apps-infra-tooling**.") unless github_utils.requested_reviewers? From e9e9e55ae5555577086396743b07d0e1e25e8539 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Tue, 28 Jul 2026 23:42:08 +0200 Subject: [PATCH 2/2] Add CHANGELOG entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a44445e4..e29e4c9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ _None_ ### Internal Changes -_None_ +Update the `Dangerfile`'s message about PR reviewers to suggest `apps-infra-tooling` team instead of `apps-infrastructure`. [#761] ## 14.11.1