-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial commit #1
Conversation
@@ -0,0 +1 @@ | |||
dist/*.js linguist-generated binary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gitのdiffが鬱陶しかったのでbinary扱いにしています。
@@ -0,0 +1 @@ | |||
20.18.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionで使えるのがnode20までだったので20で止めています。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
非常にわかりやすいコードだと感じました!!!!
コメントの粒度が良い感じだし、コードも読みやすい。
ほぼLGTMです!!
export type ScoreRule = { | ||
target: "team" | "user"; | ||
slug: string; | ||
users: string[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
targetがuserのときはusersじゃなくuserのが良いかも。Union型にする感じで。
…とか思ったけどちょっと気にしすぎですかね!まあそのままでも!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
まだもしかしたら完璧じゃないかもですが、一旦マージ!!
score_rules: | | ||
// チームの場合は#から始めてください。 | ||
#maintainer: 2 | ||
#reviewer: 1 | ||
// ユーザーの場合は@から始めてください。 | ||
@sevenc-nanashi: 2 | ||
// それ以外の行は無視されます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そういえば今の仕様だと同じユーザーが複数チームやユーザー指定されていた場合、ここに書かれてる中でヒットした最初のチームのポイントが選ばれて、ユーザー指定されてる場合は更にそちらが優先される感じになりますかね?
どこかに仕様をメモっておいても良いかも!
そういえば現時点でちゃんと動くかどうか確認したい気持ちがあります。 @Hiroshiba 多分これらをやれば動くと思います:
|
内容
https://github.com/sevenc-nanashi/approve-counter から持ってきます。
関連 Issue
スクリーンショット・動画など
(なし)
その他
(なし)