Skip to content

Commit 7d6db77

Browse files
authored
Merge pull request #442 from mkurz/renamed_7.x
Renamed branch to `7.x`
2 parents cdcf182 + 14dea8b commit 7d6db77

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/scala-steward.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pullRequests.frequency = "@monthly"
22

3-
commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"
3+
commits.message = "[7.x] ${artifactName} ${nextVersion} (was ${currentVersion})"
44

55
pullRequests.grouping = [
66
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- 7.0.x # Check branch after merge
8+
- 7.x # Check branch after merge
99

1010
concurrency:
1111
# Only run once for latest commit per ref and cancel other (previous) runs.

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependency Graph
22
on:
33
push:
44
branches:
5-
- 7.0.x
5+
- 7.x
66

77
concurrency:
88
# Only run once for latest commit per ref and cancel other (previous) runs.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish
33
on:
44
push:
55
branches: # Snapshots
6-
- 7.0.x
6+
- 7.x
77
tags: ["**"] # Releases
88

99
jobs:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- 7.0.x
6+
- 7.x
77

88
jobs:
99
update_release_draft:

0 commit comments

Comments
 (0)