diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-03-11 14:41:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-03-11 14:41:25 +0000 |
commit | 8d1d7fd775f8c92f4d6c7e6a4fa462f992ae381e (patch) | |
tree | 16fba5dc288f0c660f6e89fd5ecd34e03c3ab502 | |
parent | 07bf5cbd274442df877d2033b551a0c2f90798ef (diff) | |
download | rtmux-8d1d7fd775f8c92f4d6c7e6a4fa462f992ae381e.tar.gz rtmux-8d1d7fd775f8c92f4d6c7e6a4fa462f992ae381e.tar.bz2 rtmux-8d1d7fd775f8c92f4d6c7e6a4fa462f992ae381e.zip |
Lock much more quickly.
-rw-r--r-- | .github/lock.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/lock.yml b/.github/lock.yml index 89126482..08cf2fc0 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,4 +1,4 @@ -daysUntilLock: 180 +daysUntilLock: 30 skipCreatedBefore: false exemptLabels: [] lockLabel: false |