Skip to content

Commit b4361ff

Browse files
committed
Upgrade actions/first-interactionto v3
Signed-off-by: Denis Krivenko <dnskrv88@gmail.com>
1 parent 0711f44 commit b4361ff

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@
1717

1818
name: Greetings
1919

20-
# on: [pull_request, issues]
21-
on: issues
20+
on:
21+
issues:
22+
types:
23+
- opened
24+
pull_request:
25+
types:
26+
- opened
2227

2328
jobs:
2429
greeting:
@@ -27,14 +32,13 @@ jobs:
2732
issues: write
2833
pull-requests: write
2934
steps:
30-
- uses: actions/first-interaction@v1
35+
- uses: actions/first-interaction@v3
3136
with:
32-
repo-token: ${{ secrets.GITHUB_TOKEN }}
33-
issue-message: |
37+
issue_message: |
3438
Hello @${{ github.actor }},
3539
Thanks for finding the time to report the issue!
3640
We really appreciate the community's efforts to improve Apache Kyuubi.
37-
pr-message: |
41+
pr_message: |
3842
Hello @${{ github.actor }},
3943
Thanks for finding the time to submit the Pull request, the Kyuubi community thanks you!
4044
We really appreciate the community's efforts to improve Apache Kyuubi.

0 commit comments

Comments
 (0)