This is an automated email from the ASF dual-hosted git repository.
Hexiaoqiao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new c14db44497a HADOOP-19934. Make actions/stale GitHub Actions jobs
up-to-date. (#8589). Contributed by He Xiaoqiao
c14db44497a is described below
commit c14db44497a8a95622c28aa5630775c152d84749
Author: Hexiaoqiao <[email protected]>
AuthorDate: Tue Jul 7 14:29:55 2026 +0800
HADOOP-19934. Make actions/stale GitHub Actions jobs up-to-date. (#8589).
Contributed by He Xiaoqiao
Signed-off-by: Shilun Fan <[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 033f49c5a48..5db58595a5e 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -27,7 +27,7 @@ jobs:
if: github.repository == 'apache/hadoop'
runs-on: ubuntu-latest
steps:
- - uses: actions/stale@v1
+ - uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: >
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]