Skip to content

Commit

Permalink
feat(readme): Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Sep 28, 2021
1 parent cd9b22b commit c443e11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Comment on new issue

This actions comments with your desired message whenever new issue is created. Comment will be posted by the author via GitHub personal token.
This actions comments with your desired message whenever new issue is created.

## Inputs

### `token`

#### *Default: ${{ github.token }}*

GitHub personal token
GitHub token

### `message`*

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
name: Job for commenting on new issue
steps:
- name: Comment
uses: jd-0001/[email protected].0
uses: jd-0001/[email protected].3
with:
message: 'Welcome to the repo :)'
```
Expand All @@ -59,7 +59,7 @@ jobs:
name: Job for commenting on new issue
steps:
- name: Comment
uses: jd-0001/[email protected].0
uses: jd-0001/[email protected].3
with:
message: 'Welcome to the repo :)'
only-if-label: 'support'
Expand All @@ -78,7 +78,7 @@ jobs:
name: Job for commenting on new issue
steps:
- name: Comment
uses: jd-0001/[email protected].0
uses: jd-0001/[email protected].3
with:
message: 'Welcome to the repo :)'
ignore-label: 'internal'
Expand Down

0 comments on commit c443e11

Please sign in to comment.