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

Create new stale issue workflow #21495

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Commits on Jul 25, 2024

  1. Create new stale issue workflow

    Create new stale issue workflow that breaks up existing workflow into 4 separate parts:
    1) Apply stale label to issues with no activity for 30 days
    2) Remove stale label if someone comments on a stale issue
    3) Close issues labeled stale with no activity for an additional 30 days
    4) Reopen issue if someone comments on closed stale issue
    
    Will temporarily disable existing stale issue workflow before merging this one for testing purposes
    
    If this workflow works, I'll remove the old one + corresponding files
    sophies927 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0094464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5956b78 View commit details
    Browse the repository at this point in the history