Skip to content

Commit

Permalink
Add tests section to labeler config (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 authored Oct 17, 2023
1 parent 6707e5a commit cd8ba03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ documentation:
dependencies:
- head-branch: ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config']
- changed-files: ['go.mod', 'go.sum']

tests:
- head-branch: ['^test/', '^tests/']

0 comments on commit cd8ba03

Please sign in to comment.