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-management.git
The following commit(s) were added to refs/heads/main by this push:
new 2490c938 Delete scala-steward.yml (#652)
2490c938 is described below
commit 2490c938c7c271c8f4147e655af50399c4b4bc68
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Feb 27 10:43:31 2026 +0100
Delete scala-steward.yml (#652)
---
.github/workflows/scala-steward.yml | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/.github/workflows/scala-steward.yml
b/.github/workflows/scala-steward.yml
deleted file mode 100644
index baedb655..00000000
--- a/.github/workflows/scala-steward.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-on:
- workflow_dispatch:
- schedule:
- - cron: '0 0 * * 0'
-
-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
- name: Launch Scala Steward
- if: github.repository == 'apache/pekko-management'
- steps:
- - name: Launch Scala Steward
- uses:
scala-steward-org/scala-steward-action@f60ccd18bc9d8083e6809d9dc3db4a69a71d856c
# v2.78.0
- env:
- JAVA_OPTS: "-Xms1G -Xmx1G -Xss2M -XX:ReservedCodeCacheSize=128m"
- with:
- github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
- github-app-installation-id: ${{
secrets.SCALA_STEWARD_INSTALLATION_ID }}
- github-app-key: ${{ secrets.SCALA_STEWARD_PRIVATE_KEY }}
- github-app-auth-only: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]