Skip to content

Commit

Permalink
chore: synced file(s) with ecmwf-actions/reusable-workflows (#128)
Browse files Browse the repository at this point in the history
* chore: synced local '.github/pull_request_template.md' with remote 'sync-files/anemoi/some/.github/pull_request_template-core.md'

Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows

* chore: synced local '.github/workflows/pr-label-conventional-commits.yml' with remote 'sync-files/anemoi/all/.github/workflows/pr-label-conventional-commits.yml'

Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows
  • Loading branch information
DeployDuck authored Feb 11, 2025
1 parent eef63fc commit 15d382c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
- [ ] I ran the [complete Pytest test](https://anemoi.readthedocs.io/projects/training/en/latest/dev/testing.html) suite locally, and they pass
- [ ] I have tested the changes on a single GPU
- [ ] I have tested the changes on multiple GPUs / multi-node setups
- [ ] I have run the [Benchmark Profiler](https://anemoi.readthedocs.io/projects/training/en/latest/user-guide/benchmarking.html) against the old version of the code
- [ ] I have run the Benchmark Profiler against the old version of the code
- [ ] If the new feature introduces modifications at the config level, I have made sure to update Pydantic Schemas and default configs accordingly


<!-- In case this affects the model sharding or other specific components please describe these here. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-label-conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- type: 'config'
nouns: ['config', 'conf', 'configuration']
labels: ['config']
maintain-labels-not-matched: false
maintain-labels-not-matched: true
apply-changes: true

0 comments on commit 15d382c

Please sign in to comment.