github.com/thanos-io/thanos@v0.32.5/.github/stale.yml (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    - "state: someone-working-on-it"
    14    - dont-go-stale
    15  
    16  # Set to true to ignore issues in a project (defaults to false)
    17  exemptProjects: false
    18  # Set to true to ignore issues in a milestone (defaults to false)
    19  exemptMilestones: false
    20  # Set to true to ignore issues with an assignee (defaults to false)
    21  exemptAssignees: false
    22  # Label to use when marking as stale
    23  staleLabel: stale
    24  
    25  pulls:
    26    daysUntilClose: 7
    27    daysUntilStale: 30
    28    markComment: >
    29      Hello 👋 Looks like there was no activity on this amazing PR for the last 30 days.
    30  
    31      **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! 🤗
    32  
    33      If there will be no activity in the next week, this issue will be closed (we can always reopen a PR if you get back to this!).
    34      Alternatively, use [`remind` command](https://probot.github.io/apps/reminders/) if you wish to be reminded at some point in future.
    35    #unmarkComment: No need for unmark comment.
    36    closeComment: >
    37      Closing for now as promised, let us know if you need this to be reopened! 🤗
    38  
    39  issues:
    40    daysUntilClose: 14
    41    daysUntilStale: 60
    42    markComment: >
    43      Hello 👋 Looks like there was no activity on this issue for the last two months.
    44  
    45      **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! 🤗
    46  
    47      If there will be no activity in the next two weeks, this issue will be closed (we can always reopen an issue if we need!).
    48      Alternatively, use [`remind` command](https://probot.github.io/apps/reminders/) if you wish to be reminded at some point in future.
    49    #unmarkComment: No need for unmark comment.
    50    closeComment: >
    51      Closing for now as promised, let us know if you need this to be reopened! 🤗
    52  
    53  # Limit the number of actions per hour, from 1-30. Default is 30
    54  limitPerRun: 30