1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/.github/stale.yml
Caleb Mazalevskis 18f48303d9
Fix line endings and add a .gitattributes file.
The .gitattributes file can be used to enforce and manage the types of line
endings desired for specific types of files at the repository, as well as
to manage GitHub's automatic detection of documentation and the types of
programming languages used at the repository.

I've commented links to the relevant documentation within the attached
.gitattributes file to assist with guiding future additions to the file.
2022-07-04 23:48:34 +08:00

17 lines
684 B
YAML

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 3
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# 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