From 1c90a8b9bda6090b650f15fa576fec584f30d072 Mon Sep 17 00:00:00 2001 From: nafg Date: Sat, 26 Aug 2023 00:51:55 +0000 Subject: [PATCH] Regenerated models --- .../io/github/nafg/mergify/models/generated/Action.scala | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/generated-models/src/main/scala/io/github/nafg/mergify/models/generated/Action.scala b/generated-models/src/main/scala/io/github/nafg/mergify/models/generated/Action.scala index 996d90d..241446f 100644 --- a/generated-models/src/main/scala/io/github/nafg/mergify/models/generated/Action.scala +++ b/generated-models/src/main/scala/io/github/nafg/mergify/models/generated/Action.scala @@ -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(