Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b6e52a

Browse files
committed
hotfix(.github): remove legacy title validator (coder#7743)
* hotfix(.github): remove legacy title validator `cdr-bot` centralizes the behavior and can enforce stricter standards. * Increase jest timeout
1 parent fdd6a9a commit 1b6e52a

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/contrib.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,6 @@ jobs:
4747
branch: "main"
4848
allowlist: dependabot*
4949

50-
title:
51-
runs-on: ubuntu-latest
52-
if: github.event_name == 'pull_request_target'
53-
steps:
54-
- name: Validate PR title
55-
uses: amannn/action-semantic-pull-request@v5
56-
env:
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
with:
59-
requireScope: false
60-
types: |
61-
feat
62-
chore
63-
fix
64-
hotfix
65-
refactor
66-
perf
67-
test
68-
6950
release-labels:
7051
runs-on: ubuntu-latest
7152
# Depend on lint so that title is Conventional Commits-compatible.

site/jest.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
2-
testTimeout: 10_000,
2+
// Use a big timeout for CI.
3+
testTimeout: 20_000,
34
maxWorkers: 8,
45
projects: [
56
{

0 commit comments

Comments
 (0)