github.com/crossplane/upjet@v1.3.0/.github/stale.yml (about)

     1  # SPDX-FileCopyrightText: 2023 The Crossplane Authors <https://crossplane.io>
     2  #
     3  # SPDX-License-Identifier: CC0-1.0
     4  
     5  # Configuration for probot-stale - https://github.com/probot/stale
     6  
     7  # Number of days of inactivity before an Issue or Pull Request becomes stale
     8  daysUntilStale: 90
     9  
    10  # Number of days of inactivity before a stale Issue or Pull Request is closed.
    11  # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
    12  daysUntilClose: 7
    13  
    14  # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
    15  exemptLabels:
    16    - security
    17  
    18  # Set to true to ignore issues in a project (defaults to false)
    19  exemptProjects: false
    20  
    21  # Set to true to ignore issues in a milestone (defaults to false)
    22  exemptMilestones: false
    23  
    24  # Label to use when marking as stale
    25  staleLabel: wontfix
    26  
    27  # Comment to post when marking as stale. Set to `false` to disable
    28  markComment: >
    29    This issue has been automatically marked as stale because it has not had
    30    recent activity. It will be closed if no further activity occurs. Thank you
    31    for your contributions.
    32  
    33  # Comment to post when closing a stale Issue or Pull Request.
    34  closeComment: >
    35    This issue has been automatically closed due to inactivity. Please re-open
    36    if this still requires investigation.
    37  
    38  # Limit the number of actions per hour, from 1-30. Default is 30
    39  limitPerRun: 30
    40  
    41  # Limit to only `issues` or `pulls`
    42  only: issues