diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-02-14 11:40:18 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-02-14 11:40:32 +0000 |
commit | 24cd726daee9f90b85c023603db19bc46d159f79 (patch) | |
tree | 2d670e2adcd4bb7d2bf0b2a8e49c7a8df5afc9a6 | |
parent | 6c28d0dd064da5b4f50814df30df95d76025b9df (diff) | |
download | rtmux-24cd726daee9f90b85c023603db19bc46d159f79.tar.gz rtmux-24cd726daee9f90b85c023603db19bc46d159f79.tar.bz2 rtmux-24cd726daee9f90b85c023603db19bc46d159f79.zip |
Add lock.yml file.
-rw-r--r-- | .github/lock.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 00000000..315e0739 --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,10 @@ +daysUntilLock: 180 +skipCreatedBefore: false +exemptLabels: [] +lockLabel: false +lockComment: > + This thread has been automatically locked since there has not been + any recent activity after it was closed. Please open a new issue for + related bugs. +setLockReason: false +only: issues |