Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Feature request: Ignore issues written by a particular author #173

Closed
fainashalts opened this issue Nov 7, 2018 · 8 comments
Closed

Feature request: Ignore issues written by a particular author #173

fainashalts opened this issue Nov 7, 2018 · 8 comments

Comments

@fainashalts
Copy link

As a developer on my project, I sometimes use issues as a sort of to-do list. It would be great if I could ignore my own or my teammates' issues when determining what is stale. Something like an "exemptAuthors" array would be cool.

@christianbundy
Copy link
Contributor

christianbundy commented Nov 7, 2018

Same! I opened #172 to resolve this, which adds a bit of flexibility by using the assignee rather than the original author (which allows issues to be transferred). Do you think this would fulfill your feature request, or is it important that issues follow the original author?

@fainashalts
Copy link
Author

@christianbundy I looked at #172 and just want to make sure I understand -- does this mean that if the issue is assigned to someone it cannot be marked as stale? Its not exactly what I had in mind but would be very helpful too!

@christianbundy
Copy link
Contributor

Yep, exactly. The two benefits are:

  • You can keep an issue authored by a non-member from going stale by assigning someone to it.
  • You can let an issue go stale by unassigning everyone from it, regardless of who authored it.

@fainashalts
Copy link
Author

Great! Thanks for adding this. I look forward to when it gets merged!

@stale
Copy link

stale bot commented Feb 7, 2019

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

@stale stale bot added the wontfix label Feb 7, 2019
@fainashalts
Copy link
Author

@christianbundy is this feature available yet? I'd love to add it to my implementation of stalebot. Thanks, please let me know!

@stale stale bot removed the wontfix label Feb 7, 2019
@christianbundy
Copy link
Contributor

Yep, it's used like this:

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: true

As long as there's an assignee the issue will be kept safe from stale[bot].

@fainashalts
Copy link
Author

Thanks @christianbundy! Using this feature now, it is much appreciated!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants