Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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?
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,22 @@ 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)
colored2 (>= 3.1, < 5)
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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down