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: close stale issues and PRs automatically #11778

Merged
merged 8 commits into from
Feb 25, 2022
Merged

Commits on Aug 24, 2021

  1. ci: close stale issues and PRs automatically

    - Label all issues and PRs older than 1 year (except certain labels)
    as Stale, close if no further activity after warning period.
    - From this date forward, label issues with no activity for 30 days
    and still carrying the `Needs Triage` label as Stale, close if no
    further activity after warning period.
    - From this date forward, label PRs with no activity for 90 days as
    stale and close if no further activity after warning period.
    
    Issues and PRs with milestones or assignees are exempt.
    sigveio committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6c2fa5b View commit details
    Browse the repository at this point in the history
  2. toggle debug/dry-run mode on

    sigveio committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f0f4da6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

    SimenB committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4696226 View commit details
    Browse the repository at this point in the history
  3. every 10 minutes

    SimenB committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    a41f555 View commit details
    Browse the repository at this point in the history
  4. exempt pinned

    SimenB committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c2d7419 View commit details
    Browse the repository at this point in the history
  5. single workflow

    SimenB committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    88ce413 View commit details
    Browse the repository at this point in the history
  6. no exempt draft pr year old

    SimenB committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    0116b4f View commit details
    Browse the repository at this point in the history