Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jvalkeal/issue-handler


https://github.com/jvalkeal/issue-handler

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Issue Handler GitHub Action


GitHub Actions status

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