From c05fd971beee85253f92739b78c8d89f296df20f Mon Sep 17 00:00:00 2001 From: liangbowen Date: Fri, 20 Jan 2023 00:12:33 +0800 Subject: [PATCH] [KYUUBI #4193] Bump actions/stale from v6 to v7 ### _Why are the changes needed?_ - Bump actions/stale from v6 to v7 (release note:https://github.com/actions/stale/releases/tag/v7.0.0) - Breaking change in v7 which we didn't use. `no longer managing the stale label on items included in exempt-issue-labels and exempt-pr-labels.` as shown in the link above. ### _How was this patch tested?_ CI action pass. Closes #4193 from bowenliang123/actions-stale-v7. Closes #4193 7cf9da7f [liangbowen] bump actions/stale from v6 to v7 Authored-by: liangbowen Signed-off-by: liangbowen --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f5f0bda20..d189cd205 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,7 +27,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/stale@v6 + - uses: actions/stale@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: >