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

added turnaround time for merged pull requests #155

Closed
wants to merge 818 commits into from

Conversation

khavinshankar
Copy link
Member

@khavinshankar khavinshankar commented Dec 11, 2023

Fixes #143

image image

mathew-alex and others added 30 commits April 26, 2023 02:06
use `care_eod` slack channel for EOD updates scrapping.
Copy link

vercel bot commented Dec 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
leaderboard ❌ Failed (Inspect) Dec 13, 2023 4:42am

rithviknishad and others added 3 commits December 11, 2023 11:39
* Add events and GitHub Markdown rendering

* Improvements

* list commits in push event

* added prettier extensions and fixed related eslint errors (coronasafe#154)

* added prettier extensions and fixed related eslint errors

* updated lock file

---------

Co-authored-by: Khavin Shankar <khavinshankar@gmail.com>
Comment on lines +216 to +220
linked_issues = re.findall(
r"(fix|fixes|fixed|close|closes|closed|resolve|resolves|resolved) ([\w\/.-]*)(#\d+)",
event["payload"]["pull_request"]["body"] or "",
re.IGNORECASE | re.MULTILINE,
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wouldn't capture issues that are linked through the UI right?

image

app/contributors/[slug]/page.tsx Outdated Show resolved Hide resolved
@khavinshankar
Copy link
Member Author

Closed this pr in favour of #155

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.

Capture turn around time for PRs that are merged
10 participants