-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dangermattic checks update #20132
Dangermattic checks update #20132
Conversation
📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
|
ddcb6fd
to
78226e9
Compare
78226e9
to
1ecc225
Compare
Generated by 🚫 dangerJS |
Generated by 🚫 Danger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to unblock. The same comments from the Pocket Casts iOS PR apply here, Automattic/pocket-casts-ios#1418 (review), but none of them were blocking.
@@ -120,7 +120,7 @@ | |||
} | |||
# Add entries for `screenshot_*.txt` files as well | |||
Dir.glob('screenshot_*.txt', base: metadata_folder).sort.each do |screenshot_file| | |||
key = "play_store_#{File.basename(screenshot_file, '.txt')}".to_sym | |||
key = :"play_store_#{File.basename(screenshot_file, '.txt')}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL
This PR adapts the
Dangerfile
to the latest Dangermattic version, using newly added plugins, adapting the code as needed and implementing a few improvements.The main changes:
github_utils
plugin instead of locally declared functionsReleases
labeldanger-dangermattic
GemTesting
The main validation is to make sure CI is 🟢.
To run Danger yourself:
bundle install
You should get in the console the same errors / warnings reported in the PR.