From 0e8e626781ea337ce6c455883204897e5669aa60 Mon Sep 17 00:00:00 2001 From: undefined <150700357+DeployDuck@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:26:59 +0000 Subject: [PATCH 1/3] chore: synced local './' with remote 'sync-files/anemoi/all/' Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows --- .github/labeler.yml | 1 + .github/workflows/pr-label-conventional-commits.yml | 2 +- .release-please-config.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 75ee1c05..2912bb14 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -23,6 +23,7 @@ config: - changed-files: - any-glob-to-any-file: - "**/src/**/config/**/*" + - "**/src/anemoi/inference/config.py" CI/CD: - changed-files: diff --git a/.github/workflows/pr-label-conventional-commits.yml b/.github/workflows/pr-label-conventional-commits.yml index 52300d5a..3e4477f2 100644 --- a/.github/workflows/pr-label-conventional-commits.yml +++ b/.github/workflows/pr-label-conventional-commits.yml @@ -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 diff --git a/.release-please-config.json b/.release-please-config.json index cc35c1de..5845946c 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -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": { From f5ec52360cb62cfd2a67549251758b0add2ecfc3 Mon Sep 17 00:00:00 2001 From: undefined <150700357+DeployDuck@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:26:59 +0000 Subject: [PATCH 2/3] 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 --- .github/workflows/push-to-private.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-to-private.yml b/.github/workflows/push-to-private.yml index 699ce746..21f7c2f2 100644 --- a/.github/workflows/push-to-private.yml +++ b/.github/workflows/push-to-private.yml @@ -32,3 +32,4 @@ jobs: run: | git remote add private git@github.com:${{ github.repository }}-private.git git push --set-upstream private main + From ffa5adb7479bc0cab08dcd05974665cfce15b616 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:27:32 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/push-to-private.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push-to-private.yml b/.github/workflows/push-to-private.yml index 21f7c2f2..699ce746 100644 --- a/.github/workflows/push-to-private.yml +++ b/.github/workflows/push-to-private.yml @@ -32,4 +32,3 @@ jobs: run: | git remote add private git@github.com:${{ github.repository }}-private.git git push --set-upstream private main -