Skip to content

Commit

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

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

* chore: synced local '.github/workflows/push-to-private.yml' with remote 'sync-files/anemoi/some/.github/workflows/push-to-private.yml'

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

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
DeployDuck and pre-commit-ci[bot] authored Feb 11, 2025
1 parent ed5be71 commit 998cc8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ config:
- changed-files:
- any-glob-to-any-file:
- "**/src/**/config/**/*"
- "**/src/anemoi/inference/config.py"

CI/CD:
- changed-files:
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
2 changes: 1 addition & 1 deletion .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"include-component-in-tag": false,
"include-v-in-tag": false,
"draft-pull-request": true,
"pull-request-title-pattern": "chore${scope}: Preparing Next Release for ${component} ${version}",
"pull-request-title-pattern": "chore${scope}: Release${component} ${version}",
"pull-request-header": ":robot: Automated Release PR\n\nThis PR was created by `release-please` to prepare the next release. Once merged:\n\n1. A new version tag will be created\n2. A GitHub release will be published\n3. The changelog will be updated\n\nChanges to be included in the next release:",
"pull-request-footer": "> [!IMPORTANT]\n> :warning: Merging this PR will:\n> - Create a new release\n> - Trigger deployment pipelines\n> - Update package versions\n\n **Before merging:**\n - Ensure all tests pass\n - Review the changelog carefully\n - Get required approvals\n\n [Release-please documentation](https://github.com/googleapis/release-please)",
"packages": {
Expand Down

0 comments on commit 998cc8f

Please sign in to comment.