-
Notifications
You must be signed in to change notification settings - Fork 3
GHA-86 PREQ: Do not assign tickets #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8c5f916
to
04d77cb
Compare
@@ -204,7 +204,6 @@ describe('PullRequestCreated', () => { | |||
"Invoked jira.addIssueRemoteLink('PREQ-4242'', 'https://github.com/test-owner/test-repo/pull/42', null)", | |||
"Invoked jira.moveIssue('PREQ-4242', 'Commit', null)", | |||
"Invoked jira.moveIssue('PREQ-4242', 'Start', null)", | |||
"Invoked jira.assignIssueToAccount('PREQ-4242', '1234-account')", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe it's better to add a dedicetated test "Is PREQ assignee is null"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing the crazy inner logic of NewIssueData is tested in NewIssueData.test.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment about addind a dedicated test
04d77cb
to
b8d47a0
Compare
🤖 Pull Request summaryDecouples Jira issue assignment from account-based workflow status transitions. • Separates assignment logic: Splits Focus areas for review:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👁️ ok
GHA-86