We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae14f0 commit 874de49Copy full SHA for 874de49
.github/workflows/auto-comments.yml
@@ -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
0 commit comments