Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammychinedu2ky/issue-man
A GitHub Action AI Bot for managing comments in the GitHub Issues of a repository by giving warning to users that post adult content(image)
https://github.com/sammychinedu2ky/issue-man
Last synced: about 14 hours ago
JSON representation
A GitHub Action AI Bot for managing comments in the GitHub Issues of a repository by giving warning to users that post adult content(image)
- Host: GitHub
- URL: https://github.com/sammychinedu2ky/issue-man
- Owner: sammychinedu2ky
- License: mit
- Created: 2021-03-07T04:32:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T09:27:51.000Z (over 2 years ago)
- Last Synced: 2024-04-18T06:19:35.578Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# issue-man
[![mynodeflow](https://github.com/sammychinedu2ky/issue-man/actions/workflows/main.yml/badge.svg)](https://github.com/sammychinedu2ky/issue-man/actions/workflows/main.yml)
# GitHub Issues Management Action
This action warns a user when an adult content(image) is posted by the user as a comment under GitHub issues
## Inputs
### `myToken`
**Required** Your GitHub Token.
### `key`
**Required** The Key of your Azure Computer Vision Resource.
### `endpoint`
**Required** The endpoint of your Azure Computer Vision Resource.
## Example usage
```
uses: sammychinedu2ky/issue-man@v1
with:
myToken: '${{ secrets.GITHUB_TOKEN }}'
key: '${{secrets.KEY}}'
endpoint: '${{secrets.ENDPOINT}}'
```