From 828f33ac7bfeaf6d9b4f9325a1d633b466e2cc3d Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Wed, 31 May 2023 14:39:41 -0500 Subject: [PATCH] hotfix(.github): remove legacy title validator (#7743) * hotfix(.github): remove legacy title validator `cdr-bot` centralizes the behavior and can enforce stricter standards. * Increase jest timeout --- .github/workflows/contrib.yaml | 19 ------------------- site/jest.config.js | 3 ++- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 95236c8373..5db4768ed2 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. diff --git a/site/jest.config.js b/site/jest.config.js index c61832b570..a732cb78be 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: [ {