From fd25b8c8639874517cc5658a9664420c875d8246 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Thu, 25 Jul 2024 10:32:43 -0700 Subject: [PATCH] ignore dependencies for github stale action (#16797) --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 53431b94fb19b..43a7280c3028a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -52,7 +52,7 @@ jobs: stale-issue-label: stale stale-pr-label: stale exempt-issue-labels: 'Evergreen,Security,Bug,Proposal,Design Review,Improvement,Performance,Refactoring,Apache,Area - Automation/Static Analysis,Area - Batch Indexing,Area - Cache,Area - Deep Storage,Area - Dependencies,Area - Dependency Injection,Area - Dev,Area - Documentation,Area - Extension,Area - Kafka/Kinesis Indexing,Area - Lookups,Area - Metadata,Area - Metrics/Event Emitting,Area - Null Handling,Area - Operations,Area - Query UI,Area - Querying,Area - Router,Area - Segment Balancing/Coordination,Area - Segment Format and Ser/De,Area - SQL,Area - Testing,Area - Web Console,Area - Zookeeper/Curator,Compatibility,Contributions Welcome,Development Blocker,Ease of Use,Error handling,HTTP,Incompatible,Stable API' - exempt-pr-labels: 'Evergreen' + exempt-pr-labels: 'Evergreen,Area - Dependencies' exempt-milestones: true exempt-assignees: true ascending: true