From faad346210702a92d911115e914ac0bd84f0ce52 Mon Sep 17 00:00:00 2001 From: matthodgetypeform <169252494+matthodgetypeform@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:20:07 +0100 Subject: [PATCH 1/2] Update CODEOWNERS update to platform-infra as product-infra is no longer valid --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 39a1638..e324b6a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @Typeform/product-infrastructure +* @Typeform/platform-infra From 05e4cf6298260dec4ddabbd6a46e1df61b0ac62e Mon Sep 17 00:00:00 2001 From: matthodgetypeform <169252494+matthodgetypeform@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:13:18 +0100 Subject: [PATCH 2/2] Update ci-standard-checks.yml use central ci-standards-check template for https://www.notion.so/typeform/Github-Actions-Runners-revamp-d67c03f3dfb949d1a22a7abfe8c249d2 --- .github/workflows/ci-standard-checks.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ci-standard-checks.yml b/.github/workflows/ci-standard-checks.yml index 0f58bf4..7bbf256 100644 --- a/.github/workflows/ci-standard-checks.yml +++ b/.github/workflows/ci-standard-checks.yml @@ -14,16 +14,4 @@ on: - main jobs: ci-standard-checks: - runs-on: - - self-hosted - - automated-checks-ephemeral - steps: - - name: Check Out Source Code - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: CI Standard Checks - uses: Typeform/ci-standard-checks@v1 - with: - githubToken: ${{ secrets.GITHUB_TOKEN }} - skipChecks: required-typescript + uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1