Skip to content

Commit 67fa06b

Browse files
authored
Update warning message for PR reviewers (#761)
2 parents 447f736 + 1fe3bc3 commit 67fa06b

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _None_
1818

1919
### Internal Changes
2020

21-
_None_
21+
Update the `Dangerfile`'s message about PR reviewers to suggest `apps-infra-tooling` team instead of `apps-infrastructure`. [#761]
2222

2323
## 14.11.2
2424

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ labels_checker.check(
4949
required_labels: []
5050
)
5151

52-
warn("No reviewers have been set for this PR yet. Please request a review from **@\u2060wordpress-mobile/apps-infrastructure**.") unless github_utils.requested_reviewers?
52+
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?

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,22 @@ GEM
9191
bigdecimal
9292
rexml
9393
csv (3.3.5)
94-
danger (9.5.3)
94+
danger (9.6.1)
9595
base64 (~> 0.2)
9696
claide (~> 1.0)
9797
claide-plugins (>= 0.9.2)
9898
colored2 (>= 3.1, < 5)
9999
cork (~> 0.1)
100100
faraday (>= 0.9.0, < 3.0)
101101
faraday-http-cache (~> 2.0)
102-
git (>= 1.13, < 3.0)
102+
git (>= 1.13)
103103
kramdown (>= 2.5.1, < 3.0)
104104
kramdown-parser-gfm (~> 1.0)
105105
octokit (>= 4.0)
106106
pstore (~> 0.1)
107107
terminal-table (>= 1, < 5)
108-
danger-dangermattic (1.2.4)
109-
danger (~> 9.4)
108+
danger-dangermattic (1.4.1)
109+
danger (~> 9.5, >= 9.5.3)
110110
danger-plugin-api (~> 1.0)
111111
danger-rubocop (~> 0.13)
112112
rubocop (~> 1.63)
@@ -274,14 +274,14 @@ GEM
274274
concurrent-ruby (~> 1.0)
275275
java-properties (0.3.0)
276276
jmespath (1.6.2)
277-
json (2.19.7)
277+
json (2.21.2)
278278
jwt (3.2.0)
279279
base64
280280
kramdown (2.5.2)
281281
rexml (>= 3.4.4)
282282
kramdown-parser-gfm (1.1.0)
283283
kramdown (~> 2.0)
284-
language_server-protocol (3.17.0.5)
284+
language_server-protocol (3.17.0.6)
285285
lint_roller (1.1.0)
286286
locale (2.1.5)
287287
fiddle
@@ -313,7 +313,7 @@ GEM
313313
os (1.1.4)
314314
ostruct (0.6.3)
315315
parallel (1.28.0)
316-
parser (3.3.11.1)
316+
parser (3.3.12.0)
317317
ast (~> 2.4.1)
318318
racc
319319
pkg-config (1.6.5)
@@ -362,7 +362,7 @@ GEM
362362
rspec-support (3.13.7)
363363
rspec_junit_formatter (0.4.1)
364364
rspec-core (>= 2, < 4, != 2.12.0)
365-
rubocop (1.87.0)
365+
rubocop (1.89.0)
366366
json (~> 2.3)
367367
language_server-protocol (~> 3.17.0.2)
368368
lint_roller (~> 1.1.0)
@@ -373,7 +373,7 @@ GEM
373373
rubocop-ast (>= 1.49.0, < 2.0)
374374
ruby-progressbar (~> 1.7)
375375
unicode-display_width (>= 2.4.0, < 4.0)
376-
rubocop-ast (1.49.1)
376+
rubocop-ast (1.50.0)
377377
parser (>= 3.3.7.2)
378378
prism (~> 1.7)
379379
rubocop-rspec (3.0.0)

0 commit comments

Comments
 (0)