-
Notifications
You must be signed in to change notification settings - Fork 439
fix(scaffolder-backend-module-annotator): fix backstage bump #4914
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
dzemanov
merged 5 commits into
backstage:scaffolder-backend-module-annotator/v1.41.1
from
imykhno:fix-scaffolder-backend-module-annotator/v1.41.1
Aug 18, 2025
Merged
fix(scaffolder-backend-module-annotator): fix backstage bump #4914
dzemanov
merged 5 commits into
backstage:scaffolder-backend-module-annotator/v1.41.1
from
imykhno:fix-scaffolder-backend-module-annotator/v1.41.1
Aug 18, 2025
Conversation
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
…nnotator Signed-off-by: Ihor Mykhno <[email protected]>
dzemanov
requested changes
Aug 12, 2025
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.
@imykhno I think it is also neeeded to update report.api.md
.
You can update it by running:
yarn build:api-reports plugins/scaffolder-backend-module-annotator
Signed-off-by: Ihor Mykhno <[email protected]>
a674223
to
65c6012
Compare
dzemanov
requested changes
Aug 12, 2025
...ule-annotator/plugins/scaffolder-backend-module-annotator/src/actions/annotator/annotator.ts
Outdated
Show resolved
Hide resolved
12e3461
to
f5bbf36
Compare
Signed-off-by: Ihor Mykhno <[email protected]>
f5bbf36
to
28a1148
Compare
lholmquist
approved these changes
Aug 12, 2025
….md` Signed-off-by: Ihor Mykhno <[email protected]>
dzemanov
requested changes
Aug 13, 2025
...ule-annotator/plugins/scaffolder-backend-module-annotator/src/actions/annotator/annotator.ts
Show resolved
Hide resolved
c9ebaa8
to
38870a1
Compare
Thanks for the contribution! |
…atorAction` method Signed-off-by: Ihor Mykhno <[email protected]>
38870a1
to
b7a1f41
Compare
AndrienkoAleksandr
approved these changes
Aug 18, 2025
dzemanov
approved these changes
Aug 18, 2025
e0ac646
into
backstage:scaffolder-backend-module-annotator/v1.41.1
10 checks passed
debsmita1
pushed a commit
that referenced
this pull request
Aug 19, 2025
* v1.41.1 version bump * fix(scaffolder-backend-module-annotator): fix backstage bump (#4914) * fix: createAnnotatorAction method for the scaffolder-backend-module-annotator Signed-off-by: Ihor Mykhno <[email protected]> * docs: update the report.api.md Signed-off-by: Ihor Mykhno <[email protected]> * Update record zod schema Signed-off-by: Ihor Mykhno <[email protected]> * fix(scaffolder-backend-module-annotator): warnings in the `report.api.md` Signed-off-by: Ihor Mykhno <[email protected]> * fix(scaffolder-backend-module-annotator): schema for the `createAnnotatorAction` method Signed-off-by: Ihor Mykhno <[email protected]> --------- Signed-off-by: Ihor Mykhno <[email protected]> --------- Signed-off-by: Ihor Mykhno <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ihor Mykhno <[email protected]>
lavanya-sainik-ericsson
pushed a commit
to lavanya-sainik-ericsson/community-plugins
that referenced
this pull request
Aug 20, 2025
…age#4744) * v1.41.1 version bump * fix(scaffolder-backend-module-annotator): fix backstage bump (backstage#4914) * fix: createAnnotatorAction method for the scaffolder-backend-module-annotator Signed-off-by: Ihor Mykhno <[email protected]> * docs: update the report.api.md Signed-off-by: Ihor Mykhno <[email protected]> * Update record zod schema Signed-off-by: Ihor Mykhno <[email protected]> * fix(scaffolder-backend-module-annotator): warnings in the `report.api.md` Signed-off-by: Ihor Mykhno <[email protected]> * fix(scaffolder-backend-module-annotator): schema for the `createAnnotatorAction` method Signed-off-by: Ihor Mykhno <[email protected]> --------- Signed-off-by: Ihor Mykhno <[email protected]> --------- Signed-off-by: Ihor Mykhno <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ihor Mykhno <[email protected]>
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.
Hey, I just made a Pull Request!
Update the
createAnnotatorAction
function to use the provided zod param for validation.✔️ Checklist
Signed-off-by
line in the message. (more info)