Workflows conditions

Below is the list of available conditions in workflows.

  1. Issue is closed

  2. Issue is open

  3. Pull request is closed

  4. Pull request is open

  5. Pull request is merged

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

  11. 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.

  12. Pull request is approved

    • This condition requires the number of approvals needed as the parameter.

    • The default minimum value of `Required approvals` is 1.

Can't find what you're looking for?