Skip to content

Commit

Permalink
Add clarifying statement to readme on label command.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jun 28, 2023
1 parent df22607 commit 0f435bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ Many operating systems have an `open` command (though the name "open" is not ubi
### Label
Running `harmony label {<label>} [...]` will help you create a PR if one does not exist yet and then it will apply the given labels to the PR. This is essentially an alias for the `harmony pr` command but without support for creating draft PRs.

Note that labels are _not_ prefixed with '#' for this command. There is no need to differentiate labels from other kinds of arguments to `harmony label`.

### Assign
Running `harmony assign {<team> | +<user>} [#<label>] [...]` will help you create a PR if one does not exist yet and then it will assign teams and/or users to the PR.

Expand Down

0 comments on commit 0f435bc

Please sign in to comment.