Skip to content
New issue

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

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

Already on GitHub? # to your account

Added a grunt task for opening the next issue that needs to be addressed #1059

Closed
wants to merge 5 commits into from

Conversation

heff
Copy link
Member

@heff heff commented Mar 5, 2014

grunt next-issue

First it looks for issues that need to be categorized as either enhancement, bug, or question.

Once everything is categorized it looks for issues that need to be confirmed or answered. (no confirmed label)

@heff heff closed this in 661cbd1 Mar 5, 2014
per_page: 100
}, function(err, res) {
var issueToOpen;
var usersWithWrite = ['heff', 'mmcc'];
Copy link
Member

Choose a reason for hiding this comment

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

maybe it should discover that from the github API rather than hardcoded? Or is this here now just for expediency?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah that was my original plan, but there's no easy way to do that with the github API that I can see. Listing collaborators lists everyone with push AND pull access, and I would need push access only. I just asked @pengwynn about that.
http://developer.github.com/v3/repos/collaborators/#list

@heff heff deleted the feature/next-issue branch July 2, 2014 00:00
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants