diff --git a/workflow-templates/rector-apply.yml b/workflow-templates/rector-apply.yml index 60a6b38..8bbea34 100644 --- a/workflow-templates/rector-apply.yml +++ b/workflow-templates/rector-apply.yml @@ -30,7 +30,6 @@ jobs: with: persist-credentials: false ref: ${{ github.event.repository.default_branch }} - continue-on-error: true - name: Get php version id: versions @@ -55,7 +54,6 @@ jobs: run: composer run rector - name: Create Pull Request - if: steps.checkout.outcome == 'success' uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: token: ${{ secrets.COMMAND_BOT_PAT }}