Skip to content

Commit

Permalink
[Maint] Fix labeler action by using proper syntax (#523)
Browse files Browse the repository at this point in the history
# References and relevant issues
Labeler is still broken after #517

# Description
Uses the syntax from:
https://github.com/marketplace/actions/labeler#basic-examples
  • Loading branch information
psobolewskiPhD authored Nov 19, 2024
1 parent 9f0faf2 commit 4486fbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# See: .github/workflows/labeler.yml and https://github.com/marketplace/actions/labeler
documentation:
- 'docs/**/*'
- 'docs/*'
- changed-files:
- any-glob-to-any-file: 'docs/*'

maintenance:
- '.circleci/*'
- '.github/**/*'
- changed-files:
- any-glob-to-any-file: ['.circleci/*', '.github/**/*']

0 comments on commit 4486fbb

Please sign in to comment.