Skip to content

Commit

Permalink
Bump actions-ecosystem/action-create-comment from 1.0.0 to 1.0.2 (#2192)
Browse files Browse the repository at this point in the history
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](actions-ecosystem/action-create-comment@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 18, 2023
1 parent ef96f2d commit b7ee252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
labels: "triage"
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-ecosystem/action-create-comment@v1.0.0
- uses: actions-ecosystem/action-create-comment@v1.0.2
if: github.event.action == 'opened'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-create-comment@v1.0.0
- uses: actions-ecosystem/action-create-comment@v1.0.2
if: github.event.action == 'opened'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b7ee252

Please sign in to comment.