Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjrgg/action-stale
An action that manages stale issues and pull requests
https://github.com/tjrgg/action-stale
Last synced: 24 days ago
JSON representation
An action that manages stale issues and pull requests
- Host: GitHub
- URL: https://github.com/tjrgg/action-stale
- Owner: tjrgg
- License: apache-2.0
- Created: 2020-03-06T11:24:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:23:22.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:57:44.051Z (9 months ago)
- Language: JavaScript
- Size: 619 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README
action-stale
An action that manages stale issues and pull requests.## Usage
```yml
name: "Stale"on:
schedule:
- cron: "0 0 * * *"jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: tjrgg/action-stale@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-label: "stale"
```## Author
👤 **Tyler Richards**
* GitHub: [@tjrgg](https://github.com/tjrgg)
* Twitter: [@tjrgg](https://twitter.com/tjrgg)## License
Copyright © 2020 Tyler Richards. All rights reserved.
This project is released under the [Apache License, version 2.0](LICENSE.md).