From 03b7d535f782ceaf918eeea82ca374bc8c93288a Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 28 Aug 2024 16:24:53 -0300 Subject: [PATCH] Use custom stale action to exempt authors While we wait for actions/stale#1176 --- .github/workflows/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 61ae185..2c06279 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -48,7 +48,8 @@ jobs: } - name: ✏️ label - uses: actions/stale@v9 + # pending merge: https://github.com/actions/stale/pull/1176 + uses: kzu/stale@c8450312ba97b204bf37545cb249742144d6ca69 with: ascending: true # Process the oldest issues first stale-issue-label: 'stale' @@ -65,3 +66,4 @@ jobs: exempt-all-milestones: true exempt-all-assignees: true exempt-issue-labels: priority,sponsor,backed + exempt-authors: kzu