File tree Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: none
2
+ # SPDX-License-Identifier: CC0-1.0
3
+
4
+ # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
5
+
6
+ # Comment to be posted to on first time issues
7
+ newIssueWelcomeComment : >
8
+ Thanks for opening your first issue here! Be sure to follow the issue template!
9
+
10
+ # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
11
+
12
+ # Comment to be posted to on PRs from first time contributors in your repository
13
+ newPRWelcomeComment : >
14
+ Welcome to the community and thanks for opening your first pull request.
15
+ Feel free to look for more issues to tackle at https://github.com/DinoTools/python-ssdeep/issues
16
+
17
+ # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
18
+
19
+ # Comment to be posted to on pull requests merged by a first time user
20
+ # firstPRMergeComment: >
21
+ # Congrats on merging your first pull request! We here at behaviorbot are proud of you!
22
+
23
+ # It is recommend to include as many gifs and emojis as possible
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: none
2
+ # SPDX-License-Identifier: CC0-1.0
3
+
4
+ # Number of days of inactivity before an issue becomes stale
5
+ daysUntilStale : 14
6
+
7
+ # Number of days of inactivity before a stale issue is closed
8
+ daysUntilClose : 7
9
+
10
+ # Only issues that requires info from the op
11
+ onlyLabels :
12
+ - " Status: Feedback needed"
13
+
14
+ # Issues with these labels will never be considered stale
15
+ exemptLabels :
16
+ - " Priority: Critical"
17
+ - " Priority: Security"
18
+ - " Status: Confirmed"
19
+ - " Status: Complete"
20
+ - " Status: Review Needed"
21
+ - " Status: On Hold"
22
+ - " Status: In Progress"
23
+ - security
24
+
25
+ # Label to use when marking an issue as stale
26
+ staleLabel : " Status: Stale"
27
+
28
+ # Comment to post when marking an issue as stale. Set to `false` to disable
29
+ markComment : >
30
+ This issue has been automatically marked as stale because it has not had
31
+ recent activity and seems to be missing some essential information. It will
32
+ be closed if no further activity occurs. Thank you for your contributions.
33
+
34
+ # Comment to post when closing a stale issue. Set to `false` to disable
35
+ # closeComment: false
36
+
37
+ # Limit the number of actions per hour, from 1-30. Default is 30
38
+ limitPerRun : 30
39
+
40
+ # Limit to only `issues` or `pulls`
41
+ only : issues
You can’t perform that action at this time.
0 commit comments