chore: Update comment after confirming issue (#9641)
This commit is contained in:
parent
e14cf7ebac
commit
6bc49a5e4f
15
.github/workflows/issue-analyzer.yml
vendored
15
.github/workflows/issue-analyzer.yml
vendored
@ -121,6 +121,21 @@ jobs:
|
|||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
labels: ["confirmed"]
|
labels: ["confirmed"]
|
||||||
})
|
})
|
||||||
|
- name: Find Comment Id
|
||||||
|
uses: peter-evans/find-comment@v2
|
||||||
|
id: find-comment-id
|
||||||
|
with:
|
||||||
|
issue-number: ${{ github.event.issue.number }}
|
||||||
|
comment-author: 'github-actions[bot]'
|
||||||
|
- name: Upsert comment
|
||||||
|
uses: peter-evans/create-or-update-comment@v2
|
||||||
|
with:
|
||||||
|
comment-id: ${{ steps.find-comment-id.outputs.comment-id }}
|
||||||
|
issue-number: ${{ github.event.issue.number }}
|
||||||
|
edit-mode: replace
|
||||||
|
body: |
|
||||||
|
The issue has been labeled as **confirmed** by the automatic analyser.
|
||||||
|
Someone from the Puppeteer team will take a look soon!
|
||||||
|
|
||||||
label-invalid-issue:
|
label-invalid-issue:
|
||||||
needs: [analyze-issue]
|
needs: [analyze-issue]
|
||||||
|
Loading…
Reference in New Issue
Block a user