volcano.sh/apis@v1.8.2/.github/stale.yaml (about)

     1  # Configuration for probot-stale - https://github.com/probot/stale
     2  
     3  # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
     4  onlyLabels: []
     5  
     6  # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable.
     7  # We want stale bot to notify us that something is stale so we can revisit it.
     8  # If one issue is marked as 'reminder' by the reminder bot, we don't mark it as 'stale' again.
     9  exemptLabels:
    10    # This label is hardcoded on remind bot (https://probot.github.io/apps/reminders/) and is used by remind bot when
    11    # issue is being reminded.
    12    - reminder
    13  
    14  # Set to true to ignore issues in a project (defaults to false)
    15  exemptProjects: false
    16  # Set to true to ignore issues in a milestone (defaults to false)
    17  exemptMilestones: false
    18  # Set to true to ignore issues with an assignee (defaults to false)
    19  exemptAssignees: false
    20  # Label to use when marking as stale
    21  staleLabel: lifecycle/stale
    22  
    23  pull:
    24    daysUntilClose: 60
    25    daysUntilStale: 90
    26    markComment: >
    27      Hello 👋 Looks like there was no activity on this amazing PR for last 90 days.
    28  
    29      **Do you mind updating us on the status?** Is there anything we can help with? If you plan to still work on it, just comment on this PR or push a commit. Thanks! 🤗
    30  
    31      If there will be no activity for 60 days, this issue will be closed (we can always reopen a PR if you get back to this!).
    32    #unmarkComment: No need for unmark comment.
    33    closeComment: >
    34      Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! 🤗
    35  
    36  issues:
    37    daysUntilClose: 60
    38    daysUntilStale: 90
    39    markComment: >
    40      Hello 👋 Looks like there was no activity on this issue for last 90 days.
    41  
    42      **Do you mind updating us on the status?** Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗
    43  
    44      If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).
    45    #unmarkComment: No need for unmark comment.
    46    closeComment: >
    47      Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! 🤗
    48  
    49  # Limit the number of actions per hour, from 1-30. Default is 30
    50  limitPerRun: 30