diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index e36756f..ecaaa1b 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -63,18 +63,4 @@ jobs: run: | gh pr create --base main --head ${{ env.PR_BRANCH }} --title 'chore(release): ${{ steps.changelog.outputs.tag }} [skip-ci]' --body "${{ steps.changelog.outputs.clean_changelog }}" env: - GH_TOKEN: ${{ github.token }} - - - name: Approve Changelog PR - if: steps.changelog.outputs.skipped == 'false' - run: | - gh pr review --approve ${{ env.PR_BRANCH }} - env: - GH_TOKEN: ${{ secrets.GH_TOKEN_ANDREJ }} - - - name: Merge Changelog PR - if: steps.changelog.outputs.skipped == 'false' - run: | - gh pr merge --squash --auto --delete-branch ${{ env.PR_BRANCH }} - env: - GH_TOKEN: ${{ secrets.GH_TOKEN_ANDREJ }} \ No newline at end of file + GH_TOKEN: ${{ github.token }} \ No newline at end of file