mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-10 18:34:05 +02:00
Create delete-comment.yml
This commit is contained in:
parent
7dc8094ccb
commit
fb88cdc4f1
10
.github/workflows/delete-comment.yml
vendored
Normal file
10
.github/workflows/delete-comment.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: delete comments from open-collective-bot
|
||||
on: workflow_dispatch
|
||||
jobs:
|
||||
delete-comments:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: izhangzhihao/delete-comment@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
delete_user_name: open-collective-bot[bot]
|
Loading…
Reference in New Issue
Block a user