Skip to content

Commit 25fe193

Browse files
fix: typo in labeler.yml file (#1776)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent fca7680 commit 25fe193

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
documentation:
22
- changed-files:
3-
- any-glob-to-any-file: 'docs/source/**/*'
3+
- any-glob-to-any-file: 'doc/source/**/*'
4+
- any-glob-to-any-file: 'README.rst'
45
maintenance:
56
- changed-files:
67
- any-glob-to-any-file: '.github/**/*'
7-
- any-glob-to-any-file: '.flake8'
88
- any-glob-to-any-file: 'pyproject.toml'
99
testing:
1010
- changed-files:

doc/changelog.d/1776.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
typo in labeler.yml file

0 commit comments

Comments
 (0)