[Engineering] Update locker.yml to skip locking closed backlog candidate issues (#214160)

Update locker.yml to ignore closed backlog candidate issues
pull/214072/head
Bhavya U 2024-06-03 10:39:02 -07:00 committed by GitHub
parent 7be0a5bd10
commit 176b64ac00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"