-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add option for multiple labels
- Loading branch information
1 parent
1e6c47b
commit 6964518
Showing
3 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description: 'Handle the current issue if the author has existing open issues' | |
author: 'Anmol Baranwal <[email protected]>' | ||
inputs: | ||
label: | ||
description: 'Label to add to the current issue.' | ||
description: 'Add a label to the current issue. Use commas to separate if there are multiple labels.' | ||
default: 'multiple issues' | ||
required: false | ||
issueNumber: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters