From bad62b1c061d6f21d24a34d23ca624241eb33d64 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Tue, 28 Jul 2026 23:37:31 +0200 Subject: [PATCH 1/3] 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/3] 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 From 1fe3bc3c741127bdb76ba316efc54cf2cd2aef3d Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Mon, 10 Aug 2026 12:54:52 +0200 Subject: [PATCH 3/3] Update dangermattic --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f08e521b3..53502717d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM bigdecimal rexml csv (3.3.5) - danger (9.5.3) + danger (9.6.1) base64 (~> 0.2) claide (~> 1.0) claide-plugins (>= 0.9.2) @@ -99,14 +99,14 @@ GEM cork (~> 0.1) faraday (>= 0.9.0, < 3.0) faraday-http-cache (~> 2.0) - git (>= 1.13, < 3.0) + git (>= 1.13) kramdown (>= 2.5.1, < 3.0) kramdown-parser-gfm (~> 1.0) octokit (>= 4.0) pstore (~> 0.1) terminal-table (>= 1, < 5) - danger-dangermattic (1.2.4) - danger (~> 9.4) + danger-dangermattic (1.4.1) + danger (~> 9.5, >= 9.5.3) danger-plugin-api (~> 1.0) danger-rubocop (~> 0.13) rubocop (~> 1.63) @@ -274,14 +274,14 @@ GEM concurrent-ruby (~> 1.0) java-properties (0.3.0) jmespath (1.6.2) - json (2.19.7) + json (2.21.2) jwt (3.2.0) base64 kramdown (2.5.2) rexml (>= 3.4.4) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - language_server-protocol (3.17.0.5) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) locale (2.1.5) fiddle @@ -313,7 +313,7 @@ GEM os (1.1.4) ostruct (0.6.3) parallel (1.28.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc pkg-config (1.6.5) @@ -362,7 +362,7 @@ GEM rspec-support (3.13.7) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.87.0) + rubocop (1.89.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -373,7 +373,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-rspec (3.0.0)