initial version of a sdk issue triage bot (#264)

* initial version of a sdk issue triage bot

* update help message, prompts

* adjust prompts and diagnostic stdout output

* Update pkgs/sdk_triage_bot/lib/src/common.dart

Co-authored-by: Moritz <mosum@google.com>

* update the classify method type sig

* regenerate the mono_repo settings

* adjust the format of the github comment

* Update .gitignore

* Apply suggestions from code review

Co-authored-by: Nate Bosch <nbosch@google.com>

* rename 'getIssue' to 'fetchIssue'

* remove extra interfaces

---------

Co-authored-by: Moritz <mosum@google.com>
Co-authored-by: Nate Bosch <nbosch@google.com>
15 files changed
tree: 6323854fe2a44956e44f1ac94abb763e0187b814
  1. .github/
  2. .vscode/
  3. pkgs/
  4. tool/
  5. .gitattributes
  6. .gitignore
  7. CONTRIBUTING.md
  8. LICENSE
  9. mono_repo.yaml
  10. README.md
README.md

Dart CI

Overview

This repository is home to general Dart Ecosystem tools and packages.

Packages

PackageDescriptionVersion
blast_repoA tool to bulk validate and fix GitHub repos.
corpusA tool to calculate the API usage for a package.
dart_flutter_team_lintsAn analysis rule set used by the Dart and Flutter teams.pub package
firehoseA tool to automate publishing of Pub packages from GitHub actions.pub package
repo_manageMiscellaneous issue, repo, and PR query tools.

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.