-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.js
403 lines (375 loc) · 17.8 KB
/
bot.js
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
// @ts-check
const APP_ID = '13073'
const INSTALLATION_ID = '200680'
const APP_URL = 'https://github.com/apps/connor'
const jwt = require('jsonwebtoken')
const axios = require('axios').default
const log = require('pino')({ prettyPrint: true })
const stripSpaces = x => String(x).replace(/\s+/g, '')
const pk = require('fs').readFileSync('config/github-app-private-key.pem')
const serviceAccount = JSON.parse(
require('fs').readFileSync('config/firebase-service-account.json', 'utf8')
)
const admin = require('firebase-admin')
admin.initializeApp({
credential: admin.credential.cert(serviceAccount),
databaseURL: 'https://reactbkk3.firebaseio.com'
})
process.on('unhandledRejection', up => {
throw up
})
async function main() {
const accessToken = await obtainAccessToken()
log.info('Access token obtained...')
const githubClient = createGitHubClient(accessToken)
const issueSnapshot = await admin
.firestore()
.collection('github_issues')
.get()
log.info('Loaded issue list...')
const docs = [...issueSnapshot.docs]
for (const [i, doc] of [...docs].entries()) {
const [owner, repo, issue] = doc.id.split(':')
log.info(`Working on ${owner}/${repo}/issue/${issue}`)
try {
const said = []
const say = (...thing) => {
said.push(...thing, '')
}
const changes = await workOnIssue(owner, repo, issue, doc.data(), {
githubClient,
say,
otherIssues: docs.filter((d, j) => i !== j).map(d => d.data())
})
log.info(
{ changes },
`Finished working on ${owner}/${repo}/issue/${issue}`
)
await doc.ref.set(JSON.parse(JSON.stringify(changes)), { merge: true })
log.info('Saved changes to Firestore.')
const newDoc = await doc.ref.get()
doc[i] = newDoc
const commentId = (newDoc.data() || {}).informationCommentId
if (commentId) {
const url = `https://api.github.com/repos/${owner}/${repo}/issues/comments/${commentId}`
const startTime = new Date((newDoc.data() || {}).startAt)
const body = [
'## โปรดอ่านก่อน',
'',
`Issue นี้ จะเปิดให้จองตอน ${startTime}`,
'',
`1. จอง issue โดย comment คำว่า “แย่งบัตรไม่ทัน งั้นขอจอง issue นี้นะ” ใน issue ` +
` โดยผู้ได้สิทธิการทำ issue นั้นคือผู้ที่ comment คนแรกสุด และ timestamp ต้องเป็นภายหลังเวลาเริ่มจองเท่านั้น`,
`2. เมื่อถึงคิว ให้ส่ง pull request โดย prefix ว่า <code>[WIP] </code> (Work in progress) ` +
`และนำ URL ของ pull request มาใส่ในคอมเม้นต์เพื่อยืนยันการจอง ภายใน 1 ชั่วโมง ` +
`โดยขอสงวนสิทธิ์ในการมอบหมายงานให้คนถัดไปที่อยู่ในคิว หากไม่พบ pull request ภายใน 1 ชั่วโมง`,
`3. ให้ update pull request (push commit เพิ่ม) อย่างน้อยทุกวันเพื่อทีมงานจะได้เข้าไปให้ feedback ได้ตั้งแต่ต้น ` +
`ถ้า pull request ไม่ได้ update ทุกวัน ทีมงานขอสงวนสิทธิในการปิด (close) pull request ` +
`และให้สิทธิท่านถัดไปที่จอง โดยจะมีระบบแจ้งเตือนก่อนหมดวัน`,
`4. มีเวลา 5 วัน (120 ชั่วโมง) หลังจากเวลาที่จอง ในการทำ issue ให้สำเร็จ ` +
`โดยจะถือว่าเสร็จสิ้นภารกิจเมื่อ pull request นั้นถูก merge โดยทีมงาน ` +
`ดังนั้นควรเผื่อเวลาให้ทีมงานตรวจสอบและ feedback ไว้ด้วย ` +
`(ในกรณีที่เป็น issue ที่เกี่ยวข้องกับ repository ภายนอก ให้ถือว่าทำสำเร็จเมื่อ pull request นั้นถูก merge โดยทีมที่ดูแล repository นั้น ๆ หรือทีมงาน React Bangkok approve โดยการปิด issue)`,
`5. หลังจากที่ทำภารกิจเสร็จสิ้น และ issue ของ reactbkk ถูกปิดเรียบร้อย ` +
`ให้เข้าไปที่ https://reactbkk.com/3.0.0/#free-tickets เพื่อรับรหัสในการรับบัตรเข้างานฟรี`,
`6. สงวนสิทธิ 1 account ต่อ 1 issue เท่านั้น กล่าวคือไม่สามารถเป็นเจ้าของ issue ได้มากกว่า 1 อันในช่วงเวลาใดเวลาหนึ่ง ` +
`และไม่สามารถเป็นเจ้าของ issue อื่นได้ หากได้ทำภารกิจสำเร็จไปแล้ว ` +
`(แต่สามารถจองคิวในหลายๆ issue พร้อมๆ กันได้ โดยหากคุณถืองานอยู่แล้วเมื่อถึงคิว ระบบจะข้ามคิวของคุณให้โดยอัตโนมัติ)`,
'',
'<p align="right">connor[bot] is hosted by <a href="https://bangmod.cloud/">Bangmod.Cloud</a>.</p>',
'',
'<details><summary>Internal state</summary>',
'',
'```json',
JSON.stringify(newDoc.data(), null, 2),
'```',
'',
'</details>'
].join('\n')
const oldBody = (await githubClient.get(url)).data.body
if (stripSpaces(oldBody) !== stripSpaces(body)) {
await githubClient.patch(url, {
body
})
log.info('Updated comment.')
} else {
log.trace('Comment is the same.')
}
}
if (said.length) {
const createCommentUrl = `https://api.github.com/repos/${owner}/${repo}/issues/${issue}/comments`
const createdComment = await githubClient.post(createCommentUrl, {
body: said.join('\n')
})
}
} catch (e) {
log.error(
e,
`Unknown error while processing ${owner}/${repo}/issue/${issue}`
)
}
}
}
/**
* @typedef {Object} IssueState
* @prop {{ [id: string]: boolean }} [processedComments]
* @prop {[string]} [queuedUsers]
* @prop {string} [informationCommentId]
* @prop {string} [startAt]
* @prop {ActiveIssue | null} [active]
*/
/**
* @typedef {Object} ActiveIssue
* @prop {string} username
* @prop {string} startedAt
* @prop {boolean | undefined | null} [pullRequestAbsenceWarned]
* @prop {{ owner: string, repo: string, number: number, invalid?: string } | null} pullRequest
*/
/**
* @param {string} owner
* @param {string} repo
* @param {string} issue
* @param {IssueState} state
* @param {object} stuff
* @param {ReturnType<typeof createGitHubClient>} stuff.githubClient
* @param {(...things) => void} stuff.say
* @param {IssueState[]} stuff.otherIssues
* @return {Promise<Partial<IssueState>>}
*/
async function workOnIssue(
owner,
repo,
issue,
state,
{ githubClient, say, otherIssues }
) {
/** @type Partial<IssueState> */
const changes = {}
try {
const processedComments = { ...(state.processedComments || {}) }
const queuedUsers = [...(state.queuedUsers || [])]
let informationCommentId = state.informationCommentId
if (!informationCommentId) {
const createCommentUrl = `https://api.github.com/repos/${owner}/${repo}/issues/${issue}/comments`
const createdComment = await githubClient.post(createCommentUrl, {
body: '[reserved by bot]'
})
changes.informationCommentId = createdComment.data.id
}
const url = `https://api.github.com/repos/${owner}/${repo}/issues/${issue}/comments?per_page=100`
const githubComments = (await githubClient.get(url)).data
log.info(`Found ${githubComments.length} comments`)
let active = state.active
for (const comment of githubComments) {
if (!comment.user) {
log.trace(`Skipping comment ${comment.id} as it does not have a user.`)
continue
}
if (comment.user.html_url === APP_URL) {
log.trace(`Skipping comment ${comment.id} as it is posted by bot.`)
continue
}
if (processedComments[comment.id]) {
log.trace(`Skipping comment ${comment.id} as it is already processed.`)
continue
}
try {
const username = comment.user.login
const QUEUE_ISSUE = /แย่งบัตรไม่ทัน\s*งั้นขอจอง\s*issue\s*นี้นะ/i
if (QUEUE_ISSUE.test(comment.body)) {
if (
state.startAt &&
new Date(comment.created_at) < new Date(state.startAt)
) {
log.info(
`Not adding user @${username} to queue as it is not yet time to start.`
)
const startTime = new Date(state.startAt)
if (new Date() >= startTime) {
say(
`@${username} ตอนที่คุณโพสต์คอมเม้นต์ Issue นี้ยังไม่เปิดให้จอง ` +
`กรุณาจองใหม่นะครับ ขอบคุณครับ`
)
} else {
say(
`@${username} Issue นี้ยังไม่เปิดให้จอง ` +
`โดยจะเปิดให้จองเมื่อถึงเวลา ${startTime} ` +
`กรุณาจองใหม่เมื่อถึงเวลานะครับ ขอบคุณครับ`
)
}
continue
}
if (queuedUsers.includes(username)) {
log.info(
`Not adding user @${username} to queue as user is already in the queue.`
)
continue
}
if (active && active.username === username) {
log.info(
`Not adding user @${username} to queue as user is already in the queue.`
)
continue
}
queuedUsers.push(username)
log.info(`Added user @${username} to queue.`)
continue
}
if (active && active.username === username) {
if (!active.pullRequest) {
const PR_URL = /https?:\/\/github\.com\/([^/]+)\/([^/]+)\/pull\/(\d+)/i
const m = PR_URL.exec(comment.body)
if (m) {
active.pullRequest = {
owner: m[1],
repo: m[2],
number: +m[3]
}
say(
`@${username} คุณได้ยืนยันการจองเรียบร้อยแล้ว`,
'',
'อย่าลืม update pull request (push commit เพิ่ม) อย่างน้อยทุกวัน ' +
'เพื่อทีมงานจะได้เข้าไปให้ feedback ได้เรื่อย ๆ ' +
'ถ้าวันไหนคุณไม่ได้ update pull request ' +
'ทีมงานขอสงวนสิทธิในการปิด pull request นั้น และให้สิทธิท่านถัดไปที่จอง ' +
'โดยระบบจะแจ้งเตือนในเวลา 22:00 ถ้าหากวันนั้นคุณยังไม่ได้ update pull request'
)
continue
}
}
if (/🏳️|:white_flag:/.test(comment.body)) {
active = null
say(`@${username} คุณได้สละสิทธิ์ให้คนถัดไปในคิว`)
}
}
} finally {
processedComments[comment.id] = true
}
}
if (active && active.pullRequest && active.pullRequest.invalid) {
const reason = active.pullRequest.invalid
active.pullRequest = null
active.startedAt = new Date().toISOString()
say(
`@${active.username} ` +
`เราพบว่า pull request ของคุณไม่ถูกต้อง เนื่องจาก ${reason} ` +
`กรุณาเปิด pull request ใหม่ และทำงานยืนยันการจองอีกครั้ง ` +
`โดยให้นำ URL ของ pull request ใหม่มาคอมเม้นต์ครับ`
)
}
if (!active || isExpired(active)) {
if (!queuedUsers.length && active && !active.pullRequest) {
if (!active.pullRequestAbsenceWarned) {
active.pullRequestAbsenceWarned = true
say(
`@${
active.username
} คุณยังไม่ได้ยืนยันการจองโดยการนำ URL ของ pull request มาคอมเม้นต์ใน issue นี้ภายใน 1 ชั่วโมง ` +
`หากคุณยังไม่ยืนยันการจองและมีคนมาจองต่อ ทางเราขอสงวนสิทธิ์ในการมอบหมายงานให้คนถัดไปนะครับ`
)
}
}
while (queuedUsers.length) {
const username = queuedUsers.shift()
if (!username) {
continue
}
log.trace(`Dequeued user "${username}"`)
if (isWorkingOnAnotherIssue(username, otherIssues)) {
say(
`@${username} คุณเป็นคิวถัดไปของ issue นี้ แต่เนื่องจากคุณกำลังทำอีก issue นึงอยู่ เราจึงข้ามไปให้คนถัดไป`
)
continue
}
if (active && !active.pullRequest) {
say(
`@${
active.username
} เนื่องจากคุณไม่ได้ยืนยันการจองภายใน 1 ชั่วโมง จึงขอสงวนสิทธิ์มอบหมายงานนี้ให้คนถัดไปนะครับ`
)
}
active = {
username,
startedAt: new Date().toISOString(),
pullRequest: null,
pullRequestAbsenceWarned: false
}
say(
`@${username} คุณได้รับมอบหมายในการทำ Issue นี้แล้ว~ 😃`,
'',
`กรุณาเปิด pull request โดย prefix ว่า <code>[WIP] </code> (Work in progress) ` +
`และนำ URL ของ pull request มาใส่ในคอมเม้นต์เพื่อยืนยันการจอง ภายใน 1 ชั่วโมง ` +
`โดยขอสงวนสิทธิ์ในการมอบหมายงานให้คนถัดไปที่อยู่ในคิว หากไม่พบ pull request ภายใน 1 ชั่วโมง`
)
break
}
}
const labelsUrl = `https://api.github.com/repos/${owner}/${repo}/issues/${issue}/labels`
/** @type {any[]} */
const githubLabels = (await githubClient.get(labelsUrl)).data
if (!active || isExpired(active)) {
if (!githubLabels.some(l => l.name === 'available')) {
await githubClient.post(labelsUrl, ['available'])
}
} else {
if (githubLabels.some(l => l.name === 'available')) {
await githubClient.delete(`${labelsUrl}/available`)
}
}
Object.assign(changes, {
processedComments,
queuedUsers,
active
})
return changes
} catch (e) {
e.changes = changes
log.error(e, 'Failed to work on the issue.')
throw e
}
}
function createGitHubClient(accessToken) {
const headers = {
Accept: 'application/vnd.github.machine-man-preview+json'
}
if (accessToken) headers.Authorization = `Bearer ${accessToken}`
return axios.create({
headers
})
}
/**
* @param {ActiveIssue} active
*/
function isExpired(active) {
if (!active.pullRequest) {
const started = new Date(active.startedAt)
if (Date.now() > started.getTime() + 3600e3) {
return true
}
}
return false
}
/**
* @param {string} username
* @param {IssueState[]} otherIssues
*/
function isWorkingOnAnotherIssue(username, otherIssues) {
return otherIssues.some(
c => !!c.active && !isExpired(c.active) && c.active.username === username
)
}
async function obtainAccessToken() {
const appToken = jwt.sign({ iss: APP_ID }, pk, {
algorithm: 'RS256',
expiresIn: 300
})
const response = await createGitHubClient(appToken).post(
'https://api.github.com/installations/' +
INSTALLATION_ID +
'/access_tokens',
{}
)
if (!response.data.token) throw new Error('Oops, no token received')
return response.data.token
}
main()