mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
rename branch master -> main
This commit is contained in:
parent
380f07c3e2
commit
bd798531e3
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -8,7 +8,7 @@
|
||||
<!--- If your PR fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates --->
|
||||
Relates OR Closes #0000
|
||||
|
||||
Release note for [CHANGELOG](https://github.com/bpg/terraform-provider-proxmox/blob/master/CHANGELOG.md):
|
||||
Release note for [CHANGELOG](https://github.com/bpg/terraform-provider-proxmox/blob/main/CHANGELOG.md):
|
||||
<!-- If change is not user facing, just write "NONE" in the release-note block below. -->
|
||||
|
||||
```release-note
|
||||
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -13,10 +13,10 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.tf'
|
||||
|
6
.github/workflows/generate_changelog.yml
vendored
6
.github/workflows/generate_changelog.yml
vendored
@ -2,7 +2,7 @@ name: Generate CHANGELOG
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
pull_request:
|
||||
types: [closed]
|
||||
@ -16,7 +16,7 @@ on:
|
||||
jobs:
|
||||
generate_changelog:
|
||||
runs-on: ubuntu-latest
|
||||
name: Generate changelog for master branch
|
||||
name: Generate changelog for main branch
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@ -28,5 +28,5 @@ jobs:
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Update CHANGELOG.md
|
||||
branch: master
|
||||
branch: main
|
||||
file_pattern: CHANGELOG.md
|
||||
|
@ -21,7 +21,7 @@ You can run all the test cases by invoking `make test`.
|
||||
|
||||
## Submitting changes
|
||||
|
||||
Please create a new PR against the `master` branch which must be based on the
|
||||
Please create a new PR against the `main` branch which must be based on the
|
||||
project's [pull request template](.github/PULL_REQUEST_TEMPLATE.md).
|
||||
|
||||
## Coding conventions
|
||||
|
@ -11,6 +11,6 @@ plugins:
|
||||
remote_theme: pmarsceill/just-the-docs
|
||||
|
||||
# Theme settings.
|
||||
footer_content: 'Copyright © 2019-2021 <a href="https://danitso.com/" target="_blank">Danitso</a> - Distributed under the <a href="https://github.com/danitso/terraform-provider-proxmox/blob/master/LICENSE" target="_blank">Mozilla Public License 2.0</a><br>Copyright © 2021 <a href="https://github.com/bpg/" target="_blank">Pavel Boldyrev</a> - Distributed under the <a href="https://github.com/bpg/terraform-provider-proxmox/blob/master/LICENSE" target="_blank">Mozilla Public License 2.0</a>'
|
||||
footer_content: 'Copyright © 2019-2021 <a href="https://danitso.com/" target="_blank">Danitso</a> - Distributed under the <a href="https://github.com/danitso/terraform-provider-proxmox/blob/master/LICENSE" target="_blank">Mozilla Public License 2.0</a><br>Copyright © 2021 <a href="https://github.com/bpg/" target="_blank">Pavel Boldyrev</a> - Distributed under the <a href="https://github.com/bpg/terraform-provider-proxmox/blob/main/LICENSE" target="_blank">Mozilla Public License 2.0</a>'
|
||||
heading_anchors: true
|
||||
search_enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user