You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a file in .github/.scala-steward.conf for a repository on which I launched the scala steward action.
I put some override like below, but the PR already created didn't follow this new setup (no labels and the default commit message format)
commits.message = "chore(deps): Update ${artifactName} from ${currentVersion} to ${nextVersion}"
pullRequests.customLabels = [ "dependencies", "scala" ]
The text was updated successfully, but these errors were encountered:
aleboulanger
changed the title
no effect with .github/.scala-steward.conf override
no effect with .github/.scala-steward.conf override if PRs has been already created before
Dec 5, 2023
You could try adding updatePullRequests = "always" to .github/.scala-steward.conf and run Scala Steward again. Maybe it will update the old PR with your new configuration.
I created a file in
.github/.scala-steward.conf
for a repository on which I launched the scala steward action.I put some override like below, but the PR already created didn't follow this new setup (no labels and the default commit message format)
The text was updated successfully, but these errors were encountered: