From bee509f1ed7c3e3699b26fc14e41d45a02a675ee Mon Sep 17 00:00:00 2001 From: Nick Kovalsky Date: Fri, 22 Nov 2024 10:57:30 +0300 Subject: [PATCH] Update close-inactive-issue.yml --- .github/workflows/close-inactive-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-issue.yml b/.github/workflows/close-inactive-issue.yml index 9bc13e92..c79c1fd0 100644 --- a/.github/workflows/close-inactive-issue.yml +++ b/.github/workflows/close-inactive-issue.yml @@ -22,5 +22,5 @@ jobs: operations-per-run: 30 # Adjust as needed to handle more issues mark-issue-as-stale: true # Mark the issue as stale close-issue: true # Enable issue closing - stale-pr-label: '' # Leave empty if not handling pull requests + only-issues: true # Only process issues, not PRs exempt-issue-labels: 'pinned,important' # Optional: Exclude certain labels