mbien commented on PR #4785:
URL: https://github.com/apache/netbeans/pull/4785#issuecomment-1279434785
> I'm against required checks for merges to master. We know, that CI systems
fail. I've seen it happen on appveyor and travis and I'm sure that github
action will fail soner or later too. If that happens we are locked out of our
own repository because we can't remove the protections, because that would
require a successful check execution.
you can make the check in question pass in any PR if something happens.
```
- name: Final Check
if: ${{ always() && (contains(needs.*.result, 'cancelled') ||
contains(needs.*.result, 'failure')) }}
run: exit 1
```
if this is commented out the check will be green
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists