Skip to content

Commit

Permalink
chore: change the waiting label name (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximKudriavtsev authored Jun 25, 2019
1 parent 3f875c5 commit 7097852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skipCreatedBefore: false
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels:
- "STATE: Need response"
- "STATE: Need clarification"
- "STATE: Awaiting customer response"

# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: false
Expand Down
2 changes: 1 addition & 1 deletion .github/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 10
# Label requiring a response
responseRequiredLabel: "STATE: Need clarification"
responseRequiredLabel: "STATE: Awaiting customer response"
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
This issue has been automatically closed because there has been no response
Expand Down

0 comments on commit 7097852

Please sign in to comment.