Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80756e commit 828f33aCopy full SHA for 828f33a
.github/workflows/contrib.yaml
@@ -47,25 +47,6 @@ jobs:
47
branch: "main"
48
allowlist: dependabot*
49
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
-
69
release-labels:
70
runs-on: ubuntu-latest
71
# Depend on lint so that title is Conventional Commits-compatible.
site/jest.config.js
@@ -1,5 +1,6 @@
1
module.exports = {
2
- testTimeout: 10_000,
+ // Use a big timeout for CI.
3
+ testTimeout: 20_000,
4
maxWorkers: 8,
5
projects: [
6
{
0 commit comments