aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/stale.yml
Commit message (Collapse)AuthorAgeFilesLines
* chore: don't remove needs info label when commenting on a stale issueupdate-stale-bot-configurationDaniel Kesselberg2024-10-251-1/+0
| | | | | | | 1) Removing the "needs info" label when someone comments on a stale issue seems incorrect. 2) By default, the stale action removes the "stale" label upon commenting. However, the labels-to-remove-when-unstale option triggers an additional API request to remove the "stale" label, which was already removed in the previous API call. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-0/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(deps): Bump actions/stale from 8 to 9dependabot[bot]2023-12-091-1/+1
| | | | | | | | | | | | | | | Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [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/v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump actions/stale from 5 to 8dependabot[bot]2023-08-191-1/+1
| | | | | | | | | | | | | | | Bumps [actions/stale](https://github.com/actions/stale) from 5 to 8. - [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/v5...v8) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Save some CI timeJoas Schilling2023-03-151-4/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove "needs info" label when the issue is not stale anymoreJoas Schilling2022-08-021-0/+1
| | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* Remove stale debug modeJohn Molakvoæ2022-05-131-1/+1
|
* Add stale actionJohn Molakvoæ2022-04-131-0/+31