Skip to content

Scala Steward

Scala Steward #2224

Workflow file for this run

name: Scala Steward
on:
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
jobs:
scala-steward:
runs-on: ubuntu-latest
name: Scala Steward
env:
# scalablytyped requries more JVM memory
SBT_OPTS: -Xmx2048m -XX:+UseG1GC
steps:
# Need to checkout the repo for reading repos.md
- uses: actions/checkout@v6
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-app-id: ${{ vars.APP_ID }}
github-app-installation-id: ${{ secrets.APP_INSTALLATION_ID }}
github-app-key: ${{ secrets.APP_PRIVATE_KEY }}
github-app-auth-only: true
author-name: 'scala-steward'
author-email: 'leo+bot@xerial.org'
other-args: '--do-not-fork --add-labels'