Skip to content

Commit 874de49

Browse files
committed
ci: add a bot for auto-comments
1 parent 0ae14f0 commit 874de49

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: AUTO-COMMENTS
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
7+
jobs:
8+
testCreate:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Create comment
12+
uses: peter-evans/create-or-update-comment@v2
13+
with:
14+
issue-number: 1
15+
body: |
16+
<hr/>
17+
<p align="center">🔴</p>
18+
<p align="center">👨‍💻 I'm so busy recently, so I'm going away for a little while, but I'll come back by the end of this month.</p>
19+
<p align="center">♥️ Rest assured, I love this project, I will not give up.</p>
20+
<p align="right">2022.11.xx</p>
21+
<hr/>

0 commit comments

Comments
 (0)