123456789101112131415161718192021222324252627282930 |
-
-
-
- daysUntilStale: 90
-
-
- daysUntilClose: 7
-
-
- exemptLabels:
- - security
- - pinned
- - good first issue
- - help wanted
-
-
- staleLabel: Stale
-
-
- markComment: >
- Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs.
- You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open.
- Thank you for your contributions.
-
- # Comment to post when closing a stale issue. Set to `false` to disable
- closeComment: >
- Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
-
- only: issues
|