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

Workflow for tracking PRs assignment #1754

Closed

Commits on Jan 5, 2024

  1. Add register to track PRs assighment

    General overview at: rust-lang#1753
    
    - Added a new DB table with the fields to track how many PRs are
      assigned to a contributor at any time
    - This tDB table will be updated everytime a PR is assigned or
      unassigned
    
    No initial sync is planned at this time. DB table population will happen
    over time automatically.
    apiraino committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2dc28a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d7bfcd View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Remove field from db table

    apiraino committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e375877 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    7049375 View commit details
    Browse the repository at this point in the history