Skip to content
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

report GitHub comment #1065

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

report GitHub comment #1065

wants to merge 7 commits into from

Conversation

ductm54
Copy link
Member

@ductm54 ductm54 commented Sep 5, 2020

No description provided.

@ductm54 ductm54 force-pushed the duc/report_github_comment branch from f85ae8c to e42e3a0 Compare September 5, 2020 07:22
@ductm54 ductm54 force-pushed the duc/report_github_comment branch from e42e3a0 to 535bf55 Compare September 5, 2020 07:28
Copy link
Contributor

@ilanDoron ilanDoron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please in next meeting share design of the reports.
what output should I expect from all the changes?
or is this only infrastructure for the reports

My thoughts for report design are

A report system that can be easily duplicated to all other SC repositories we opened.

the reports should compare the changes in the PR to master in each repo.
unless explicitly changed to another branch.

the report should, per PR:

  1. comment won the PR with gas changes- using per repo the local gas report file.
  2. comment file size changes compared to master.

var client = github.client(process.env.GITHUB_TOKEN);

async function getBotInfo() {
let ghme = client.me();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the name.
what is ghme?

return result[0];
}

var ghpr = client.issue(process.env.TRAVIS_REPO_SLUG, process.env.TRAVIS_PULL_REQUEST);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use let.

and I don'lt understand the name again.
what gh stands for?
what is ghpr?
Pr is for pull request?

@@ -25,6 +25,7 @@
"ethers": "5.0.4",
"ganache-cli": "6.8.2",
"mathjs": "4.4.2",
"octonode": "^0.9.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove ˆ

@KyberNetwork KyberNetwork deleted a comment from kyberbot Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants