-
Notifications
You must be signed in to change notification settings - Fork 9
159 lines (149 loc) · 8.45 KB
/
approved.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
name: Slack notification when approved
on:
pull_request_review:
types: [submitted]
jobs:
notification-changes-requested-to-6161990:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == '6161990'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U04M3J6AHAS>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}
notification-changes-requested-to-JeremyShin:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == 'JeremyShin'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U055KQ0C9EJ>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}
notification-changes-requested-to-JiwonDev:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == 'JiwonDev'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U03EVALAKHB>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}
notification-changes-requested-to-Junuu:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == 'Junuu'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U0446HGG3TK>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}
notification-changes-requested-to-khcho902:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == 'khcho902'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U03HTSNCV09>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}
notification-changes-requested-to-kji6252:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == 'kji6252'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U03RJL2EH7G>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}
notification-changes-requested-to-moon9ua:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == 'moon9ua'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U03HF83L742>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}
notification-changes-requested-to-pado0:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == 'pado0'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U033L0WCKE1>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}
notification-changes-requested-to-yeoonjae:
if: github.event.review.state == 'approved' && github.event.pull_request.user.login == 'yeoonjae'
runs-on: ubuntu-latest
steps:
- name: slack-send
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
payload: |
{
"channel": "#코틀린-미션-스터디",
"username": "코드리뷰 알림봇",
"text": "<@U03EHKUTDD5>님, 리뷰어가 PR을 Approve 했습니다! 🎉\n리뷰어의 코멘트를 확인하고 다음 단계를 진행해주세요.\nhttps://github.com/mission-study-to-finish-in-15-days/kotlin-racingcar/pull/${{ github.event.pull_request.number }}",
"icon_url": "https://img.freepik.com/premium-vector/cute-robot-waving-hand-cartoon-character-science-technology-isolated_138676-3155.jpg?w=2000"
}