- MacOS Big Sur (11.1)
- Flutter 1.22.5 / Dart 2.10.4
- Xcode Version 12.3 (12C33)
- Cocoapods 1.10.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
δΈζ測試 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "εζΈ―ε±θ¦½ι€¨", | |
"coordinate": [ | |
25.055288, | |
121.6175001 | |
], | |
"lines": { | |
"ζΏεη·": "BL23", | |
"ζζΉη·": "BR24" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
### | |
# Add the line below to your setup command in Project Settings | |
# | |
# wget https://gist.githubusercontent.com/henry40408/18e58f4b0fb11e4f86321380d8f62ce7/raw/56e0c6f671002cce3f711bece3b6ce66a152f104/mongodb-downgrade-semaphore.sh && bash mongodb-downgrade-semaphore.sh | |
# | |
# Note: reset your dependency cache in Project Settings > Admin, before running this script | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/jiminycricket/pr-review-submit-unassign/blob/5b3bf2e64c6417919d53c4966f50d5c8bb97e91e/index.js | |
const defaultConfig = require('./lib/defaultConfig') | |
module.exports = robot => { | |
robot.on('pull_request_review.submitted', assignAfterReviewSubmitted) | |
} | |
async function assignAfterReviewSubmitted (context) { | |
const { github } = context |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/jiminycricket/pr-review-submit-unassign/blob/5b3bf2e64c6417919d53c4966f50d5c8bb97e91e/index.js#L3-L5 | |
module.exports = robot => { | |
robot.on('pull_request_review.submitted', assignAfterReviewSubmitted) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/henry40408/assign-in-comment/blob/master/index.js#L3-L5 | |
module.exports = robot => { | |
robot.on('pull_request.opened', context => assignInComment(robot, context)) | |
robot.on('pull_request.edited', context => assignInComment(robot, context)) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/jiminycricket/pr-review-submit-unassign/blob/5b3bf2e64c6417919d53c4966f50d5c8bb97e91e/index.js#L8-L19 | |
const { github } = context | |
const userConfig = await context.config('pr_review_submit_unassign.yml') | |
const config = Object.assign({}, defaultConfig, userConfig) | |
const { pull_request, review } = context.payload | |
const pullRequestOwner = pull_request.user.login | |
const reviwer = review.user.login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/jiminycricket/pr-review-submit-unassign/blob/5b3bf2e64c6417919d53c4966f50d5c8bb97e91e/index.js#L21-L46 | |
let comment = '' | |
if (config.unassignReviewer) { | |
const params = context.issue({ body: { assignees: [reviwer] } }) | |
await github.issues.removeAssigneesFromIssue(params) | |
comment += config.unassignTemplate.replace('{reviwer}', reviwer) | |
} |
HTTP server route handler:
Call Kubernetes REST client directly:
OlderNewer