1
0
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:
张志豪 2021-02-24 21:04:14 +08:00 committed by GitHub
parent 7dc8094ccb
commit fb88cdc4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/workflows/delete-comment.yml vendored Normal file
View 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]