Skip to content

Commit

Permalink
Fix the labeler to match all Python files in docs/ directory
Browse files Browse the repository at this point in the history
Now that scripts were moved to `docs/_scripts` the `labeler.yml` file
must be updated too.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Sep 20, 2023
1 parent 6e66f27 commit d6195b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- ".editorconfig"
- ".git*"
- ".git*/**"
- "docs/*.py"
- "docs/**/*.py"
- CODEOWNERS
- MANIFEST.in
- noxfile.py

0 comments on commit d6195b9

Please sign in to comment.