You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/.github/stale.yml

34 lines
831 B
YAML

# We wait 1 months to check
daysUntilStale: 30
5 years ago
# If no answer after two weeks, we close
daysUntilClose: 14
5 years ago
# Only issues that requires info from the op
5 years ago
onlyLabels:
- "needs info"
5 years ago
# Only if issues that are not triaged
5 years ago
exemptLabels:
- "1. to develop"
- "2. developing"
- "3. to review"
- "4. to release"
- security
# Label to use when marking as stale
staleLabel: stale
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity and seems to be missing some essential information.
5 years ago
It will be closed if no further activity occurs. Thank you
for your contributions.
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30
# Limit to only `issues` or `pulls`
only: issues