github.com/tw-bc-group/fabric-ca@v2.0.0-alpha+incompatible/.github/stale.yml (about)

     1  # SPDX-License-Identifier: Apache-2.0
     2  # Number of days of inactivity before an issue becomes stale
     3  daysUntilStale: 0
     4  # Number of days of inactivity before a stale issue is closed
     5  daysUntilClose: 1
     6  # Issues with these labels will never be considered stale
     7  # CAUTION: These issues are likely to get _less_ attention since stale bot
     8  # will never nag anyone about them. Stale bot just reflects the community's
     9  # actual priorities and adding labels to this list will not change that.
    10  # If issues you care about are going stale, you need to work with the
    11  # community to raise their profile, e.g. add more information, reach out on
    12  # Rocket.Chat, join a community call, etc.
    13  # WARNING: Please do not change these labels without seeking community
    14  # consensus first!
    15  # Label to use when marking an issue as stale
    16  staleLabel: stale
    17  only: pulls
    18  # Comment to post when marking an issue as stale. Set to `false` to disable
    19  markComment: >
    20    Thank you for your contribution!
    21    Please use gerrit for the changes, see
    22    [documentation here](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)
    23  # Comment to post when closing a stale issue. Set to `false` to disable
    24  closeComment: >
    25    Thank you for your contribution!
    26    Please use gerrit for the changes, see
    27    [documentation here](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html)