From e056cd59888b205a8e9678b6e5dd57f4f6e74036 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 24 Jan 2024 19:55:33 +0200 Subject: [PATCH] type --- docs/REVIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/REVIEW.md b/docs/REVIEW.md index e052a668..5a35d8b9 100644 --- a/docs/REVIEW.md +++ b/docs/REVIEW.md @@ -42,7 +42,7 @@ To edit [configurations](./../pr_agent/settings/configuration.toml#L19) related - `require_score_review`: if set to true, the tool will add a section that scores the PR. Default is false. - `require_tests_review`: if set to true, the tool will add a section that checks if the PR contains tests. Default is true. - `require_security_review`: if set to true, the tool will add a section that checks if the PR contains security issues. Default is true. -- `require_estimate_effort_to_review`: if set to true, the tool will add a section that estimates thed effort needed to review the PR. Default is true. +- `require_estimate_effort_to_review`: if set to true, the tool will add a section that estimates the effort needed to review the PR. Default is true. #### SOC2 ticket compliance 💎 This sub-tool checks if the PR description properly contains a ticket to a project management system (e.g., Jira, Asana, Trello, etc.), as required by SOC2 compliance. If not, it will add a label to the PR: "Missing SOC2 ticket". - `require_soc2_ticket`: If set to true, the SOC2 ticket checker sub-tool will be enabled. Default is false.