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

[CI/Build] Add bot to close stale issues and PRs #9436

Merged
merged 5 commits into from
Oct 23, 2024

Commits on Oct 16, 2024

  1. [CI/Build] Add bot to close stale issues and PRs

    This commit adds configuration to run the `actions/stale` github
    action that closes stale issues and PRs.
    
    Further discussion is in the issue.
    
    Closes vllm-project#9435
    
    Signed-off-by: Russell Bryant <[email protected]>
    russellb committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4edea65 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Apply suggestions from code review

    Apply suggested edits from @hmellor.
    
    Co-authored-by: Harry Mellor <[email protected]>
    russellb and hmellor authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    36a3979 View commit details
    Browse the repository at this point in the history
  2. ci: Fix syntax error after applying suggested edits from review

    Signed-off-by: Russell Bryant <[email protected]>
    russellb committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4290af0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. stale: Ignore drafts and issues/prs with keep-open label

    Signed-off-by: Russell Bryant <[email protected]>
    russellb committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    11caf27 View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/stale.yml

    Co-authored-by: Harry Mellor <[email protected]>
    russellb and hmellor authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d70b50a View commit details
    Browse the repository at this point in the history