Skip to content

Commit 287ccac

Browse files
kopporGuilhermeRibeiroPereira
authored andcommitted
Remove comment removal action
1 parent 12ba84c commit 287ccac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pr-comment.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
env:
4646
GH_TOKEN: ${{ github.token }}
4747
pr_number: ${{ steps.read-pr_number.outputs.pr_number }}
48-
- name: Remove all comments by "github-actions[bot]"
49-
uses: izhangzhihao/delete-comment@master
50-
with:
51-
github_token: ${{ secrets.GITHUB_TOKEN }}
52-
delete_user_name: github-actions[bot]
53-
issue_number: ${{ steps.read-pr_number.outputs.pr_number }}
5448
- name: Checkout
5549
if: ${{ steps.read-pr_number.outputs.pr_number != '' && steps.isCrossRepository.outputs.isCrossRepository == 'true' }}
5650
uses: actions/checkout@v4

0 commit comments

Comments
 (0)