You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
An issue moderation bot
1.0.0
# GitHub Issues Management Action
This action warns users when adult content is posted
## 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.
uses: sammychinedu2ky/issue-man@main
with:
myToken: '${{ secrets.GITHUB_TOKEN }}'
key: '${{secrets.KEY}}'
endpoint: '${{secrets.ENDPOINT}}'