Sha256: 28fcd533379785840b4ce196aa8b6172adbc30659d92e32880dd1eb8a9f8b9a3

Contents?: true

Size: 708 Bytes

Versions: 4

Compression:

Stored size: 708 Bytes

Contents

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 10
# Issues with these labels will never be considered stale
exemptLabels:
  - pinned
  - security
  - contribution welcome
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
  This issue has been automatically marked as stale because it has not had
  recent activity. It will be closed if no further activity occurs. Thank you
  for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gitlab-4.8.0 .github/stale.yml
gitlab-4.7.0 .github/stale.yml
gitlab-4.6.1 .github/stale.yml
gitlab-4.6.0 .github/stale.yml