Skip to content

Commit

Permalink
chore: synced local './' with remote 'sync-files/anemoi/all/' (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeployDuck authored Feb 11, 2025
1 parent 7a90cc9 commit 30f3047
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 30f3047

Please sign in to comment.