mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 00:18:38 -05:00
[GH-ISSUE #149] [Feature] Action can take arguments #3128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mbecker20 on GitHub (Oct 24, 2024).
Original GitHub issue: https://github.com/moghtech/komodo/issues/149
User can pass arguments to the RunAction api, and the action code can access the passed arguments.
A webhook triggering the action can pass the webhook body for example, so action can be used to automatically create and run a Build for eg a new Pull Request.