From c92eddf26997e881c11c596f817b850c933d4ebe Mon Sep 17 00:00:00 2001 From: Bob Pulliam Date: Thu, 27 Jul 2023 22:46:06 -0400 Subject: [PATCH] add non-bug labels. increase operations-per-run --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a9ee3d7696..06f7c9bf3d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -28,7 +28,8 @@ jobs: days-before-stale: 180 days-before-pr-stale: -1 # issues only days-before-close: 5 - any-of-labels: 'code-vs-markup-mismatch, spec issue' + any-of-labels: 'code-vs-markup-mismatch, discussion, documentation, question, spec issue, test issue, wpf-vs-winui-mismatch' exempt-issue-labels: 'feature proposal' exempt-all-milestones: true debug-only: ${{ github.event_name == 'pull_request' }} # Dry-run changes to the workflow + operations-per-run: 500