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

gh-288: run CI when a draft PR is marked as ready #289

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

paddyroddy
Copy link
Member

Fixes #288. Currently a PR is never tested the moment it gets marked as draft. The idea behind not running in draft is to limit CI use, but we need to ensure everything is ran before merging to main.

Fixes #288. Currently a PR is never tested the moment it gets
marked as draft. The idea behind not running in draft is to
limit CI use, but we need to ensure everything is ran before
merging to `main`.
@paddyroddy paddyroddy added the bug Something isn't working label Sep 27, 2024
@paddyroddy paddyroddy self-assigned this Sep 27, 2024
Copy link
Member

@Saransh-cpp Saransh-cpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@paddyroddy paddyroddy merged commit 94a4718 into main Sep 27, 2024
11 checks passed
@paddyroddy paddyroddy deleted the paddy/issue-288 branch September 27, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI should run when a draft PR gets marked as ready for review
2 participants