Rename default branch from master to main
This commit is contained in:
committed by
Frédéric Guillot
parent
ce6c4dfc67
commit
b433519686
2
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -36,7 +36,7 @@ assignees: ''
|
||||
|
||||
### Configuration
|
||||
|
||||
- Kanboard version: <!-- provide exact version (not master) -->
|
||||
- Kanboard version: <!-- provide exact version (not master or main) -->
|
||||
- Database type and version:
|
||||
- PHP version:
|
||||
- OS:
|
||||
|
||||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
id: docker_tag
|
||||
run: |
|
||||
SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`
|
||||
APP_VERSION="master.${SHORT_SHA}"
|
||||
APP_VERSION="main.${SHORT_SHA}"
|
||||
DOCKER_IMAGE=kanboard/kanboard
|
||||
DOCKER_VERSION=dev
|
||||
if [ "${{ github.event_name }}" = "schedule" ]; then
|
||||
|
||||
2
.github/workflows/integration_tests.yml
vendored
2
.github/workflows/integration_tests.yml
vendored
@@ -2,7 +2,7 @@ name: Integration Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
Sqlite:
|
||||
|
||||
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -2,7 +2,7 @@ name: Linters
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
jshint:
|
||||
|
||||
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@@ -2,7 +2,7 @@ name: Unit Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
Sqlite:
|
||||
|
||||
Reference in New Issue
Block a user