This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 4cf7f97  Delete scala-steward.yml (#467)
4cf7f97 is described below

commit 4cf7f97efadbf76b61abf0caa874bf20c7b82eb2
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Feb 26 19:22:53 2026 +0100

    Delete scala-steward.yml (#467)
---
 .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 e7f0b7a..0000000
--- a/.github/workflows/scala-steward.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-on:
-  schedule:
-    - cron: '0 0 * * 0'
-  workflow_dispatch:  
-
-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-persistence-jdbc'
-    steps:
-      - name: Launch Scala Steward
-        uses: 
scala-steward-org/scala-steward-action@e47786bae0a964b4202df1d66b65c581a53257b0 
# v2.83.0
-        env:
-          JAVA_OPTS: "-Xms512M -Xmx4096M -XX:MaxGCPauseMillis=200"
-        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]

Reply via email to