From 143a0a371878ad0355c2f2696bcdc52ea0e5ceed Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:34:02 +0100 Subject: [PATCH] Init repo (#3) * Bump reusable workflows to v12 * Fix PR template --- .github/pull_request_template.md | 2 +- workflows/ci-cd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1b0627f..0bf1464 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ # What's changed? - +- Provide a general summary of your changes ## Proposed version diff --git a/workflows/ci-cd.yml b/workflows/ci-cd.yml index dcef2b2..b629efe 100644 --- a/workflows/ci-cd.yml +++ b/workflows/ci-cd.yml @@ -19,7 +19,7 @@ jobs: if: | github.event_name == 'pull_request' && (! startsWith(github.ref, 'refs/tags') && ! startsWith(github.ref, 'refs/heads/main')) - uses: climatepolicyradar/reusable-workflows/.github/workflows/check-auto-tagging-will-work.yml@v3 + uses: climatepolicyradar/reusable-workflows/.github/workflows/check-auto-tagging-will-work.yml@v12 code-quality: if: | @@ -33,7 +33,7 @@ jobs: checks: write # For repo checkout contents: read - uses: climatepolicyradar/reusable-workflows/.github/workflows/python-precommit-validator.yml@v3 + uses: climatepolicyradar/reusable-workflows/.github/workflows/python-precommit-validator-without-version.yml@v12 test: if: |