poseidon / wait-for-status-checks

GitHub Action that waits for check runs
https://github.com/marketplace/actions/wait-for-checks
Mozilla Public License 2.0
33 stars 13 forks source link

Allow neutral status #420

Open lazytesting opened 5 days ago

lazytesting commented 5 days ago

I'm using this in combination with Azure Devops checks and they report a neutral state back when they are skipped due to path exclusion.

It would be nice if the 'neutral' conclusion state would be marked as success.

There are two ways to do this:

  1. add 'neutral' to this line
  2. make the acceptable conclusions configurable with a default of 'skipped' and 'success'

Happy to contribute with a PR.