mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-28 12:31:32 -05:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8e788a5f73
commit
a2d64720d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issues-opened.yml
vendored
2
.github/workflows/issues-opened.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue