diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2019-05-27 23:32:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 23:32:03 -0400 |
commit | 9fdff90ee61f7c461d3fd1c177535ac528e3238d (patch) | |
tree | 50282d93dc68432bc8fb6744f2fc60f0a70c9d0f | |
parent | d3b9942a2478978f971853e9c906b157786bdb23 (diff) | |
download | pip-rename-auto-lock-label.tar.gz |
Rename the label applied to auto-locked issuesrename-auto-lock-label
-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 3436cb2a8..cf72ab0b1 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -3,7 +3,7 @@ daysUntilLock: 30 # Issues and pull requests with these labels will not be locked. exemptLabels: [] # Label to add before locking, such as `outdated`. Set to `false` to disable -lockLabel: "S: outdated" +lockLabel: "S: auto-locked" # Comment to post before locking. Set to `false` to disable lockComment: > This thread has been automatically locked since there has not been |