diff --git a/.github/pr-title-checker-config.json b/.github/pr-title-checker-config.json index c3437def33..1616695f29 100644 --- a/.github/pr-title-checker-config.json +++ b/.github/pr-title-checker-config.json @@ -1,15 +1,15 @@ { - "LABEL": { - "name": "title needs formatting", - "color": "EEEEEE" - }, - "CHECKS": { - "prefixes": ["[Bot] docs: "], - "regexp": "^(feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*" - }, - "MESSAGES": { - "success": "PR title is valid", - "failure": "PR title is invalid", - "notice": "PR Title needs to pass regex '^(feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*" - } + "LABEL": { + "name": "title needs formatting", + "color": "EEEEEE" + }, + "CHECKS": { + "prefixes": ["[Bot] docs: "], + "regexp": "^(refactor|feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*" + }, + "MESSAGES": { + "success": "PR title is valid", + "failure": "PR title is invalid", + "notice": "PR Title needs to pass regex '^(refactor|feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*" } +} diff --git a/docs/developer-guide/dependencies.md b/docs/developer-guide/dependencies.md index 78b1f7ac0c..9a762cc0c2 100644 --- a/docs/developer-guide/dependencies.md +++ b/docs/developer-guide/dependencies.md @@ -28,7 +28,7 @@ After your Notifications Engine PR has been merged, ArgoCD needs to be updated t - If your notifications engine PR included docs changes, run `make codegen` or `make codegen-local`. -- Create an ArgoCD PR with a `refactor:` type in its title for the above file changes. +- Create an ArgoCD PR with a `chore:` type in its title for the above file changes. ## Argo UI Components (`github.com/argoproj/argo-ui`) ### Contributing to Argo CD UI