summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Richardson <mcr@sandelman.ca>2021-10-05 11:33:13 -0400
committerMichael Richardson <mcr@sandelman.ca>2021-10-05 11:33:13 -0400
commit42ad04054d3792b490e2b783410fea2733d1e19a (patch)
tree6a0615dad9c37c0806cbebe70c70ba04fc02982b
parent465a8f873786b9b6a408e88b933050a261dd2e27 (diff)
downloadtcpdump-enable-probot-stale.tar.gz
some parameters for enabling probot on the repositoryenable-probot-stale
-rw-r--r--.github/stale.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000..993a3ca4
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,21 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 60
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 7
+# Issues with these labels will never be considered stale
+exemptLabels:
+ - pinned
+ - security
+# Label to use when marking an issue as stale
+staleLabel: stale
+# 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
+ activity in the past 60 days.
+ Code contributions should include test pcap files, and may need to be rebased regularly.
+ Discussion of non-trivial contributes on the tcpdump-workers@lists.tcpdump.org mailing list
+ is encouraged.
+ This issue 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: true