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

Repo Activity: count new issues that were closed #31776

Merged
merged 5 commits into from
Sep 21, 2024

Commits on Aug 4, 2024

  1. repo_activity: count new issues that were closed

    Previously, closed issues would not be shown under new issues in the
    activity tab, even if they were newly created.
    
    changes:
    * Split out newlyCreatedIssues from issuesForActivityStatement to count
      both currently open and closed issues.
    * Use a seperate function to count active issues to prevent
    double-counting issues.
    
    Signed-off-by: Timon van der Berg <tmnvanderberg@gmail.com>
    tmnvanderberg committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0b4494a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Sep 20, 2024

  1. Merge branch 'main' into main

    lunny authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0c7e9f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    a84f19d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cc6bb View commit details
    Browse the repository at this point in the history