Skip to content

Commit

Permalink
disabled automerge in pipelines because it's not allowed in repo sett…
Browse files Browse the repository at this point in the history
…ings (#633)
  • Loading branch information
Amper authored Aug 30, 2023
1 parent a50e4e6 commit e3b0f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
git commit -S -m "Automatic update CHANGELOGs and READMEs"
git push origin ${VM_GIT_BRANCH_NAME}
gh pr create -f
gh pr merge ${VM_GIT_BRANCH_NAME} --auto --squash --delete-branch
env:
GH_TOKEN: "${{ secrets.VM_BOT_GH_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.VM_BOT_GH_TOKEN }}"
5 changes: 2 additions & 3 deletions .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
git add charts/*/README.md
git commit -S -m "Synchronize docs"
git push origin ${VM_GIT_BRANCH_NAME}
gh pr create -f
gh pr merge ${VM_GIT_BRANCH_NAME} --auto --squash --delete-branch
gh pr create -f --base gh-pages
env:
GH_TOKEN: "${{ secrets.VM_BOT_GH_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.VM_BOT_GH_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.VM_BOT_GH_TOKEN }}"

0 comments on commit e3b0f05

Please sign in to comment.