-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: documenting new naming conventions for commits, branches and PR…
…s. (#3228) * docs: documenting new naming conventions for commits, branches and PRs. * Adding changelog entry: 3228.miscellaneous.md * docs: Adding word exceptions. * feat: labeler uses now the pull request name instead of the branch name. * feat: harmonizing labels * feat: improving changed files rules. * doc: documenting automatically labelling * chore: adding changelog file 3228.changed.md * Apply suggestions from code review Co-authored-by: Kathy Pippert <[email protected]> * fix: vale issue --------- Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Kathy Pippert <[email protected]> Co-authored-by: Maxime Rey <[email protected]>
- Loading branch information
1 parent
cda716a
commit c386f0c
Showing
6 changed files
with
107 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
Documentation: | ||
documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: ['doc/source/**/*', 'examples/**/*'] | ||
- any-glob-to-any-file: ['doc/source/**/*', 'examples/**/*', 'doc/styles/**/*'] | ||
|
||
Maintenance: | ||
examples: | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/**/*', 'codecov.yml', '.flake8', '.coveragerc', 'ignore_words.txt', 'pyproject.toml'] | ||
- any-glob-to-any-file: ['examples/**/*'] | ||
|
||
Dependencies: | ||
maintenance: | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/**/*', 'codecov.yml', '.flake8', '.coveragerc', 'ignore_words.txt', 'pyproject.toml', '.devcontainer/**/requirements.txt', 'doc/make.bat', 'doc/Makefile', minimum_requirements.txt] | ||
|
||
dependencies: | ||
- changed-files: | ||
- any-glob-to-any-file: ['pyproject.toml'] | ||
|
||
CI/CD: | ||
- changed-files: | ||
- any-glob-to-any-file: ['docker/**/*', '.github/**/*', '.ci/**/*'] | ||
- any-glob-to-any-file: ['docker/**/*', '.github/**/*', '.ci/**/*', '.devcontainer/**/*'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
docs: documenting new naming conventions for commits, branches and PRs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters