This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 9a0b39d0 Build: Bump actions/stale from 10.0.0 to 10.1.0 (#2576)
9a0b39d0 is described below
commit 9a0b39d0d60aa012876217f8140e7de45a8f7f3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 7 00:18:58 2025 +0200
Build: Bump actions/stale from 10.0.0 to 10.1.0 (#2576)
---
.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 32509cf2..e43b92da 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -31,7 +31,7 @@ jobs:
if: github.repository_owner == 'apache'
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
stale-issue-label: 'stale'
exempt-issue-labels: 'not-stale'