Skip to content

Commit cd588fc

Browse files
Support JetBrains.ReSharper.*
1 parent e0bf04f commit cd588fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
(github.event.action == 'opened' || github.event.action == 'reopened') &&
174174
(github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'dependabot-preview[bot]') &&
175175
(
176-
startsWith(github.event.pull_request.title, 'Bump JetBrains.ReSharper.CommandLineTools')
176+
startsWith(github.event.pull_request.title, 'Bump JetBrains.ReSharper')
177177
|| startsWith(github.event.pull_request.title, 'Bump ReportGenerator')
178178
|| startsWith(github.event.pull_request.title, 'Bump Nuke.Common')
179179
|| startsWith(github.event.pull_request.title, 'Bump GitVersion.Tool')

0 commit comments

Comments
 (0)