We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac50d6 commit 37bc11fCopy full SHA for 37bc11f
.github/workflows/bump-global-json.yml
@@ -10,7 +10,7 @@ jobs:
10
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
11
permissions:
12
contents: write
13
- if: contains(github.event.pull_request.title, 'Update dependencies from dotnet/sdk') && github.actor == 'dotnet-maestro[bot]'
+ if: contains(github.event.pull_request.title, 'Update dependencies from dotnet/') && github.actor == 'dotnet-maestro[bot]'
14
steps:
15
- name: 'Checkout repo'
16
uses: actions/checkout@v4
0 commit comments