Bump peter-evans/create-or-update-comment (#249)

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4e4c9d2bf6469297d6559f2d6dd2491723ec8326 to 5e08535dbf140c83ed0490e2f480ce1b8f2334e0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/5e08535dbf140c83ed0490e2f480ce1b8f2334e0"><code>5e08535</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.23 to 18.19.26 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/325">#325</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/5add1d78860e6edf03ca5c3aba4b52a684c06bae"><code>5add1d7</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.21 to 18.19.23 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/322">#322</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/cddb6360ca21b43f052f9af35e35cb3233f3b5c5"><code>cddb636</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.19 to 18.19.21 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/321">#321</a>)</li>
<li><a href="https://github.com/peter-evans/create-or-update-comment/commit/6ed4065eb052d8340343c3dd3202f7b6ebb1b2fd"><code>6ed4065</code></a> build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/320">#320</a>)</li>
<li>See full diff in <a href="https://github.com/peter-evans/create-or-update-comment/compare/4e4c9d2bf6469297d6559f2d6dd2491723ec8326...5e08535dbf140c83ed0490e2f480ce1b8f2334e0">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
1 file changed
tree: 40ccfe34bc2f750a4d36be0a0c646abd6e38beec
  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.