Skip to content

Commit

Permalink
Add repo condition and JAVA_OPTS to scala-steward.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Apr 6, 2024
1 parent 6d6cf4f commit 13113a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ 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@v2
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 }}
Expand Down

0 comments on commit 13113a7

Please sign in to comment.