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 c53bd62 commit 9f67938Copy full SHA for 9f67938
1 file changed
.github/workflows/PR-notify.yml
@@ -41,11 +41,14 @@ jobs:
41
if: github.event.pull_request.base.ref == 'dev'
42
steps:
43
- name: 评论
44
- if: github.event.pull_request.type == 'opened'
45
uses: peter-evans/create-or-update-comment@v4
46
with:
47
issue-number: ${{ github.event.pull_request.number }}
48
body: |
49
❤️ 感谢你的贡献!我们将在5天内阅读此 PR 并回复你
50
edit-mode: replace
51
reactions: heart
+ - run: |
52
+ echo "github.event.pull_request.type = [${{github.event.pull_request.type}}]"
53
+ echo "github.event_name = [${{github.event_name}}]"
54
+ echo "github.event.action = [${{github.event.action}}]"
0 commit comments