Skip to content

Commit

Permalink
Fix in labeler.yml (microsoft#1822)
Browse files Browse the repository at this point in the history
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->
Labeler actions on PRs are currently failing due to a broken match rule.

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
Add required quotation marks for match rule with leading asterisk (see
[reference](https://github.com/actions/labeler#basic-examples)).
  • Loading branch information
gitri-ms authored Jul 3, 2023
1 parent d4b582e commit 2cb8a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ copilot chat:
# Add 'documentation' label to any change within the 'docs' directory, or any '.md' files
documentation:
- docs/**/*
- **/*.md
- '**/*.md'

0 comments on commit 2cb8a9c

Please sign in to comment.