mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
move release branch param to action
This commit is contained in:
parent
950fe27598
commit
1bd5b70a8f
1
.github/workflows/generate_changelog.yml
vendored
1
.github/workflows/generate_changelog.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
uses: charmixer/auto-changelog-action@v1
|
uses: charmixer/auto-changelog-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
release_branch: main
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
release_branch=main
|
|
||||||
since_tag=v0.4.4
|
since_tag=v0.4.4
|
||||||
exclude-labels=duplicate,question,invalid,wontfix,dependencies
|
exclude-labels=duplicate,question,invalid,wontfix,dependencies
|
||||||
pr-wo-labels=false
|
pr-wo-labels=false
|
||||||
|
Loading…
Reference in New Issue
Block a user