This action warns a user when an adult content(image) is posted by the user as a comment under GitHub issues
Required Your GitHub Token.
Required The Key of your Azure Computer Vision Resource.
Required The endpoint of your Azure Computer Vision Resource.
uses: sammychinedu2ky/issue-man@v1
with:
myToken: '${{ secrets.GITHUB_TOKEN }}'
key: '${{secrets.KEY}}'
endpoint: '${{secrets.ENDPOINT}}'