From a2d64720d7633438d6d48790b01ca1613b2600a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 20:01:59 -0400 Subject: [PATCH] Bump actions-ecosystem/action-create-comment from 1.0.0 to 1.0.2 (#11830) Bumps [actions-ecosystem/action-create-comment](https://github.com/actions-ecosystem/action-create-comment) from 1.0.0 to 1.0.2. - [Release notes](https://github.com/actions-ecosystem/action-create-comment/releases) - [Commits](https://github.com/actions-ecosystem/action-create-comment/compare/v1.0.0...v1.0.2) --- updated-dependencies: - dependency-name: actions-ecosystem/action-create-comment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/issues-opened.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues-opened.yml b/.github/workflows/issues-opened.yml index 27d8e4879..cb3b098ca 100644 --- a/.github/workflows/issues-opened.yml +++ b/.github/workflows/issues-opened.yml @@ -28,7 +28,7 @@ jobs: if: contains(github.event.issue.labels.*.name, 'question') runs-on: ubuntu-latest steps: - - uses: actions-ecosystem/action-create-comment@v1.0.0 + - uses: actions-ecosystem/action-create-comment@v1.0.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} body: |