pjfanning commented on code in PR #17:
URL:
https://github.com/apache/incubator-pekko-samples/pull/17#discussion_r1142701042
##########
.github/workflows/format.yml:
##########
@@ -0,0 +1,24 @@
+name: Scalafmt
+
+permissions: read-all
Review Comment:
could you you use `permissions: {}` - which has lower permissions - I don't
see you needing read permissions for this job - no secrets or tokens are used
##########
.github/workflows/format.yml:
##########
@@ -0,0 +1,24 @@
+name: Scalafmt
+
+permissions: read-all
Review Comment:
could you you use `permissions: {}`? - which has lower permissions - I don't
see you needing read permissions for this job - no secrets or tokens are used
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]