Skip to content

Commit

Permalink
Merge pull request #1 from sammychinedu2ky/master
Browse files Browse the repository at this point in the history
chore:added docs
  • Loading branch information
sammychinedu2ky authored Mar 7, 2021
2 parents ba54a5c + 9519b94 commit bc2f818
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Use Issue Management Action
uses: chaiforc7/meflow@main
uses: sammychinedu2ky/issue-man@main
with:
myToken: '${{ secrets.GITHUB_TOKEN }}'
key: '${{secrets.KEY}}'
Expand Down
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# meflow
[![mynodeflow](https://github.com/chaiforc7/meflow/actions/workflows/main.yml/badge.svg)](https://github.com/chaiforc7/meflow/actions/workflows/main.yml)

# issue-man

[![mynodeflow](https://github.com/sammychinedu2ky/meflow/actions/workflows/main.yml/badge.svg)](https://github.com/sammychinedu2ky/meflow/actions/workflows/main.yml)

```markdown
# 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}}'
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: An issue moderation bot
description: ' Warn users when adult content is posted'
description: ' Warns users when adult content is posted'
branding:
icon: anchor
color: green
Expand Down
1 change: 0 additions & 1 deletion sammychinedu2ky

This file was deleted.

0 comments on commit bc2f818

Please sign in to comment.