We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78cb723 + ce43e42 commit 0e647d9Copy full SHA for 0e647d9
.github/workflows/update-stable-titles.yml
@@ -14,6 +14,7 @@ concurrency:
14
15
jobs:
16
update-pr-title:
17
+ if: github.event.pull_request.user.login != 'renovate[bot]'
18
runs-on: ubuntu-latest-low
19
permissions:
20
pull-requests: write
@@ -24,6 +25,8 @@ jobs:
24
25
run: sleep 15
26
27
- name: Get PR details and update title
28
+ # Renovate already have ùatching branch in the title
29
30
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
31
with:
32
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments