newrelic / newrelic-oss-cli

Apache License 2.0
0 stars 9 forks source link

Create a command to mass-PR an org #7

Open tangollama opened 4 years ago

tangollama commented 4 years ago

Scenario 1

The code of conduct needs to be updated on every repo in an org. That requires:

  1. For each project in an org
  2. searching for the file
  3. updating or adding a file
  4. issuing a pull request for that change

Scenario 2

The OSS category header need to be present on every README in an org

  1. For each project in an org
  2. Search for the category header code in the README
  3. If it's not present, prompt for input on the appropriate category
  4. Add that category to the README
  5. Issue a PR for that change