Fix build job failure for Dependabot PRs due to missing PR comment permissions - #95
Merged
ahernandez411 merged 3 commits intoMar 6, 2026
Merged
Conversation
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.12.6...v6.14.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 6.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ahernandez411 <11199284+ahernandez411@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update ajv version from 6.12.6 to 6.14.0
Fix build job failure for Dependabot PRs due to missing PR comment permissions
Mar 6, 2026
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/ajv-6.14.0
branch
from
March 6, 2026 21:34
de77190 to
e4c6e4c
Compare
|
Next Version: v1.1.11 |
ahernandez411
marked this pull request as ready for review
March 6, 2026 21:40
ahernandez411
approved these changes
Mar 6, 2026
ahernandez411
merged commit Mar 6, 2026
422372c
into
dependabot/npm_and_yarn/ajv-6.14.0
1 check passed
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.
Dependabot PRs triggered via
pull_requestevent receive a read-onlyGITHUB_TOKENlackingpull_requests=write, causing the "Comment on PR with release version" step to 403 and fail the entire build job.Changes
.github/workflows/build.yml: Addedcontinue-on-error: trueto the "Comment on PR with release version" step — the comment is informational and a permissions failure shouldn't gate the build; the README update and commit/push steps will still execute normally💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.