From f0dc2dce5e10e3ed40baf5434cd29229e0037a93 Mon Sep 17 00:00:00 2001 From: David Liu Date: Sun, 24 Jan 2021 12:29:12 +0800 Subject: [PATCH] Update stale.yml (#1060) exempt official label --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9a821895..326c3923 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,10 +18,10 @@ jobs: stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' # The labels to apply when an issue is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2") - exempt-issue-labels: '' + exempt-issue-labels: 'official' operations-per-run: 500 # The labels to apply when a pull request is exempt from being marked stale. Separate multiple labels with commas (eg. "label1,label2") - exempt-pr-labels: '' + exempt-pr-labels: 'official' # The number of days old an issue can be before marking it stale. Set to -1 to never mark issues or pull requests as stale automatically. days-before-stale: 90