From 5c14ec493f9a5d1a1f7d76f6b49239ce68db0a54 Mon Sep 17 00:00:00 2001 From: Lisa White Date: Thu, 19 Feb 2026 12:09:06 -0700 Subject: [PATCH 1/2] chore: fail on cache miss during restore build folders step [DX-729] --- .github/workflows/check.yaml | 1 + .github/workflows/release.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index e51af9db..d1f0eb98 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -38,6 +38,7 @@ jobs: path: | dist key: build-cache-${{ github.run_id }}-${{ github.run_attempt }} + fail-on-cache-miss: true # Prior CI pipeline did not lint or format, skipping for now # - name: Run linter diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0aa7b1b1..fda8a98d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,6 +62,7 @@ jobs: path: | dist key: build-cache-${{ github.run_id }}-${{ github.run_attempt }} + fail-on-cache-miss: true - name: Run Release run: | From 5c1e13c0c323922a338aeeb61c18579c93826187 Mon Sep 17 00:00:00 2001 From: Lisa White Date: Thu, 19 Feb 2026 13:16:17 -0700 Subject: [PATCH 2/2] chore: update issue template config [] --- .github/ISSUE_TEMPLATE/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c7ad609e..d93f6b1d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: true contact_links: - - name: Question or Discussion - url: https://github.com/username/repo-name/discussions - about: Ask questions or discuss ideas with the community - - name: Documentation - url: https://docs.yourproject.com - about: Check out our documentation for help and guides - - name: Security Vulnerability - url: https://github.com/username/repo-name/security/advisories/new - about: Report a security vulnerability privately + - name: Contentful Support & Help Center + url: https://support.contentful.com/hc/en-us/ + about: Submit a support ticket or browse the help center. + - name: Contentful Developer Portal + url: https://www.contentful.com/developers/ + about: Browse the developer portal for documentation, tutorials, and more. + - name: Contentful Community Discord + url: https://www.contentful.com/discord/ + about: Get peer support on the Contentful Community Discord.