Skip to content

Commit

Permalink
Merge pull request #137 from nafg/create-pull-request/patch
Browse files Browse the repository at this point in the history
Regenerated models
  • Loading branch information
nafg committed Aug 27, 2023
2 parents b2552bf + 1c90a8b commit 0bb1ba5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,15 @@ object Action {
) extends Action


/** The github_actions action dispatches an existing workflow of the repository.
*/
case class GithubActions(
/** The dispatch configuration.
*/
workflow: ToJson /*Dispatch*/
) extends Action


/** The label action can add or remove labels from a pull request.
*/
case class Label(
Expand Down

0 comments on commit 0bb1ba5

Please sign in to comment.