Skip to content

Commit

Permalink
Fix bug where requiredReviews should be requiredApprovals (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoriyasu Yano <[email protected]>
  • Loading branch information
yorinasub17 authored Oct 17, 2023
1 parent 335d54b commit a4fd25c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fensak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down

0 comments on commit a4fd25c

Please sign in to comment.