Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Mention bot not ignoring file blacklists #231

Open
cdrage opened this issue Jul 13, 2017 · 0 comments
Open

Mention bot not ignoring file blacklists #231

cdrage opened this issue Jul 13, 2017 · 0 comments

Comments

@cdrage
Copy link

cdrage commented Jul 13, 2017

For some reason fileBlacklist doesn't seem to ignore markdown files. Does this have to be per directory?

See: https://github.com/kubernetes/kompose/blob/master/.mention-bot

{
  "numFilesToCheck": 10,
  "message": "@pullRequester, thank you for the pull request! We'll ping some people to review your PR. @reviewers, please review this.",
  "fileBlacklist": ["*.md"],
  "userBlacklist": ["ngtuna", "janetkuo", "sebgoa"],
  "actions": ["opened", "labeled"],
  "skipAlreadyMentionedPR": true,
  "createReviewRequest": true
}

Does this have to be:

  "fileBlacklist": ["*.md", "/docs/*.md"],

?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant