Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
anchor

GitHub Action

An issue moderation bot

1.0.0

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.0.0

Learn more about this action in sammychinedu2ky/issue-man

Choose a version

issue-man

mynodeflow

# 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.

Example usage

uses: sammychinedu2ky/issue-man@main
with:
  myToken: '${{ secrets.GITHUB_TOKEN }}'
  key: '${{secrets.KEY}}'
  endpoint: '${{secrets.ENDPOINT}}'