Skip to content

Commit

Permalink
Update labeler.yml (#513)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Fixes another typo preventing labelling

### Does this PR introduce a breaking change?

No.

### Other information:

I'm not even sure how this happened. Must have been an off day.
  • Loading branch information
Zeitsperre authored Jan 21, 2025
2 parents f7b0f73 + 47eab05 commit 87c20b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# not configurations related to the deployment process itself.

'CI':
- changed_files:
- changed-files:
- any-glob-to-any-file:
- '.cruft.json'
- '.editorconfig'
Expand All @@ -25,7 +25,7 @@

# label 'docs' all documentation-related steps and files
'docs':
- changed_files:
- changed-files:
- any-glob-to-any-file:
- '.github/DISCUSSION_TEMPLATE/**/*'
- '.github/ISSUE_TEMPLATE.md'
Expand All @@ -39,6 +39,6 @@
- 'docs/**/*'

'xclim':
- changed_files:
- changed-files:
- any-glob-to-any-file:
- 'xscen/xclim_modules/**/*'

0 comments on commit 87c20b4

Please sign in to comment.