Files that have been changed in the past month in more than one commit.
In order to get this data, we need to access the commit data API. Basically, for a push event, we have to iterate through the commits, acces the API URL for every one of them and store the reply as a "commitevent" document (see schema.md).
From there, just have to check the "filename" attribute for every entry inside the "files" array for the respective commitevents.
Files that have been changed in the past month in more than one commit.
In order to get this data, we need to access the commit data API. Basically, for a push event, we have to iterate through the commits, acces the API URL for every one of them and store the reply as a "commitevent" document (see schema.md).
From there, just have to check the "filename" attribute for every entry inside the "files" array for the respective commitevents.