Skip to content

Fix build job failure for Dependabot PRs due to missing PR comment permissions - #95

Merged
ahernandez411 merged 3 commits into
dependabot/npm_and_yarn/ajv-6.14.0from
copilot/sub-pr-92
Mar 6, 2026
Merged

Fix build job failure for Dependabot PRs due to missing PR comment permissions#95
ahernandez411 merged 3 commits into
dependabot/npm_and_yarn/ajv-6.14.0from
copilot/sub-pr-92

Conversation

Copilot AI commented Mar 6, 2026

Copy link
Copy Markdown

Dependabot PRs triggered via pull_request event receive a read-only GITHUB_TOKEN lacking pull_requests=write, causing the "Comment on PR with release version" step to 403 and fail the entire build job.

Changes

  • .github/workflows/build.yml: Added continue-on-error: true to 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
- name: Comment on PR with release version ${{ steps.version.outputs.NEXT_VERSION }}
  continue-on-error: true   # GITHUB_TOKEN may lack pull_requests=write on Dependabot PRs
  uses: im-open/update-pr-comment@v1
  ...

💡 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.

dependabot Bot and others added 2 commits March 6, 2026 21:22
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
dependabot Bot force-pushed the dependabot/npm_and_yarn/ajv-6.14.0 branch from de77190 to e4c6e4c Compare March 6, 2026 21:34
@github-actions

github-actions Bot commented Mar 6, 2026

Copy link
Copy Markdown

Next Version: v1.1.11

@ahernandez411
ahernandez411 marked this pull request as ready for review March 6, 2026 21:40
@ahernandez411
ahernandez411 requested review from a team and bradyclifford as code owners March 6, 2026 21:40
@ahernandez411
ahernandez411 merged commit 422372c into dependabot/npm_and_yarn/ajv-6.14.0 Mar 6, 2026
1 check passed
@ahernandez411
ahernandez411 deleted the copilot/sub-pr-92 branch March 6, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants