Skip to content

Commit

Permalink
apply cli arg suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitris Platis <[email protected]>
  • Loading branch information
renefritze and platisd authored Mar 22, 2024
1 parent f80caec commit 45dd14a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions run_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,8 @@ def main():
parser.add_argument(
"--auto-resolve-conversations",
type=str,
required=False,
# this matches the YAML schema for the input
default="false",
required=True,
help="If 'true', then close any discussions opened by the Action",
help="Number of suggestions per comment",
)

Expand Down

0 comments on commit 45dd14a

Please sign in to comment.