You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ `[Go to the Actions Dashboard to download the full Spotless output](${actionsDashboardUrl})\n\n`;
69
+
40
70
github.rest.issues.createComment({
41
71
issue_number: context.issue.number,
42
72
owner: context.repo.owner,
43
73
repo: context.repo.repo,
44
-
body: "This contribution does not follow the conventions set by the [Google Java style guide](https://google.github.io/styleguide/javaguide.html). Please run the following command line at the root of the project to fix formatting errors: ```./gradlew goJF```."
0 commit comments