Skip to content
anchor

GitHub Action

An issue moderation bot

1.2 Latest version

An issue moderation bot

anchor

An issue moderation bot

Warns users when adult content is posted

Installation

Copy and paste the following snippet into your .yml file.

              

- name: An issue moderation bot

uses: sammychinedu2ky/issue-man@1.2

Learn more about this action in sammychinedu2ky/issue-man

Choose a version

issue-man

mynodeflow

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