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

Check the list of repos for specific files #110

Open
mbernier opened this issue Oct 30, 2017 · 1 comment
Open

Check the list of repos for specific files #110

mbernier opened this issue Oct 30, 2017 · 1 comment

Comments

@mbernier
Copy link
Contributor

Issue Summary

We have a list of files that we would like to see in every repository, it would be great to be able to add information to the database so that a file-statuses dashboard can be built.

This should:

  • Reach out to the repos and look at the expected file list
  • See if the files in the "expected files list" exist in the repo
  • Update the database with the status of the files from the list

Here's the default file list that we currently search for:

  • ./Docker or docker/Docker
  • ./docker-compose.yml or ./docker/docker-compose.yml
  • ./.env_sample
  • ./.gitignore
  • ./.travis.yml
  • ./.codeclimate.yml
  • ./CHANGELOG.md
  • ./CODE_OF_CONDUCT.md
  • ./CONTRIBUTING.md
  • ./.github/ISSUE_TEMPLATE
  • ./LICENSE.md
  • ./.github/PULL_REQUEST_TEMPLATE
  • ./README.md
  • ./TROUBLESHOOTING.md
  • ./USAGE.md
  • ./USE_CASES.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants