├── .github └── workflows │ └── code-quality.yml ├── LICENSE ├── gh-notify └── readme.md /.github/workflows/code-quality.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiji163/gh-notify/HEAD/.github/workflows/code-quality.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiji163/gh-notify/HEAD/LICENSE -------------------------------------------------------------------------------- /gh-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiji163/gh-notify/HEAD/gh-notify -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiji163/gh-notify/HEAD/readme.md --------------------------------------------------------------------------------