Add an option to fail on a skipped check
Offen
question
- Vorherrschende Sprache
- TypeScript
- Sterne
- 576
- Forks
- 74
- Ø Merge
- 11 Std. 7 Min.
- Gemergte PRs (30 T.)
- 1
Beschreibung
### Details
We have a scenario where we want to skip a certain check for the development environment but not for stage and production. With the current setup (as I understand it from looking at the code here [link](https://github.com/github/branch-deploy/blob/d1f158e5cd122a1db00e8ba49044134fd641ae21/dist/index.js#L44046C9-L44046C29)) skipped check is considered healthy. It would be convient for us to have an option like skipped_checks: true/false (fail if it is set to false as we would like it to be here)
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.