Skip to content

Commit

Permalink
feat: continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Aug 19, 2024
1 parent 61e1b1f commit 89c0a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_js_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ jobs:
- name: Find Comment
uses: peter-evans/find-comment@v3
id: fc
continue-on-error: true
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: This comment was written by a bot!

- name: Create or update comment
uses: peter-evans/create-or-update-comment@v4
continue-on-error: true
if: ${{ github.event_name == 'pull_request' }}
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 89c0a49

Please sign in to comment.