Skip to content

Commit

Permalink
add merge action
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev committed May 29, 2024
1 parent e598333 commit bc11a49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
local actions = {}
actions["merge"] = {["disabled"] = false}
return actions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
obj.spec.state = "merged"
return obj

0 comments on commit bc11a49

Please sign in to comment.