|
25 | 25 | - opened
|
26 | 26 |
|
27 | 27 | env:
|
28 |
| -# REVIEWERS: |- |
29 |
| -# |
30 |
| - APPROVERS: |- |
31 |
| - Xunzhuo |
32 |
| - ZLBer |
33 |
| - rayowang |
34 |
| - LXPWing |
35 |
| - Zhiqiang Li |
36 |
| - MAINTAINERS: |- |
37 |
| - MoonShining |
38 |
| - wenxuwan |
39 |
| - seeflood |
40 |
| - zhenjunMa |
41 |
| - nejisama |
42 |
| - doujiang24 |
43 |
| - ujjboy |
44 |
| - JervyShi |
45 |
| -
|
46 | 28 | # This commands is for anyone who can use it
|
47 | 29 | COMMON_PLUGINS: |-
|
48 | 30 | assign
|
|
71 | 53 | APPROVERS_PLUGINS: |-
|
72 | 54 | merge
|
73 | 55 | approve
|
74 |
| - rebase |
75 | 56 | milestone
|
76 | 57 | remove-milestone
|
77 | 58 | priority
|
|
85 | 66 |
|
86 | 67 | GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
87 | 68 | GH_REPOSITORY: ${{ github.repository }}
|
88 |
| - HELP_INFO: |- |
89 |
| -
|
90 |
| - <details> |
91 |
| - <summary>Help</summary> |
92 |
| -
|
93 |
| - Instructions for interacting with me using comments are available here. |
94 |
| - If you have questions or suggestions related to my behavior, please file an issue against the [kube-prow-bot](https://github.com/Xunzhuo/kube-prow-bot) repository. |
95 |
| -
|
96 |
| - </details> |
97 | 69 |
|
98 | 70 | # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
|
99 | 71 | permissions:
|
@@ -141,10 +113,18 @@ jobs:
|
141 | 113 | ISSUE_KIND: pr
|
142 | 114 | TYPE: created
|
143 | 115 | GREETING: |-
|
144 |
| - Hi @${{ github.event.pull_request.user.login }}, |
145 |
| - Thanks for your pull request! 🎉 |
| 116 | + Hi @${{ github.event.pull_request.user.login }}. Thanks for your PR! 🎉 |
146 | 117 | If the PR is ready, use the `/cc` command to assign reviewer to review.
|
147 | 118 |
|
| 119 | + <details> |
| 120 | + <summary>Details</summary> |
| 121 | +
|
| 122 | + The full list of commands accepted by this bot can be found [here](https://github.com/Xunzhuo/kube-prow-bot/blob/main/COMMAND.md). |
| 123 | + |
| 124 | + The pull request process is described [here](https://github.com/Xunzhuo/kube-prow-bot/blob/main/PROCESS.md). |
| 125 | +
|
| 126 | + </details> |
| 127 | +
|
148 | 128 | - name: Issue Commented
|
149 | 129 |
|
150 | 130 | if: ${{ github.event_name == 'issue_comment' && !github.event.issue.pull_request }}
|
@@ -177,6 +157,7 @@ jobs:
|
177 | 157 | AUTHOR: ${{ github.event.pull_request.user.login }}
|
178 | 158 | MESSAGE: ${{ github.event.review.body }}
|
179 | 159 | ISSUE_NUMBER: ${{ github.event.pull_request.number }}
|
| 160 | + PR_STATE: ${{ github.event.review.state }} |
180 | 161 | AUTHOR_ASSOCIATION: ${{ github.event.comment.author_association }}
|
181 | 162 | ISSUE_KIND: pr
|
182 | 163 | TYPE: comment
|
|
0 commit comments