Skip to content

Commit

Permalink
feat: added remove-only-if-author option
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed May 17, 2023
1 parent 9815cbf commit 09376bf
Show file tree
Hide file tree
Showing 6 changed files with 3,634 additions and 1,516 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ inputs:
exclude-members:
description: 'Ignore operation if commented by team member but present in exclude-members'
required: false
remove-only-if-author:
description: 'Remove label only if author comments on issue'
required: false
default: false
debug:
description: "Debug the action which will print more information on how its running and what's processing"
required: false
Expand Down
Loading

0 comments on commit 09376bf

Please sign in to comment.