Skip to content

Commit

Permalink
fix actions/labeler for v5 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Dec 6, 2023
1 parent b6108fb commit 036b8d5
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
'type: dependencies':
- requirements/geovista.yml
- requirements/pypi*.txt
- requirements/locks/py*.txt
- any:
- changed-files:
- any-glob-to-any-file: 'requirements/geovista.yml'
- any-glob-to-any-file: 'requirements/pypi*.txt'
- any-glob-to-any-file: 'requirements/locks/py*.txt'
'type: documentation':
- docs/**/*
- any:
- changed-files:
- any-glob-to-any-file: 'docs/**/*'
'type: examples':
- src/geovista/examples/**/*
- any:
- changed-files:
- any-glob-to-any-file: 'src/geovista/examples/**/*'
'type: gha':
- .github/*.yml
- .github/**/*.yml
- any:
- changed-files:
- any-glob-to-any-file: '.github/*.yml'
- any-glob-to-any-file: '.github/**/*.yml'
'type: infrastructure':
- '*'
- any:
- changed-files:
- any-glob-to-any-file: '*'
'type: testing':
- tests/**/*
- any:
- changed-files:
- any-glob-to-any-file: 'tests/**/*'

0 comments on commit 036b8d5

Please sign in to comment.