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
This commit is contained in:
Ammar Bandukwala
2023-05-31 14:39:41 -05:00
committed by GitHub
parent b80756e4f5
commit 828f33ac7b
2 changed files with 2 additions and 20 deletions
-19
View File
@@ -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.
+2 -1
View File
@@ -1,5 +1,6 @@
module.exports = {
testTimeout: 10_000,
// Use a big timeout for CI.
testTimeout: 20_000,
maxWorkers: 8,
projects: [
{