Skip to content

Commit

Permalink
fix: fixes typos in the TrestleBot class in bot.py (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jan 22, 2024
1 parent f0ce981 commit 12d9b8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trestlebot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,15 @@ def run(
dry_run: bool = False,
) -> Tuple[str, int]:
"""
Run Trestle Bot and returns commit and pull request information.
Runs Trestle Bot logic and returns commit and pull request information.
Args:
patterns: List of file patterns for `git add`
git_provider: Optional configured git provider for interacting with the API
pre_tasks: Optional task list to executing before updating the workspace
pre_tasks: Optional workspace task list to execute before staging files
commit_message: Optional commit message for local commit
pull_request_title: Optional customized pull request title
check_only: Optional heck if the repo is dirty. Fail if true.
check_only: Optional check if the repo is dirty. Fail if true.
dry_run: Only complete local work. Do not push.
Returns:
Expand Down

0 comments on commit 12d9b8e

Please sign in to comment.