Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


action-stale


An action that manages stale issues and pull requests.



GitHub Forks


GitHub Stars


GitHub Watchers



Issues
Pull Requests
Size



Twitter

## 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).