Skip to content

Commit

Permalink
1,dangerous issue 去掉collaborator
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 4, 2024
1 parent 62460d4 commit 9915636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics/issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function withSpecialLabels(issue) {
function isCommunityIssue_graphql(issue) {
// 判断issue的authorAssociation是否不是MEMBER和OWNER
return (
issue.authorAssociation != "MEMBER" && issue.authorAssociation != "OWNER"
issue.authorAssociation != "MEMBER" && issue.authorAssociation != "OWNER" && issue.authorAssociation != "COLLABORATOR"
);
}

Expand Down

0 comments on commit 9915636

Please sign in to comment.