From 42ad04054d3792b490e2b783410fea2733d1e19a Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Tue, 5 Oct 2021 11:33:13 -0400 Subject: some parameters for enabling probot on the repository --- .github/stale.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/stale.yml 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 -- cgit v1.2.1