fthomas on bsp
Ensure that we always use the l… (compare)
fthomas on bsp
Check if BSP server is a depend… (compare)
fthomas on bsp
Extract new method getBspDepend… (compare)
fthomas on bsp
Add BspServerType.ScalaCli (compare)
fthomas on bsp
Add BspServerType.Bazel (compare)
fthomas on bsp
WIP (compare)
fthomas on bsp
Disable BSP (compare)
fthomas on bsp
WIP 8 (compare)
fthomas on bsp
WIP 7 (compare)
fthomas on bsp
WIP5 WIP 6 (compare)
fthomas on bsp
WIP WIP2 WIP 3 and 2 more (compare)
Hi Scala Steward team,
I'm looking at developing a version of Scala Steward that is run on a local repo and will create the PR with updates.
The use case that's motivating this is to solve the problem when an organisation doesn't want to use the
community Scala Steward and doesn't have the capacity or resources to run a self hosted version.
Is this something that a contribution that would be accepted?
#!/bin/sh
export STEWARD_DIR=~/sandbox/scala-steward
export LOGIN="xxx"
export EMAIL="xxx"
docker run -v $STEWARD_DIR:/opt/scala-steward -it fthomas/scala-steward:latest \
--workspace "/opt/scala-steward/workspace" \
--repos-file "/opt/scala-steward/repos.md" \
--repo-config "/opt/scala-steward/default.scala-steward.conf" \
--git-author-email ${EMAIL} \
--vcs-api-host "https://api.code.corp.xxx.com/" \
--vcs-login ${LOGIN} \
--git-ask-pass "/opt/scala-steward/.github/askpass/$LOGIN.sh" \
--env-var "SBT_OPTS=-Xmx7168m -Xss1024m -XX:MaxMetaspaceSize=512m" \
--env-var "JAVA_OPTS=-DLOG_LEVEL=DEBUG" \
--do-not-fork \
--disable-sandbox
push
event to any branch. For some reason, one of the pull requests created by a scala-steward-action run did not automatically kick off my github workflows. Has this happened to anyone else? Is this a fluke? Or do I need to listen to pull_request
events as well for scala-steward?
sbt githubWorkflowGenerate