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

Add fine-grained PR status tracking #37

Closed
wants to merge 3 commits into from
Closed

Conversation

neubig
Copy link
Contributor

@neubig neubig commented Dec 10, 2024

This PR adds more fine-grained distinctions between different PR states:

  • no_pr (PR not opened - white)
  • pr_open (PR opened but not yet merged/closed - green)
  • pr_merged (PR opened and merged - purple)
  • pr_closed (PR opened and closed - red)

Changes:

  • Updated types to include new PR status values
  • Modified PR processing logic to check PR state and merged status
  • Added tests for different PR states
  • Updated CSS with status-specific colors

* Add new PR status values: no_pr, pr_open, pr_merged, pr_closed
* Update PR processing logic to check PR state and merged status
* Add tests for different PR states
* Update CSS with status-specific colors
Copy link

vercel bot commented Dec 10, 2024

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

Name Status Preview Comments Updated (UTC)
openhands-agent-monitor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 7:12pm

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.

2 participants