dependabot[bot]
3b024f9357
chore(deps): bump actions/stale from 10.2.0 to 10.3.0 ( #2657 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](b5d41d4e1d...eb5cf3af3a )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-21 13:22:16 -05:00
Pascal THUET
09f7657f5b
Pin GitHub Actions by SHA ( #2441 )
2026-05-04 14:08:07 -05:00
Manfred Riem
8353830f97
fix: add actions:write permission to stale workflow ( #2079 )
...
The actions/stale@v10 action uses GitHub Actions cache to persist state
across runs. Without the actions:write permission, the action can write
cache entries but cannot delete them (403 error on cache cleanup).
This causes a vicious cycle: once an issue is processed and cached, the
action skips it on every future run with 'issue skipped due being
processed during the previous run' - so stale issues never reach the
closing logic after being marked stale.
Adding actions:write allows the action to properly manage its cache
lifecycle, enabling stale issues to be closed after the configured
30-day close window.
2026-04-03 09:08:04 -05:00
Manfred Riem
a7606c0f14
ci: increase stale workflow operations-per-run to 250 ( #1922 )
2026-03-20 14:05:51 -05:00
dependabot[bot]
d410d188fc
chore(deps): bump actions/stale from 9 to 10 ( #1623 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v9...v10 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 07:41:50 -06:00
Copilot
9a1e3037b0
Add stale workflow for 180-day inactive issues and PRs ( #1594 )
...
* Initial plan
* Add stale issues and PRs workflow
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com >
* Add 7-day grace period before closing stale items
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com >
* Update stale timing: mark at 150 days, close at 180 days
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com >
2026-02-11 16:03:17 -06:00