This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new de7f4d0d chore: restrict scala-steward permissions (#552)
de7f4d0d is described below
commit de7f4d0d372d582bf2c2bcdd96310f4790df15ed
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Nov 28 12:08:18 2025 +0100
chore: restrict scala-steward permissions (#552)
---
.github/workflows/scala-steward.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/scala-steward.yml
b/.github/workflows/scala-steward.yml
index fa71bcb8..33811b42 100644
--- a/.github/workflows/scala-steward.yml
+++ b/.github/workflows/scala-steward.yml
@@ -22,6 +22,10 @@ on:
name: Launch Scala Steward
+# The GitHub Action doesn't need permissions: it only reads already-public
+# data and creates PRs through the scala-steward-asf bot:
+permissions: {}
+
jobs:
scala-steward:
runs-on: ubuntu-22.04
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]