You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. A list of GitHub Repositories for which to collect the metrics, defined in a YAML file. The repositories need to be given as `{org-name}/{repo-name}`, (e.g. `sdv-dev/SDV`). See [daily.yaml](./daily.yaml) for an example.
68
+
2. A list of GitHub Repositories for which to collect the metrics, defined in a YAML file. The repositories need to be given as `{org-name}/{repo-name}`, (e.g. `sdv-dev/SDV`). See [daily_summarization_config.yaml](./daily_summarization_config.yaml) for an example.
69
69
3. (__Optional__) A filename where the output will be stored. If a name containing the `.xlsx`
70
70
extension is given (like `path/to/my-filename.xlsx`), it will be used as provided.
71
71
Otherwise, a filename will be created as `github-metrics-{name}-{today}.xlsx` within
@@ -77,7 +77,7 @@ Collect metrics from GitHub by running `gitmetrics` on your computer. You need t
77
77
You can run gitmetrics with the following CLI command:
@@ -94,6 +94,6 @@ GitMetrics is capable of reading and writing results in Google Spreadsheets. The
94
94
- See [instructions from PyDrive](https://pythonhosted.org/PyDrive/quickstart.html).
95
95
96
96
## Workflows
97
-
1.**Weekly Collection**: On a weekly basis, this workflow collects GitHub metrics for the repositories defined in [weekly.yaml](./weekly.yaml).
98
-
2.**Daily Collection**: On a daily basis, this workflow collects GitHub metrics for the repositories defined in [daily.yaml](./daily.yaml).
99
-
3.**Daily Summarize**: On a daily basis, this workflow summarizes the GitHub metrics (from the daily collection). The summarized data is published to a GitHub repo: [GitHub_Summary.xlsx](https://github.com/sdv-dev/sdv-dev.github.io/blob/gatsby-home/assets/GitHub_Summary.xlsx)
97
+
1.**Weekly Collection**: On a weekly basis, this workflow collects GitHub metrics for the repositories defined in [weekly_extraction_config.yaml](./weekly_extraction_config.yaml).
98
+
2.**Daily Collection**: On a daily basis, this workflow collects GitHub metrics for the repositories defined in [daily_summarization_config.yaml](./daily_summarization_config.yaml).
99
+
3.**Daily Summarize**: On a daily basis, this workflow summarizes the GitHub metrics (from the daily collection). The summarized data is published to a GitHub repo: [gitmetrics_growth_summary.xlsx](https://github.com/sdv-dev/sdv-dev.github.io/blob/gatsby-home/assets/gitmetrics_growth_summary.xlsx)
0 commit comments