generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable validation for jira issue status (#33)
* Added status field to the JiraDetails object. Updated tests for the new field * Added support for validating jira issue status based on allowed list. Fixed eslint issues * Added issue status validation and also added status to the PR description * Tidied up flag names * Updated documentation * Removed duplication option * Fxed typo in readme * Fixed isIssueStatusInvalid condition * Regenerated index.js after merging from upstream * Added await to async call for adding a PR comment * Updated readme based on suggested changes on PR review Co-authored-by: Aditi Mohanty <[email protected]> * Update README.md - applied suggested markup changes from PR review Co-authored-by: Aditi Mohanty <[email protected]> * Update README.md - Fixed typo suggested during PR review Co-authored-by: Aditi Mohanty <[email protected]> * Fixed allowed_issue_statuses description from PR review Co-authored-by: Aditi Mohanty <[email protected]> * Shortened if conditions based on PR review suggestion Co-authored-by: Aditi Mohanty <[email protected]> * Removed duplicate status field from issue status markup Co-authored-by: Aditi Mohanty <[email protected]>
- Loading branch information
Showing
7 changed files
with
169 additions
and
6 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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