Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjrgg/action-lock
An action that locks inactive closed issues and pull requests
https://github.com/tjrgg/action-lock
Last synced: about 1 month ago
JSON representation
An action that locks inactive closed issues and pull requests
- Host: GitHub
- URL: https://github.com/tjrgg/action-lock
- Owner: tjrgg
- License: apache-2.0
- Created: 2020-03-07T08:20:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:23:46.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:57:43.047Z (9 months ago)
- Language: JavaScript
- Size: 602 KB
- Stars: 1
- 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-lock
An action that locks inactive closed issues and pull requests.## Usage
```yml
name: "Lock"on:
schedule:
- cron: "0 0 * * *"jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: tjrgg/action-lock@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-lock: "60"
```## 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).