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