Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvalkeal/issue-handler
https://github.com/jvalkeal/issue-handler
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvalkeal/issue-handler
- Owner: jvalkeal
- License: mit
- Created: 2020-12-20T12:16:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T13:47:51.000Z (almost 4 years ago)
- Last Synced: 2023-04-13T11:07:48.969Z (over 1 year ago)
- Language: TypeScript
- Size: 900 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Issue Handler GitHub Action
# Usage
See [action.yml](action.yml)
# Recipes
This action works around a concept of a recipe. A recipe checks one things and then
does something so it is generally generic. Action is designed to work aroung issues
so various resipes can be created.# Versions
Versions are released as a git tags. We're currenly on a pre-release stage so
current _0.x_ series can be found under tag _v0_ which will always be a same
as latest within _0.x_ like _v0.0.1_.**NOTE:** While not recommended you can also use _main_ as a version which
would always have latest development version. Just remember that _main_
may not be stable.# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)