Skip to content

Switch the default branch from develop to main #755

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

Merged
merged 2 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ autolabeler:
- '*.md'
- label: 'feature'
title:
- '/(support|add)/i'
- '/(feature|support)/i'
- label: 'bug'
title:
- '/fix/i'
- '/(fix|bug)/i'
- label: 'internal'
title:
- '/internal/i'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- 'project/build.properties'
push:
branches:
- master
- develop
- main
paths:
- '**.scala'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Release Drafter
on:
push:
branches:
- develop
- main
# pull_request event is required only for autolabeler
pull_request:
Expand All @@ -12,7 +11,7 @@ on:
# pull_request_target event is required for autolabeler to support PRs from forks
pull_request_target:
types: [opened, reopened, synchronize]

permissions:
contents: read

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Snapshot Release
on:
push:
branches:
- develop
- main
paths:
- '**.scala'
Expand Down