From be92d67c88761e76dc3ebdf1e29b9e667fa062fd Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Mon, 3 Jul 2023 16:31:54 +0200 Subject: [PATCH] feat: ignore assigned issues/prs --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d96919696827..591ab006e32c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,4 +19,5 @@ jobs: stale-issue-message: "This issue is stale because it has been open for 14 days with no activity." close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale." exempt-all-milestones: true + exempt-all-assignees: true repo-token: ${{ secrets.GITHUB_TOKEN }}