File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818name : 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
2328jobs :
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.
You can’t perform that action at this time.
0 commit comments