Skip to content

Commit 998cc8f

Browse files
chore: synced file(s) with ecmwf-actions/reusable-workflows (#199)
* 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>
1 parent ed5be71 commit 998cc8f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .github/labeler.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ config:
2323
- changed-files:
2424
- any-glob-to-any-file:
2525
- "**/src/**/config/**/*"
26+
- "**/src/anemoi/inference/config.py"
2627

2728
CI/CD:
2829
- changed-files:

Diff for: .github/workflows/pr-label-conventional-commits.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
- type: 'config'
4545
nouns: ['config', 'conf', 'configuration']
4646
labels: ['config']
47-
maintain-labels-not-matched: false
47+
maintain-labels-not-matched: true
4848
apply-changes: true

Diff for: .release-please-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"include-component-in-tag": false,
99
"include-v-in-tag": false,
1010
"draft-pull-request": true,
11-
"pull-request-title-pattern": "chore${scope}: Preparing Next Release for ${component} ${version}",
11+
"pull-request-title-pattern": "chore${scope}: Release${component} ${version}",
1212
"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:",
1313
"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)",
1414
"packages": {

0 commit comments

Comments
 (0)