We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f2c9d commit 565d439Copy full SHA for 565d439
Dangerfile
@@ -667,3 +667,11 @@ else
667
print_errors_summary 'maven-failsafe-plugin', errors_count, 'https://github.com/php-coder/mystamps/wiki/integration-tests'
668
end
669
670
+
671
+all_checks_passed = violation_report[:errors].empty? && violation_report[:warnings].empty? && violation_report[:messages].empty?
672
+if all_checks_passed
673
+ message(
674
+ "@#{github.pr_author} thank you for the PR! All quality checks have been passed! "\
675
+ "Next step is to wait when @php-coder will review this code"
676
+ )
677
+end
0 commit comments