probot / stale

A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
https://probot.github.io/apps/stale/
ISC License
1.25k stars 212 forks source link

Draft PRs should be ignored #265

Open rgreinho opened 4 years ago

rgreinho commented 4 years ago

PRs marked as draft (https://github.blog/2019-02-14-introducing-draft-pull-requests/) should be ignored by the stale bot by default, or a settings should allow the bot to ignore them.

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

rgreinho commented 4 years ago

I believe it is still relevant and should be addressed.

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

rgreinho commented 4 years ago

Yes, I believe it is.

stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

stefstelea commented 3 years ago

Yes it is still relevant

theaccordance commented 3 years ago

I took a stab at addressing the Draft PRs issue with this pull request: https://github.com/probot/stale/pull/319

stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

rgreinho commented 3 years ago

Yes, it is still relevant.

jflayhart commented 3 years ago

Just add some flag to the yaml config to allow draft PRs? Otherwise we just exempt using labels: wip.