This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jim/FEQ-327/change-regression-tag-task-status-to-pending-qa (#8)
* feat: add release_tag_task_url input variable * chore: add prettier * feat: retrieve tasks from release tag task * chore: add bundle * chore: add helper function to extract version from task name * chore: remove unused variables * chore: update bundle * chore: add check for status * chore: update bundle * chore: add logic to extract task and team ids * fix: fix id extraction bug * fix: fix query params * fix: fix status update bug * chore: move status to constants file * chore: update regression task status to pending qa * chore: fix end of line * chore: fix end of line * chore: fix end of line * chore: resolve whitespace issue * refactor: use promise allsettled * build: update bundle * docs: update readme * docs: update readme
- Loading branch information
Showing
8 changed files
with
205 additions
and
94 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"endOfLine": "lf", | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"tabWidth": 4, | ||
"trailingComma": "es5", | ||
"printWidth": 120, | ||
"jsxSingleQuote": true, | ||
"arrowParens": "avoid", | ||
"proseWrap": "preserve" | ||
} | ||
"endOfLine": "lf", | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"tabWidth": 4, | ||
"trailingComma": "es5", | ||
"printWidth": 120, | ||
"jsxSingleQuote": true, | ||
"arrowParens": "avoid", | ||
"proseWrap": "preserve" | ||
} |
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
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
Oops, something went wrong.