From a4fd25c4ccd022f66e6dad7877575570a04e056d Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:08:13 -0500 Subject: [PATCH] Fix bug where requiredReviews should be requiredApprovals (#18) Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> --- fensak.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fensak.yml b/fensak.yml index 7af220c..92e43b7 100644 --- a/fensak.yml +++ b/fensak.yml @@ -16,11 +16,11 @@ repos: # The following attribute is optional. When omitted, the rule language is automatically determined based on the rule # file extension. Refer to the schema for the list of allowed values here. - ruleLang: ts + # ruleLang: ts - # The following attribute is optional. This setting controls how many reviews should be required for PRs where the + # The following attribute is optional. This setting controls how many approvals should be required for PRs where the # rule does not pass. The default is 1. - requiredReviews: 1 + # requiredApprovals: 1 # You can add more repositories by extending the repos map with more entries like so: #