You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where some workflows only apply if submitting code files (.py, .js, etc). There is an abbreviated workflow for documentation-only changes (.md, etc). Because of this, I can't "require" my workflows by name, just that any that report in aren't failing. There is also a bit of a race condition, it seems, where a PR can be merged when workflow jobs are running, but haven't report pass/fail.
With this in mind, I'd love to see it support rejecting PRs. My proposed workflow with that:
Start workflow
Reject PR
Tests
Coverage
Build
...
Approve PR
The text was updated successfully, but these errors were encountered:
I have a use case where some workflows only apply if submitting code files (
.py
,.js
, etc). There is an abbreviated workflow for documentation-only changes (.md
, etc). Because of this, I can't "require" my workflows by name, just that any that report in aren't failing. There is also a bit of a race condition, it seems, where a PR can be merged when workflow jobs are running, but haven't report pass/fail.With this in mind, I'd love to see it support rejecting PRs. My proposed workflow with that:
The text was updated successfully, but these errors were encountered: