-
Notifications
You must be signed in to change notification settings - Fork 619
add nebula service definition #5401
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
🦋 Changeset detectedLatest commit: 9ae7367 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5401 +/- ##
=======================================
Coverage 45.30% 45.30%
=======================================
Files 1068 1068
Lines 55433 55433
Branches 4000 4000
=======================================
Hits 25112 25112
Misses 29634 29634
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
## Problem solved Added Nebula service scope to the service definitions and included it in the hidden services list.
0e0b075 to
1865acf
Compare
## Problem solved https://linear.app/thirdweb/issue/BLOCK-412/add-api-key-scope Added Nebula service scope to the service definitions and included it in the hidden services list. <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces the `nebula` service scope to the project and updates the related configurations and validations accordingly. It also modifies the pull request body check to include the `BLOCK` keyword. ### Detailed summary - Added `nebula` service scope in `packages/service-utils/src/core/services.ts` with properties: `name`, `title`, and `description`. - Updated `HIDDEN_SERVICES` in `apps/dashboard/src/components/settings/ApiKeys/validations.ts` to include `nebula`. - Modified the pull request body check in `.github/workflows/linear.yml` to include `BLOCK`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
9ae7367 to
040e478
Compare

Problem solved
https://linear.app/thirdweb/issue/BLOCK-412/add-api-key-scope
Added Nebula service scope to the service definitions and included it in the hidden services list.
PR-Codex overview
This PR introduces the
nebulaservice scope to the project and updates related configurations and validations, enhancing the API key settings and workflow checks.Detailed summary
nebulaservice scope inpackages/service-utils/src/core/services.ts.HIDDEN_SERVICESinapps/dashboard/src/components/settings/ApiKeys/validations.tsto includenebula..github/workflows/linear.ymlto check for theBLOCKkeyword in pull request bodies.