Skip to content

Commit 1c8d171

Browse files
Bump peter-evans/create-or-update-comment from 2 to 3 (opensearch-project#9575)
* Bump peter-evans/create-or-update-comment from 2 to 3 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v2...v3) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 77f0df3 commit 1c8d171

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/gradle-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Create Comment Success
8080
if: ${{ github.event_name == 'pull_request_target' && success() && env.result == 'SUCCESS' }}
81-
uses: peter-evans/create-or-update-comment@v2
81+
uses: peter-evans/create-or-update-comment@v3
8282
with:
8383
issue-number: ${{ env.pr_number }}
8484
body: |
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Create Comment Flaky
106106
if: ${{ github.event_name == 'pull_request_target' && success() && env.result != 'SUCCESS' }}
107-
uses: peter-evans/create-or-update-comment@v2
107+
uses: peter-evans/create-or-update-comment@v3
108108
with:
109109
issue-number: ${{ env.pr_number }}
110110
body: |
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Create Comment Failure
118118
if: ${{ github.event_name == 'pull_request_target' && failure() }}
119-
uses: peter-evans/create-or-update-comment@v2
119+
uses: peter-evans/create-or-update-comment@v3
120120
with:
121121
issue-number: ${{ env.pr_number }}
122122
body: |

.github/workflows/poc-checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
steps:
1313
- name: Add comment
14-
uses: peter-evans/create-or-update-comment@v2
14+
uses: peter-evans/create-or-update-comment@v3
1515
with:
1616
issue-number: ${{ github.event.issue.number }}
1717
body: |

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7777
### Added
7878

7979
### Dependencies
80+
- Bump `peter-evans/create-or-update-comment` from 2 to 3 ([#9575](https://github.com/opensearch-project/OpenSearch/pull/9575))
8081

8182
### Changed
8283
- Add instrumentation in rest and network layer. ([#9415](https://github.com/opensearch-project/OpenSearch/pull/9415))
@@ -92,4 +93,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9293
### Security
9394

9495
[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD
95-
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.11...2.x
96+
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.11...2.x

0 commit comments

Comments
 (0)