Add meta tag to labeler config

This commit is contained in:
reggie 2024-10-03 22:42:27 -05:00
parent fdf5ee79da
commit e6ac7f9475

4
.github/labeler.yml vendored
View file

@ -33,3 +33,7 @@ kernel:
infra:
- changed-files:
- any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
meta:
- changed-files:
- any-glob-to-any-file: ['docs/**', 'README.md', 'CONTRIBUTING.md']