Skip to content

Commit

Permalink
Try using both directory separators and current directory markers for…
Browse files Browse the repository at this point in the history
… matching folders (#118)
  • Loading branch information
Trenly authored Nov 5, 2024
1 parent aae4652 commit 73eabd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/policies/labelManagement.issueOpened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ configuration:
pattern: ^$
- or:
- filesMatchPattern:
pattern: ^.github\\.*
pattern: ^\.?[\\\/]?.github[\\\/].*
- filesMatchPattern:
pattern: ^.configurations\\.*
pattern: ^\.?[\\\/]?.configurations[\\\/].*
- filesMatchPattern:
pattern: ^.vscode\\.*
pattern: ^\.?[\\\/]?.vscode[\\\/].*
- filesMatchPattern:
pattern: ^doc\\.*
pattern: ^\.?[\\\/]?doc[\\\/].*
- filesMatchPattern:
pattern: ^Tools\\.*
pattern: ^\.?[\\\/]?Tools[\\\/].*
- filesMatchPattern:
pattern: ^.*\.md$
- filesMatchPattern:
Expand Down

0 comments on commit 73eabd2

Please sign in to comment.