mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
00e3aa8721
Move to the organization level templates for issues and pull requests, removing one of the many copies we have floating around.
18 lines
868 B
YAML
18 lines
868 B
YAML
# Configuration for lock-threads - https://github.com/dessant/lock-threads
|
|
|
|
# Number of days of inactivity before a closed issue or pull request is locked
|
|
daysUntilLock: 180
|
|
# Comment to post before locking. Set to `false` to disable
|
|
lockComment: >
|
|
This issue has been automatically locked since there has not been
|
|
any recent activity after it was closed. If you can still reproduce this issue in
|
|
[Safe Mode](https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode)
|
|
then please open a new issue and fill out
|
|
[the entire issue template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md)
|
|
to ensure that we have enough information to address your issue. Thanks!
|
|
# Issues or pull requests with these labels will not be locked
|
|
exemptLabels:
|
|
- help-wanted
|
|
# Limit to only `issues` or `pulls`
|
|
only: issues
|