Skip to content

Commit b86cf21

Browse files
authored
chore: adjust unwanted workflow update from template
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent da037fe commit b86cf21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-stable-titles.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: sleep 15
2525

2626
- name: Get PR details and update title
27+
# Renovate already have target branch in the title
28+
if: github.event.pull_request.user.login != 'renovate[bot]'
2729
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2830
with:
2931
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)