Skip to content

Commit

Permalink
feat(action): updated readme
Browse files Browse the repository at this point in the history
Updated confusing label option value
  • Loading branch information
jd-solanki committed Sep 28, 2021
1 parent 7c90a39 commit 5ada7e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
name: Job for toggling label
steps:
- name: Toggle label
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.0
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.1
with:
label: question
label: awaiting-reply
```
### Remove specified label only if repo owner or member comment on issue (not collaborator)
Expand All @@ -82,9 +82,9 @@ jobs:
name: Job for toggling label
steps:
- name: Toggle label
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.0
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.1
with:
label: question
label: awaiting-reply
member-association: OWNER, MEMBER
```
Expand All @@ -101,9 +101,9 @@ jobs:
name: Job for toggling label
steps:
- name: Toggle label
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.0
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.1
with:
label: question
label: awaiting-reply
ignore-label: internal
```
Expand All @@ -120,9 +120,9 @@ jobs:
name: Job for toggling label
steps:
- name: Toggle label
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.0
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.1
with:
label: question
label: awaiting-reply
only-if-label: support
```
Expand All @@ -139,8 +139,8 @@ jobs:
name: Job for toggling label
steps:
- name: Toggle label
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.0
uses: jd-0001/gh-action-toggle-awaiting-reply-label@1.0.1
with:
label: question
label: awaiting-reply
exclude-members: jd-0001, johnDoe123
```

0 comments on commit 5ada7e2

Please sign in to comment.