Skip to content

Commit

Permalink
CI(labeler): Match notebook label (#3498)
Browse files Browse the repository at this point in the history
* CI(labeler): Match notebook label

* CI(labeler): Match notebook label for Jupyter support code
  • Loading branch information
echoix committed Mar 14, 2024
1 parent e3603c9 commit 9c3b67e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ Python:
- any-glob-to-any-file:
- '**/*.py'
- '**/pyproject.toml'
notebook:
- changed-files:
- any-glob-to-any-file:
- '**/*.ipynb'
- doc/notebooks/**
- python/grass/jupyter/**
C:
- changed-files:
- any-glob-to-any-file: '**/*.c'
Expand Down

0 comments on commit 9c3b67e

Please sign in to comment.