Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the Pelanor block implementation from the monorepo to address OPS-3192 (“Remove Pelanor block”) by deleting its Nx project/package and TypeScript path mapping (and associated UI asset).
Changes:
- Removed
@openops/block-pelanorTS path mapping fromtsconfig.base.json. - Deleted the
packages/blocks/pelanorNx library (source, tests, configs, and project metadata). - Removed the Pelanor logo asset from the React UI public blocks directory.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.base.json | Removes the Pelanor block path alias to prevent resolution/build references. |
| packages/react-ui/public/blocks/pelanor.png | Removes the Pelanor logo asset from the UI public assets. |
| packages/blocks/pelanor/tsconfig.spec.json | Deletes Pelanor block TS test config. |
| packages/blocks/pelanor/tsconfig.lib.json | Deletes Pelanor block TS library config. |
| packages/blocks/pelanor/tsconfig.json | Deletes Pelanor block TS project references. |
| packages/blocks/pelanor/test/index.test.ts | Deletes Pelanor block unit tests. |
| packages/blocks/pelanor/src/lib/auth.ts | Deletes Pelanor block auth implementation. |
| packages/blocks/pelanor/src/index.ts | Deletes Pelanor block definition/entrypoint. |
| packages/blocks/pelanor/project.json | Deletes Nx project definition for the Pelanor block. |
| packages/blocks/pelanor/package.json | Deletes Pelanor block package metadata. |
| packages/blocks/pelanor/jest.config.ts | Deletes Pelanor block Jest configuration. |
| packages/blocks/pelanor/README.md | Deletes Pelanor block README. |
| packages/blocks/pelanor/.eslintrc.json | Deletes Pelanor block ESLint config. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
bigfluffycookie
approved these changes
Mar 11, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Fixes OPS-3192