diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 67b65ad..a1f6686 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -35,24 +35,6 @@ jobs: if: ${{ env.PROCEED == 'true' }} run: | git commit -am "Upgrade to v$VERSION" - - name: Create Pull Request - id: cpr - if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: Update testing to version ${{ env.VERSION }} - committer: 'yunohost-bot ' - author: 'yunohost-bot ' - signoff: false - base: testing - branch: ci-auto-update-v${{ env.VERSION }} - delete-branch: true - title: 'Upgrade to version ${{ env.VERSION }}' - body: | - Upgrade to v${{ env.VERSION }} - [See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }}) - draft: false - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }}