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

Exclude forks except #192

Open
artemgurzhii opened this issue Nov 1, 2019 · 0 comments
Open

Exclude forks except #192

artemgurzhii opened this issue Nov 1, 2019 · 0 comments

Comments

@artemgurzhii
Copy link

@artemgurzhii artemgurzhii commented Nov 1, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.