From 086b0b1dc2769d6963f8c78646fbcbd8be66720c Mon Sep 17 00:00:00 2001 From: kaitoozawa Date: Thu, 29 Jan 2026 14:50:13 +1000 Subject: [PATCH] upgrade to version 10 --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 566647147..535c24d1f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v10.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 120 @@ -30,6 +30,6 @@ jobs: stale-issue-label: 'Stale' stale-pr-label: 'no-pr-activity' exempt-issue-labels: 'Critical, High, Low, Medium, Review, Backlog' - exempt-milestones: true + exempt-all-milestones: true exempt-draft-pr: true - start-date: '2022-06-15' + start-date: '2022-06-15T00:00:00Z'