Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Rejecting a PR #212

Open
x3dfxjunkie opened this issue Feb 17, 2023 · 0 comments
Open

Add Support for Rejecting a PR #212

x3dfxjunkie opened this issue Feb 17, 2023 · 0 comments

Comments

@x3dfxjunkie
Copy link

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:

  1. Start workflow
  2. Reject PR
  3. Tests
  4. Coverage
  5. Build
  6. ...
  7. Approve PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant