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-persistence-r2dbc.git


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

commit b9fc71335c553a6aa5dc79cbcb75b062e9e9a5dc
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Feb 26 21:52:24 2026 +0100

    Delete scala-steward.yml (#329)
---
 .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 cdcb53d..0000000
--- 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-persistence-r2dbc'
-    steps:
-      - name: Launch Scala Steward
-        uses: 
scala-steward-org/scala-steward-action@e47786bae0a964b4202df1d66b65c581a53257b0 
# v2.83.0
-        env:
-          JAVA_OPTS: "-Xms1G -Xmx1G -Xss2M"
-        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