You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regex: '^(?<type>build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|\[Snyk\])(?<scope>\(\w+\)?((?=:\s)|(?=!:\s)))?(?<breaking>!)?(?<subject>:\s.*)?|^(?<merge>Merge \w+)' # Regex the title should match.
allowed_prefixes: '[Snyk],feat,fix,docs,build,chore,ci,docs,style,refactor,pref,test' # title should start with the given prefix
# disallowed_prefixes: 'feat/,hotfix' # title should not start with the given prefix