diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-08 21:17:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 12:17:56 +0000 |
commit | 7395112bbd49ac5cf53c6d23f82e27a8716db948 (patch) | |
tree | ef8fdd5f970555ff5a86f1bc82b7e62df4ba183b /.github/workflows/playwright_comment.yml | |
parent | 20520100f259bc174533fcd959c65550e2f7f074 (diff) |
Bump mshick/add-pr-comment (#657)
Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from a65df5f64fc741e91c59b8359a4bc56e57aaf5b1 to dd126dd8c253650d181ad9538d8b4fa218fc31e8.
- [Release notes](https://github.com/mshick/add-pr-comment/releases)
- [Commits](https://github.com/mshick/add-pr-comment/compare/a65df5f64fc741e91c59b8359a4bc56e57aaf5b1...dd126dd8c253650d181ad9538d8b4fa218fc31e8)
---
updated-dependencies:
- dependency-name: mshick/add-pr-comment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/playwright_comment.yml')
-rw-r--r-- | .github/workflows/playwright_comment.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/playwright_comment.yml b/.github/workflows/playwright_comment.yml index fbf4e5fd..8ca33c28 100644 --- a/.github/workflows/playwright_comment.yml +++ b/.github/workflows/playwright_comment.yml @@ -52,7 +52,7 @@ jobs: sourceRunId: ${{ github.event.workflow_run.id }} - name: "[Comment] Couldn't download screenshots from master branch" - uses: mshick/add-pr-comment@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1 # pin@v2 + uses: mshick/add-pr-comment@dd126dd8c253650d181ad9538d8b4fa218fc31e8 # pin@v2 if: steps.playwright.outputs.MASTER_SCREENSHOTS_OUTCOME == 'failure' with: issue: ${{ steps.source-run-info.outputs.pullRequestNumber }} @@ -60,7 +60,7 @@ jobs: :heavy_exclamation_mark: Could not fetch screenshots from master branch, so had nothing to make a visual comparison against; please check the "master-screenshots" step in the workflow run and rerun it before merging. - name: "[Comment] Success: No visual differences introduced by this PR" - uses: mshick/add-pr-comment@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1 # pin@v2 + uses: mshick/add-pr-comment@dd126dd8c253650d181ad9538d8b4fa218fc31e8 # pin@v2 if: steps.playwright.outputs.MASTER_SCREENSHOTS_OUTCOME != 'failure' && steps.playwright.outputs.FAILED == 0 with: issue: ${{ steps.source-run-info.outputs.pullRequestNumber }} @@ -70,7 +70,7 @@ jobs: <a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}#artifacts">View Playwright Report</a> (note: open the "playwright-report" artifact) - name: "[Comment] Warning: Visual differences introduced by this PR" - uses: mshick/add-pr-comment@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1 # pin@v2 + uses: mshick/add-pr-comment@dd126dd8c253650d181ad9538d8b4fa218fc31e8 # pin@v2 if: steps.playwright.outputs.MASTER_SCREENSHOTS_OUTCOME != 'failure' && steps.playwright.outputs.FAILED != 0 with: issue: ${{ steps.source-run-info.outputs.pullRequestNumber }} |