This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new c05fd971b [KYUUBI #4193] Bump actions/stale from v6 to v7
c05fd971b is described below
commit c05fd971beee85253f92739b78c8d89f296df20f
Author: liangbowen <[email protected]>
AuthorDate: Fri Jan 20 00:12:33 2023 +0800
[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 <[email protected]>
Signed-off-by: liangbowen <[email protected]>
---
.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: >