Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: synced file(s) with ecmwf-actions/reusable-workflows #199

Merged
merged 3 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading