Skip to content

Commit

Permalink
feat: mode to delete comment (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander authored Jun 10, 2023
1 parent 43a6ffd commit 3229332
Show file tree
Hide file tree
Showing 7 changed files with 9,861 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
reactions: eyes, rocket
mode: recreate

- name: Comment PR with message that will be deleted
uses: ./
with:
message: |
This PR is being built...
comment_tag: nrt_message_delete
reactions: eyes
mode: delete

- name: Comment PR with file
uses: ./
with:
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ inputs:
runs:
using: 'node16'
main: 'lib/index.js'
post: 'lib/cleanup/index.js'
Loading

0 comments on commit 3229332

Please sign in to comment.