mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-12 00:35:03 +00:00
Merge pull request #14 from bpg/rename-master-main
rename branch master -> main
This commit is contained in:
commit
268f9dd615
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 --->
|
<!--- If your PR fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates --->
|
||||||
Relates OR Closes #0000
|
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. -->
|
<!-- If change is not user facing, just write "NONE" in the release-note block below. -->
|
||||||
|
|
||||||
```release-note
|
```release-note
|
||||||
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -13,10 +13,10 @@ name: "CodeQL"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- '**/*.tf'
|
- '**/*.tf'
|
||||||
|
6
.github/workflows/generate_changelog.yml
vendored
6
.github/workflows/generate_changelog.yml
vendored
@ -2,7 +2,7 @@ name: Generate CHANGELOG
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
@ -16,7 +16,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
generate_changelog:
|
generate_changelog:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Generate changelog for master branch
|
name: Generate changelog for main branch
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -28,5 +28,5 @@ jobs:
|
|||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: Update CHANGELOG.md
|
commit_message: Update CHANGELOG.md
|
||||||
branch: master
|
branch: main
|
||||||
file_pattern: CHANGELOG.md
|
file_pattern: CHANGELOG.md
|
||||||
|
@ -21,7 +21,7 @@ You can run all the test cases by invoking `make test`.
|
|||||||
|
|
||||||
## Submitting changes
|
## 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).
|
project's [pull request template](.github/PULL_REQUEST_TEMPLATE.md).
|
||||||
|
|
||||||
## Coding conventions
|
## Coding conventions
|
||||||
|
@ -11,6 +11,6 @@ plugins:
|
|||||||
remote_theme: pmarsceill/just-the-docs
|
remote_theme: pmarsceill/just-the-docs
|
||||||
|
|
||||||
# Theme settings.
|
# 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
|
heading_anchors: true
|
||||||
search_enabled: false
|
search_enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user