-
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.
Merge pull request #4 from Anmol-Baranwal/main
feat: Enhancements to Workflow Flexibility and Documentation
- Loading branch information
Showing
4 changed files
with
117 additions
and
50 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
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,18 +3,28 @@ 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: | ||
description: 'Include the previous issue number created by the author in the comment.' | ||
default: 'true' | ||
required: false | ||
comment: | ||
description: 'Custom text to add with or without the issue number in the comment.' | ||
default: '' | ||
required: false | ||
close: | ||
description: 'Close the current issue if set to true.' | ||
required: false | ||
gh-token: | ||
description: 'The GitHub token for authentication.' | ||
required: true | ||
default: ${{ github.token }} | ||
required: false | ||
assign: | ||
description: 'To filter the issues that are assigned to the author' | ||
default: 'false' | ||
required: false | ||
runs: | ||
using: 'node16' | ||
main: 'dist/index.js' | ||
|
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