Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 23, 2024
1 parent f5e3651 commit 10fc0b3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Ouranosinc/cookiecutter-pypackage",
"commit": "827edf92b444f8c73280fbd507cd342f68b61782",
"commit": "04ac01aaf65caf5aeb1a3e2b881687473e55691c",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
19 changes: 19 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,26 @@
- '.editorconfig'
- '.flake8'
- '.pre-commit-config.yaml'
- '.readthedocs.yml'
- '.yamllint.yml'
- '.github/workflows/*'
- 'docs/Makefile'
- 'tox.ini'
- 'CI/**/*'
- 'Makefile'
# label 'docs' all documentation-related steps and files
'docs':
- changed-files:
- any-glob-to-any-file:
- '.readthedocs.yml'
- '.zenodo.json'
- 'docs/**/*'
- 'environment-docs.yml'
- 'AUTHORS.rst'
- 'CONTRIBUTING.rst'
- 'CODE_OF_CONDUCT.md'
- 'DISCUSSION_TEMPLATE/**/*'
- 'ISSUE_TEMPLATE/**/*'
- 'ISSUE_TEMPLATE.md'
- 'PULL_REQUEST_TEMPLATE.md'
- 'README.rst'
6 changes: 5 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
- .zenodo.json
- AUTHORS.rst
- CHANGELOG.rst
- CI/**/*.in
- CI/**/*.py
- CI/**/*.txt
- CODE_OF_CONDUCT.md
- CONTRIBUTING.rst
- Makefile
- .readthedocs.yml
Expand All @@ -29,7 +33,7 @@ on:
- pyproject.toml
- tests/**.py
- tox.ini
- xsdba/__init__.py
- src/xsdba/__init__.py
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- README.rst
- pyproject.toml
- tests/test_xsdba.py
- xsdba/__init__.py
- src/xsdba/__init__.py
pull_request:

concurrency:
Expand Down

0 comments on commit 10fc0b3

Please sign in to comment.