diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9b7ff30..6654695 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ # PR Summary -Sci/Tech Reviewer: +Sci/Tech Reviewer: Code Reviewer: diff --git a/.github/workflows/track-review-project.yaml b/.github/workflows/track-review-project.yaml new file mode 100644 index 0000000..639477c --- /dev/null +++ b/.github/workflows/track-review-project.yaml @@ -0,0 +1,17 @@ +name: Track Review Project + +on: + workflow_run: + workflows: [Trigger Review Project] + types: + - completed + +permissions: + actions: read + contents: read + pull-requests: write + +jobs: + track_review_project: + uses: MetOffice/growss/.github/workflows/track-review-project.yaml@main + secrets: inherit diff --git a/.github/workflows/trigger-project-workflow.yaml b/.github/workflows/trigger-project-workflow.yaml new file mode 100644 index 0000000..ccb7a55 --- /dev/null +++ b/.github/workflows/trigger-project-workflow.yaml @@ -0,0 +1,17 @@ +name: Trigger Review Project + +on: + pull_request_target: + types: ["opened", "synchronize", "reopened", "edited", "review_requested", "review_request_removed", "closed"] + pull_request_review: + pull_request_review_comment: + +permissions: + actions: read + contents: read + pull-requests: write + +jobs: + trigger_project_workflow: + uses: MetOffice/growss/.github/workflows/trigger-project-workflow.yaml@main + secrets: inherit diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c34eb45..27b4447 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,3 +3,5 @@ | GitHub user | Real Name | Affiliation | Date | | ----------- | --------- | ----------- | ---- | | james-bruten-mo | James Bruten | Met Office | 2025-12-09 | +| andrewcoughtrie | Andrew Coughtrie | Met Office | 2026-02-10 | +| jennyhickson | Jenny Hickson | Met Office | 2026-03-02 | diff --git a/README.md b/README.md index ffe062d..6033724 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ contributing to this project. By working together under a shared understanding, we can continuously improve the project while creating a friendly, inclusive space for all contributors. +The UKCA release schedule and deadlines can be viewed in the +[milestones](https://github.com/metoffice/ukca/milestones). + ### Contributors Licence Agreement Please see the diff --git a/dependencies.yaml b/dependencies.yaml index ad0b21d..d39e2c7 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -19,7 +19,7 @@ SimSys_Scripts: source: git@github.com:MetOffice/SimSys_Scripts.git - ref: main + ref: 2026.03.1 ukca: source: