Skip to content

Commit 7a51e76

Browse files
committed
Add some issue and PR automatization
1 parent e05f970 commit 7a51e76

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

.github/CODEOWNERS

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# See https://help.github.com/en/articles/about-code-owners
2+
# for details
3+
#
4+
# Maintainers are encouraged to use their best discretion in
5+
# setting reviewers on PRs manually, but this file should
6+
# offer a reasonable automatic best-guess
7+
8+
# catch-all rule (this only gets matched if no rules below match)
9+
* @dolfinus

.github/lock.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Configuration for Lock Threads - https://github.com/dessant/lock-threads-app
2+
3+
# Number of days of inactivity before a closed issue or pull request is locked
4+
daysUntilLock: 60
5+
6+
# Skip issues and pull requests created before a given timestamp. Timestamp must
7+
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
8+
skipCreatedBefore: false
9+
10+
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
11+
exemptLabels: ['enhancement', 'help wanted']
12+
13+
# Label to add before locking, such as `outdated`. Set to `false` to disable
14+
lockLabel: ['outdated']
15+
16+
# Comment to post before locking. Set to `false` to disable
17+
lockComment: false
18+
19+
# Assign `resolved` as the reason for locking. Set to `false` to disable
20+
setLockReason: true
21+
22+
# Limit to only `issues` or `pulls`
23+
# only: issues
24+
25+
# Optionally, specify configuration settings just for `issues` or `pulls`
26+
# issues:
27+
# exemptLabels:
28+
# - help-wanted
29+
# lockLabel: outdated
30+
31+
# pulls:
32+
# daysUntilLock: 30

.github/no-response.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Configuration for probot-no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an Issue is closed for lack of response
4+
daysUntilClose: 30
5+
# Label requiring a response
6+
responseRequiredLabel: awaiting response
7+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8+
closeComment: >
9+
This issue has been automatically closed because it has been awaiting a response for too long.
10+
When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened.
11+
If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one. Thank you for taking the time to improve setuptools-git-versioning!

0 commit comments

Comments
 (0)