From 58103e813c0f573c49708d079a13ac2417010f40 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Wed, 31 May 2023 18:51:07 +0000 Subject: [PATCH 1/2] hotfix(.github): remove legacy title validator `cdr-bot` centralizes the behavior and can enforce stricter standards. --- .github/workflows/contrib.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 95236c83733dd..5db4768ed286e 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -47,25 +47,6 @@ jobs: branch: "main" allowlist: dependabot* - title: - runs-on: ubuntu-latest - if: github.event_name == 'pull_request_target' - steps: - - name: Validate PR title - uses: amannn/action-semantic-pull-request@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - requireScope: false - types: | - feat - chore - fix - hotfix - refactor - perf - test - release-labels: runs-on: ubuntu-latest # Depend on lint so that title is Conventional Commits-compatible. From d70382103ed36cf1f5c37a92911f30d7fa3c5972 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Wed, 31 May 2023 19:21:40 +0000 Subject: [PATCH 2/2] Increase jest timeout --- site/jest.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/jest.config.js b/site/jest.config.js index c61832b570a0d..a732cb78be3cd 100644 --- a/site/jest.config.js +++ b/site/jest.config.js @@ -1,5 +1,6 @@ module.exports = { - testTimeout: 10_000, + // Use a big timeout for CI. + testTimeout: 20_000, maxWorkers: 8, projects: [ {