mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -47,25 +47,6 @@ jobs:
|
|||||||
branch: "main"
|
branch: "main"
|
||||||
allowlist: dependabot*
|
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:
|
release-labels:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Depend on lint so that title is Conventional Commits-compatible.
|
# Depend on lint so that title is Conventional Commits-compatible.
|
||||||
|
|||||||
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
testTimeout: 10_000,
|
// Use a big timeout for CI.
|
||||||
|
testTimeout: 20_000,
|
||||||
maxWorkers: 8,
|
maxWorkers: 8,
|
||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user