Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no effect with .github/.scala-steward.conf override if PRs has been already created before #3232

Open
aleboulanger opened this issue Dec 5, 2023 · 2 comments

Comments

@aleboulanger
Copy link

aleboulanger commented Dec 5, 2023

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" ]

@aleboulanger 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
@aleboulanger
Copy link
Author

I tried to close PRs and relaunch a scala steward but the bot didn't create again the PRs.

@fthomas
Copy link
Member

fthomas commented Dec 6, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants