https://github.com/osbuild/common-stale-action
Common stale action for all osbuild repositories.
https://github.com/osbuild/common-stale-action
Last synced: 7 months ago
JSON representation
Common stale action for all osbuild repositories.
- Host: GitHub
- URL: https://github.com/osbuild/common-stale-action
- Owner: osbuild
- License: apache-2.0
- Created: 2023-09-06T08:42:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T13:11:43.000Z (almost 3 years ago)
- Last Synced: 2023-09-06T14:51:54.334Z (almost 3 years ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# common-stale-action
Common stale action for all osbuild repositories. This actions makes it easy to adjust stale settings for all osbuild repositories in one place.
For now, only pull requests are checked. The action will:
* Mark pull requests as stale if they have not been updated for 30 days by adding the `Stale` label.
* Remove the `Stale` label if a pull request is updated.
* Close pull requests that have been stale for 7 days.