From c49c5c5ebc2a82bf9cdf358562ea02e7fd7852ee Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 3 Jan 2024 12:31:48 -0800 Subject: [PATCH] chore: correct stale pr exemptions (#2074) --- infra/terraform/test-org/github/resources/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/terraform/test-org/github/resources/stale.yml b/infra/terraform/test-org/github/resources/stale.yml index 1f92bf9a70d..f56aead563c 100644 --- a/infra/terraform/test-org/github/resources/stale.yml +++ b/infra/terraform/test-org/github/resources/stale.yml @@ -30,4 +30,5 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' - exempt-issue-labels: triaged,dependencies + exempt-issue-labels: 'triaged' + exempt-pr-labels: 'dependencies,autorelease: pending'