Skip to content

Commit

Permalink
sync non-code with origin/main (#7109)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 6, 2024
1 parent e9c18de commit 2e74a0c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ updates:
commit-message:
prefix: #@ commit_prefix
groups:
azure-storage-dependencies:
azure-sdk-dependencies:
patterns:
- "Azure.Core"
- "Azure.Storage.*"
identity-dependencies:
patterns:
Expand Down
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ updates:
commit-message:
prefix: '[main] '
groups:
azure-storage-dependencies:
azure-sdk-dependencies:
patterns:
- Azure.Core
- Azure.Storage.*
identity-dependencies:
patterns:
Expand Down Expand Up @@ -94,8 +95,9 @@ updates:
commit-message:
prefix: '[release/8.0] '
groups:
azure-storage-dependencies:
azure-sdk-dependencies:
patterns:
- Azure.Core
- Azure.Storage.*
identity-dependencies:
patterns:
Expand Down Expand Up @@ -174,8 +176,9 @@ updates:
commit-message:
prefix: '[release/6.x] '
groups:
azure-storage-dependencies:
azure-sdk-dependencies:
patterns:
- Azure.Core
- Azure.Storage.*
identity-dependencies:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-markdown-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git diff > ./pr/linter.diff
- name: Upload artifacts
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: pr-linter
path: pr/
2 changes: 1 addition & 1 deletion .github/workflows/lint-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git diff > ./pr/linter.diff
- name: Upload artifacts
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: pr-linter
path: pr/
2 changes: 1 addition & 1 deletion .github/workflows/scan-for-to-do-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
COMMENT_AUTHOR: ${{ github.event.comment.user.login }}

- name: Upload artifacts
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: issue-todo
path: issue/

0 comments on commit 2e74a0c

Please sign in to comment.