返回提交历史
Modified
.github/workflows/auto-comments.yml
+5
-5
XFEstudio/gpt4free
~
28c0a031
代码差异
1 个文件
+5
-5
@@ -17,7 +17,7 @@ jobs:
17
17
- name: Auto Comment on Issues Opened
18
18
uses: wow-actions/auto-comment@v1
19
19
with:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
21
21
issuesOpened: |
22
22
👋 @{{ author }}
23
23
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
@@ -25,19 +25,19 @@ jobs:
25
25
- name: Auto Comment on Issues Closed
26
26
uses: wow-actions/auto-comment@v1
27
27
with:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
29
29
issuesClosed: |
30
30
👋 @{{ author }} This issue is closed.
31
31
- name: Auto Comment on Pull Request Merged
32
32
uses: wow-actions/auto-comment@v1
33
33
with:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
35
35
pullRequestMerged: |
36
36
👋 @{{ author }} 🎉 Congrats on your merged pull request! Thanks for the valuable contribution! 👏🎉 Congrats on your merged pull request! Thanks for the valuable contribution! 👏
37
37
- name: Auto Comment on Pull Request Opened
38
38
uses: wow-actions/auto-comment@v1
39
39
with:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
41
41
pullRequestOpened: |
42
42
Hello👋 @{{ author }}, I hope you are doing well!
43
43
<br>
@@ -46,6 +46,6 @@ jobs:
46
46
- name: Auto Comment on Issues Assigned
47
47
uses: wow-actions/auto-comment@v1
48
48
with:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
50
50
issuesAssigned: |
51
51
Hello @{{ author }}, thank you for raising an issue. 🙌 I have assigned the issue to you. You can now start working on it. If you encounter any problems, please feel free to connect with us. 👍