[Engineering] Update locker.yml to skip locking closed backlog candidate issues (#214160)
Update locker.yml to ignore closed backlog candidate issuespull/214072/head
parent
7be0a5bd10
commit
176b64ac00
|
@ -21,8 +21,8 @@ jobs:
|
|||
uses: ./actions/locker
|
||||
with:
|
||||
daysSinceClose: 45
|
||||
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
|
||||
daysSinceUpdate: 3
|
||||
ignoredLabel: "*out-of-scope,accessibility"
|
||||
ignoreLabelUntil: "author-verification-requested"
|
||||
ignoredMilestones: "Backlog Candidates"
|
||||
labelUntil: "verified"
|
||||
|
|
Loading…
Reference in New Issue