-
Notifications
You must be signed in to change notification settings - Fork 56
feat(PM-1173): Notify all copilots on copilot opportunity #815
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
79fdf6f
feat: get roles by role name
hentrymartin 4b8c9f7
deploy feature branch
hentrymartin 0c54ecf
deploy feature branch
hentrymartin 223b7bd
deploy feature branch
hentrymartin 82dd797
deploy feature branch
hentrymartin 9793dcc
fix: get role by role name
hentrymartin 5b29f65
modified timeout
hentrymartin a29f1c9
rebased from develop branch
hentrymartin deaed3a
rebased from develop branch
hentrymartin d4ed7a9
rebased from develop branch
hentrymartin 91f23ab
rebased from develop branch
hentrymartin fb9b8a9
Merge branch 'develop' into pm-1173
hentrymartin 31a2b66
fix: sync issue
hentrymartin ae5952d
fix: added external action email kaufka type
hentrymartin c16d06e
fix: added external action email kaufka type
hentrymartin 190c04c
fix: added external action email kaufka type
hentrymartin 4c98fe7
fix: added external action email kaufka type
hentrymartin 0ad22c3
fix: added external action email kaufka type
hentrymartin cc5a28d
fix: send emails to PMs and creator
hentrymartin b52b16e
fix: send emails to PMs and creator
hentrymartin 5fbd197
fix: send emails to PMs and creator
hentrymartin 49356d6
fix: review comments
hentrymartin e34f785
fix: review comments
hentrymartin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rebased from develop branch
- Loading branch information
commit d4ed7a9fb3899e238a47126f9a8dfbb2aeef7a3e
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Setting a timeout for the HTTP client is a good practice to prevent hanging requests. However, ensure that 6000 milliseconds is an appropriate timeout for all expected network conditions and use cases. Consider making this configurable if different timeouts might be needed in different environments.