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
I have a lot of forks that I would like to exclude from my projects list but also, there are few of them which I would like to include. I haven't found any way to achieve this.
I see 2 possible API's for this
First option:
projects: exclude: forks: true except: - my_awesome_fork
Second option:
projects: exclude: forks: true include: - my_greatest_fork
I prefer second option more because of the less nesting, but they both are still intuitively clear for me.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I have a lot of forks that I would like to exclude from my projects list but also, there are few of them which I would like to include. I haven't found any way to achieve this.
I see 2 possible API's for this
First option:
Second option:
I prefer second option more because of the less nesting, but they both are still intuitively clear for me.
The text was updated successfully, but these errors were encountered: