Skip to content

Commit

Permalink
fix(automerge): update ApplyUsage in comment_parset_test
Browse files Browse the repository at this point in the history
  • Loading branch information
a1k0u committed Nov 2, 2024
1 parent 1bba02f commit e30e203
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/events/comment_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,9 @@ var PlanUsage = `Usage of plan:

var ApplyUsage = `Usage of apply:
--auto-merge-disabled Disable automerge after apply.
--auto-merge-method string Specifies merge method for the VCS if automerge
is enabled.
--auto-merge-method string Specifies the merge method for the VCS if
automerge is enabled. (Currently only implemented
for GitHub)
-d, --dir string Apply the plan for this directory, relative to
root of repo, ex. 'child/dir'.
-p, --project string Apply the plan for this project. Refers to the
Expand Down

0 comments on commit e30e203

Please sign in to comment.