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

Ignore pull requests #71

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rosscado
Copy link

@rosscado rosscado commented Jun 1, 2018

Add a command line option --ignore-pull-requests to avoid importing pull request issues.

Existing command line arguments allow for the following import options:

--ignore-comments     Do not import comments in the issue.
--ignore-milestone    Do not import the milestone attached to the issue.
--ignore-labels       Do not import labels attached to the issue.

This change set adds the following option. If this option is specified then pull request type issues are not imported.

--ignore-pull-requests   Do not import pull requests.

Maintain a list of closed issues on source and close copies on target
after creation.
Pass argument --ignore-pull-requests to skip import of pull request
issues.
List number of pull requests to be imported.
Pull requests are still imported as issues, not as distinct pulls.
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.

1 participant