Skip to content

Commit 2b26d07

Browse files
authored
feat(牛皮癣): 歇歇吧,别发牛皮癣了
1 parent 6dcff4c commit 2b26d07

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/delete-issue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: delete dbcjl issue (牛皮癣)
2+
on:
3+
issues:
4+
types: [opened]
5+
jobs:
6+
delete-issue:
7+
if: github.event.issue.user.login == 'dbcjl'
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: vtcaregorodtcev/delete-issue@main
11+
with:
12+
github_token: ${{ secrets.PERSONAL_TOKEN }}
13+
issue_node_id: ${{ github.event.issue.node_id }}

0 commit comments

Comments
 (0)