Bump peter-evans/find-comment (#241)

Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from a66f4556a6b261f6add2b6e173c46c5a0dcef998 to b5a462800fb9b7a44da38965cd7281bf47a81fc6.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/peter-evans/find-comment/commit/b5a462800fb9b7a44da38965cd7281bf47a81fc6"><code>b5a4628</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.17 to 18.19.18 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/292">#292</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/8186d8a104f99a69f4744fbaf2087c54453ed0cb"><code>8186d8a</code></a> build(deps-dev): bump eslint from 8.56.0 to 8.57.0 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/291">#291</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/99388f03ace760788fe55bb0e8c13317928d9c77"><code>99388f0</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.15 to 18.19.17 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/290">#290</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/965ec67be28a238ff2712d1fcabcfe472cabe875"><code>965ec67</code></a> build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/289">#289</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/f84ef0db626df2239a8a70dab416012f8e7caee4"><code>f84ef0d</code></a> build(deps-dev): bump prettier from 3.2.4 to 3.2.5 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/288">#288</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/5a23612f0cd087671a5c44b1a1c7668ef255c63c"><code>5a23612</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.14 to 18.19.15 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/287">#287</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/3eb0fded7dc3e53b80177aae9a15bb33654ba1f4"><code>3eb0fde</code></a> build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/286">#286</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/2af583946f49fbd3bc9d709b5e9da56b9970050a"><code>2af5839</code></a> build(deps): bump peter-evans/create-pull-request from 5 to 6 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/285">#285</a>)</li>
<li><a href="https://github.com/peter-evans/find-comment/commit/b2a714ea77ca461805f92b01d18ec7faecedd80c"><code>b2a714e</code></a> build(deps-dev): bump <code>@​types/node</code> from 18.19.10 to 18.19.14 (<a href="https://redirect.github.com/peter-evans/find-comment/issues/284">#284</a>)</li>
<li>See full diff in <a href="https://github.com/peter-evans/find-comment/compare/a66f4556a6b261f6add2b6e173c46c5a0dcef998...b5a462800fb9b7a44da38965cd7281bf47a81fc6">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: 5fe1df4d4b3a000db742165362d98723961f1148
  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.