App built using Probot which generates a weekly automated summary of activities and happening on your GitHub repository.
When the Weekly Digest App gets installed in a repository of a user or organization, it curates together the following data and publishes it as an issue:
The app, as the name suggests, generates these digests and publishes it on weekly basis, typically on a Sunday.
One can change the default configuration of the app by adding a .github/weekly-digest.yml file in their GitHub repository, which allows them to configure the publication day and the specific information included in the digest.
cd weekly-digest
npm install
to setup the project.npm test
before submitting a pull request. If possible, please add tests for your changes also.The app is using Javascript Standard Style for linting.
The app is using Jest for Javascript testing.
This project is developed and maintained by Abhijeet Singh.
It is one of the Google Summer of Code 2018 Projects.
Click here to view this Project "Weekly Digest" on Google Summer of Code 2018 Projects
I would like to thanks Gregor Martynus and Wilhelm Klopp for being really awesome mentors and guiding me for this project. ❤️