Skip to content

Commit

Permalink
Add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 committed Feb 8, 2024
1 parent cf329cb commit 4544e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Python scripts to automatically pull Git data from GitHub and GitLab about Fellowship Projects and store them in a database.

[![Collect Git Metrics](https://github.com/MLH-Fellowship/projects-metrics/actions/workflows/collect-data.yml/badge.svg?branch=main)](https://github.com/MLH-Fellowship/projects-metrics/actions/workflows/collect-data.yml)

## How Does It Work?

- Pull Requests and Issues are pulled using the GitHub and GitLab APIs. The GitHub API is using the Search API to search for a users PRs and then filters by repository after the request. GitLab is able to make a request to the specific repository for just that users Merge Requests.
Expand Down

0 comments on commit 4544e78

Please sign in to comment.