diff --git a/workflow-templates/update-stable-titles.yml b/workflow-templates/update-stable-titles.yml index 1c0c54e..565e9bc 100644 --- a/workflow-templates/update-stable-titles.yml +++ b/workflow-templates/update-stable-titles.yml @@ -24,6 +24,8 @@ jobs: run: sleep 15 - name: Get PR details and update title + # Renovate already have target branch in the title + if: github.event.pull_request.user.login != 'renovate[bot]' uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}