Below is the list of available conditions in workflows.
Issue is closed
Issue is open
Pull request is closed
Pull request is open
Pull request is merged
-
Opened by
This condition requires a
username
parameter.-
You need to set a username for NeetoGit to check if the issue or pull request is open by that user.
-
Check is passed
This condition requires a
CI check name
parameter.-
You need to set a CI check name for NeetoGit to check if that specific CI check has passed.
-
Check is failed
This condition also requires a
CI check name
parameter.-
You need to set a CI check name for neetoGit to check if that specific CI check has failed.
-
Label is present
This condition requires a
label name
parameter.-
You need to set a label name that should be present on the issue or pull request.
-
Review app deployed successfully
This condition does not require any additional parameters.
This condition checks for the deployment of the review app associated with the pull request.
-
Review app deployment failed
This condition does not require additional parameters.
This condition checks for the deployment of the review app associated with the pull request if it failed.
-
Pull request is approved
This condition requires the
number of approvals
needed parameter.-
The default minimum value of `Required approvals` is 1.