Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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}}'
```