Skip to content

Commit

Permalink
Merge pull request #84 from nafg/create-pull-request/patch
Browse files Browse the repository at this point in the history
Regenerated models

Adds Label#toggle
  • Loading branch information
nafg committed Nov 16, 2022
2 parents 5e84869 + df240a0 commit 257456e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,11 @@ object Action {
remove: Seq[String] = Nil,
/** Remove all labels from the pull request.
*/
removeAll: Boolean = false
removeAll: Boolean = false,
/** Toggle labels in the list based on the conditions. If all the conditions are a success, all the labels in the
* list will be added, otherwise, they will all be removed.
*/
toggle: Seq[String] = Nil
) extends Action


Expand Down

0 comments on commit 257456e

Please sign in to comment.