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-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 3054227c8 chore: restrict scala-steward permissions (#874)
3054227c8 is described below

commit 3054227c8c7f1a175ec4d78a6b398b70b3de2455
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Nov 28 12:17:24 2025 +0100

    chore: restrict scala-steward permissions (#874)
---
 .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 1c509aeb3..46226f19e 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]

Reply via email to