-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi all,
thank you for your work on this project!
There is commented out code in RepositoryActivity.js.
inactive-users-action/src/github/RepositoryActivity.js
Lines 46 to 67 in fc7ffb5
| // Need to avoid triggering the chain so using async now | |
| // | |
| // return commitActivity.getCommitActivityFrom(owner, name, since) | |
| // .then(commits => { | |
| // data[UserActivityAttributes.COMMITS] = commits[fullName]; | |
| // return issueActivity.getIssueActivityFrom(owner, name, since); | |
| // }) | |
| // .then(issues => { | |
| // data[UserActivityAttributes.ISSUES] = issues[fullName]; | |
| // return issueActivity.getIssueCommentActivityFrom(owner, name, since); | |
| // }) | |
| // .then(issueComments => { | |
| // data[UserActivityAttributes.ISSUE_COMMENTS] = issueComments[fullName]; | |
| // return prActivity.getPullRequestCommentActivityFrom(owner, name, since); | |
| // }) | |
| // .then(prComments => { | |
| // data[UserActivityAttributes.PULL_REQUEST_COMMENTS]= prComments[fullName]; | |
| // | |
| // const results = {} | |
| // results[fullName] = data; | |
| // return results; | |
| // }); |
May I suggest to delete this? I am happy to open the PR myself.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels