diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index fe5230d..3334901 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -1,6 +1,6 @@ pullRequests.frequency = "@monthly" -commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" +commits.message = "[7.x] ${artifactName} ${nextVersion} (was ${currentVersion})" pullRequests.grouping = [ { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 990c58c..118352e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -5,7 +5,7 @@ on: push: branches: - - 7.0.x # Check branch after merge + - 7.x # Check branch after merge concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index e69c690..60ab467 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -2,7 +2,7 @@ name: Dependency Graph on: push: branches: - - 7.0.x + - 7.x concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 521fed2..90ee40e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish on: push: branches: # Snapshots - - 7.0.x + - 7.x tags: ["**"] # Releases jobs: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d813e39..b3950f7 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -3,7 +3,7 @@ name: Release Drafter on: push: branches: - - 7.0.x + - 7.x jobs: update_release_draft: