Below is the list of available actions in workflows.
-
Add label
This action enables you to add any label to a pull request or an issue.
-
This action requires a label parameter. NeetoGit will add that label to the issues and pull requests.
-
Merge pull request
This action automates the process of merging pull requests.
You can define specific conditions, and if those conditions are met, NeetoGit will automatically merge the pull request.
This action does not require any additional parameters.
-
Assign pull request to the author
This action will automatically assign the pull request to its author or creator if the specified conditions are met.
This action does not require any additional parameters.
-
Add comment
This action will automatically add a comment to the pull request or issue when the specified conditions are met.
-
This action requires a comment parameter where you can specify the comment that you want to be added to issues or pull requests.