From 176b64ac00c41a0b781c6e70bfcc10ca1a7ca946 Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Mon, 3 Jun 2024 10:39:02 -0700 Subject: [PATCH] [Engineering] Update locker.yml to skip locking closed backlog candidate issues (#214160) Update locker.yml to ignore closed backlog candidate issues --- .github/workflows/locker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index 5860349a437..cc6e89aa6da 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -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"