pr validation against 'main' rather than 'master' (#30719)
* pr validation against 'main' rather than 'master' * be more specific
This commit is contained in:
parent
8086c70437
commit
feb7ad7de0
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ object AkkaValidatePullRequest extends AutoPlugin {
|
|||
override lazy val buildSettings = Seq(
|
||||
validatePullRequest / includeFilter := PathGlobFilter("akka-*/**"),
|
||||
validatePullRequestBuildAll / excludeFilter := PathGlobFilter("project/MiMa.scala"),
|
||||
prValidatorGithubRepository := Some("akka/akka"))
|
||||
prValidatorGithubRepository := Some("akka/akka"),
|
||||
prValidatorTargetBranch := "origin/main")
|
||||
|
||||
override lazy val projectSettings = inConfig(ValidatePR)(Defaults.testTasks) ++ Seq(
|
||||
ValidatePR / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-l", "performance"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue