Write comments on forks for `firehose` (#165)

* Write comments on forks for `firehose`

* Allow failure in writing a comment

* Remove deleteComment

* Global `continue-on-error: true`

* Add to internal

* Rev version

* Do not continue on error

* All artifacts

* if empty

* Add logging

* Log artifact

* add name

* Reset

* trigger on publish only

* Publish for both

* Small fixes

* Delete comment on empty body

* Remove arg
7 files changed
tree: 1be8de3c229181a2081b2231157cc5b0d03d9d14
  1. .github/
  2. pkgs/
  3. tool/
  4. .gitattributes
  5. .gitignore
  6. CONTRIBUTING.md
  7. LICENSE
  8. mono_repo.yaml
  9. 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.