github.com/vipernet-xyz/tendermint-core@v0.32.0/.github/stale.yml (about)

     1  # Configuration for probot-stale - https://github.com/probot/stale
     2  
     3  # Number of days of inactivity before an Issue or Pull Request becomes stale
     4  daysUntilStale: 60
     5  
     6  # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
     7  # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
     8  daysUntilClose: 9
     9  
    10  # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
    11  onlyLabels: []
    12  
    13  # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
    14  exemptLabels:
    15    - major-release
    16  
    17  # Set to true to ignore issues in a project (defaults to false)
    18  exemptProjects: true
    19  
    20  # Set to true to ignore issues in a milestone (defaults to false)
    21  exemptMilestones: true
    22  
    23  # Set to true to ignore issues with an assignee (defaults to false)
    24  exemptAssignees: false
    25  
    26  # Label to use when marking as stale
    27  staleLabel: stale
    28  
    29  # Comment to post when marking as stale. Set to `false` to disable
    30  markComment: >
    31    This issue has been automatically marked as stale because it has not had
    32    recent activity. It will be closed if no further activity occurs. Thank you
    33    for your contributions.
    34  
    35  # Limit the number of actions per hour, from 1-30. Default is 30
    36  limitPerRun: 30
    37  
    38  Limit to only `issues` or `pulls`
    39  only: pulls
    40  
    41  Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
    42  pulls:
    43    daysUntilStale: 30
    44    markComment: >
    45      This pull request has been automatically marked as stale because it has not had
    46      recent activity. It will be closed if no further activity occurs. Thank you
    47      for your contributions.