Skip to content

Is it possible to skip certain repositories? #577

Closed Answered by PhilipAbed
shenke-adsk asked this question in Q&A
Discussion options

You must be logged in to vote

from docs

You can negate the regex by putting an ! in front. Only use a single negation and don't mix with other filters because all filters are combined with or. If using negations, all repositories except those who match the regex are added to the result:

{
  "autodiscoverFilter": ["!/project/.*/"]
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PhilipAbed
Comment options

Answer selected by shenke-adsk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants