Skip to content

Commit 1e0eaff

Browse files
authored
Switch the default branch from develop to main (#755)
* Switch the default branch from develop to main * Revert unnecessary changes
1 parent cdfe139 commit 1e0eaff

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ autolabeler:
4343
- '*.md'
4444
- label: 'feature'
4545
title:
46-
- '/(support|add)/i'
46+
- '/(feature|support)/i'
4747
- label: 'bug'
4848
title:
49-
- '/fix/i'
49+
- '/(fix|bug)/i'
5050
- label: 'internal'
5151
title:
5252
- '/internal/i'

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
- 'project/build.properties'
1111
push:
1212
branches:
13-
- master
14-
- develop
1513
- main
1614
paths:
1715
- '**.scala'

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- develop
76
- main
87
# pull_request event is required only for autolabeler
98
pull_request:
@@ -12,7 +11,7 @@ on:
1211
# pull_request_target event is required for autolabeler to support PRs from forks
1312
pull_request_target:
1413
types: [opened, reopened, synchronize]
15-
14+
1615
permissions:
1716
contents: read
1817

.github/workflows/snapshot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Snapshot Release
33
on:
44
push:
55
branches:
6-
- develop
76
- main
87
paths:
98
- '**.scala'

0 commit comments

Comments
 (0)