Skip to content

Conversation

@felipesabino
Copy link

Adding option for filtering pull requests from list of issues.

As Github API does not provide a way to filter the request for non-pull request issues, it had to be done filtering the response


https://developer.github.com/v3/issues/#list-issues-for-a-repository

Note: Every pull request is an issue, but not every issue is a pull request. If the issue is not a pull request, the response omits the pull_request attribute.

@valentinzberea
Copy link

You should keep the original tab characters. The diff would be easier to follow without the tabs being replaced.

@felipesabino felipesabino force-pushed the master branch 2 times, most recently from 87bd277 to 5bb7c82 Compare October 29, 2014 15:50
@felipesabino
Copy link
Author

@valentinzberea Just patched the commit to maintain the tab spaces...

Btw, you should consider adding both EditorConfig and Github's contribution guidelines to the project in order to reduce the need for this sort of patching in the future :)

@felipesabino
Copy link
Author

@valentinzberea any updates on this?

@valentinzberea
Copy link

I'd like to help @felipesabino but I'm not a project collaborator to merge your pull request nor to add contribution guidelines to the project.

Choose a reason for hiding this comment

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

You need this on line 112:

config.set('settings', 'import-pullrequests', str(not args.ignore_pullrequests))

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

Successfully merging this pull request may close these issues.

3 participants