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

Track commit directly to branch without pr #428

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

dgparmar14
Copy link
Contributor

Description

This PR is for updating the GitHub scrapper to track commits directly pushed to the branch without making a pull request.

Fixes #373

Type of change

  1. github.py scrapper file: Added a PushEvent in GitHub scrapper. It scrapes all pushed commits (Merge commits excluded).
  2. GithubActivity.tsx: Added a "PushEvent" to show on contributor's page.

Final Result

Screenshot 2024-04-09 151430
image

Copy link

vercel bot commented Apr 9, 2024

@dgparmar14 is attempting to deploy a commit to the Open Healthcare Network Team on Vercel.

A member of the Team first needs to authorize it.

@dgparmar14
Copy link
Contributor Author

@rithviknishad Review this pr and let's close the issue

lib/types.ts Outdated Show resolved Hide resolved
scraper/src/github.py Outdated Show resolved Hide resolved
scraper/src/github.py Outdated Show resolved Hide resolved
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.

Support for tracking commits pushed directly to branch
2 participants