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: |