Skip to content

Commit 37bc11f

Browse files
authored
[actions] Run the global.json bumping action for dotnet/arcade bumps as well. (#22384)
Example PR where this didn't happen: #22381
1 parent eac50d6 commit 37bc11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-global-json.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
1111
permissions:
1212
contents: write
13-
if: contains(github.event.pull_request.title, 'Update dependencies from dotnet/sdk') && github.actor == 'dotnet-maestro[bot]'
13+
if: contains(github.event.pull_request.title, 'Update dependencies from dotnet/') && github.actor == 'dotnet-maestro[bot]'
1414
steps:
1515
- name: 'Checkout repo'
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)