tree: 4151c5fbb6b5226788732a5f54f35a89b353c1cc [path history] [tgz]
  1. bin/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. AUTHORS
  7. LICENSE
  8. mono_pkg.yaml
  9. pubspec.yaml
  10. pubspec_overrides.yaml
  11. README.md
pkgs/blast_repo/README.md

A tool to bulk validate and fix GitHub repos.

blast_repo

Usage: blast_repo <options> [org/repo]

    --keep-temp                 Don't delete the temporary repo clone.
    --tweaks=<tweak1,tweak2>    Optionally list the specific tweaks to run (defaults to all applicable tweaks).
                                [auto-publish, dependabot, github-actions, monorepo, no-response]
    --reviewer=<github-id>      Specify the GitHub handle for the desired reviewer.
-h, --help                      Prints out usage and exits.

available tweaks:
  auto-publish: configure a github action to enable package auto-publishing
  dependabot: ensure ".github/dependabot.yml" exists and has the correct content
  github-actions: ensure GitHub actions use the latest versions and are keyed by SHA
  monorepo: regenerate the latest configuration files for package:mono_repo
  no-response: configure a 'no response' bot to handle needs-info labels