labeler.yml 450 B

123456789101112131415
  1. # see https://github.com/actions/labeler?tab=readme-ov-file#match-object to configure correctly
  2. kind/dependency:
  3. - any:
  4. - head-branch: 'dependencies/*'
  5. - head-branch: 'dependabot/*'
  6. - changed-files:
  7. - any-glob-to-any-file: ['go.mod', 'go.sum']
  8. component/github-actions:
  9. - any:
  10. - changed-files:
  11. - any-glob-to-any-file: ['.github/**']
  12. kind/documentation:
  13. - any:
  14. - changed-files:
  15. - any-glob-to-any-file: ['docs/**', 'examples/**']