mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00: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"
|
||||
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
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
testTimeout: 10_000,
|
||||
// Use a big timeout for CI.
|
||||
testTimeout: 20_000,
|
||||
maxWorkers: 8,
|
||||
projects: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user