Conversation
Bumps [@github/copilot](https://github.com/github/copilot-cli) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/github/copilot-cli/releases) - [Changelog](https://github.com/github/copilot-cli/blob/main/changelog.md) - [Commits](github/copilot-cli@v1.0.35...v1.0.36) --- updated-dependencies: - dependency-name: "@github/copilot" dependency-version: 1.0.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
edburns
left a comment
There was a problem hiding this comment.
The PR has only one commit — the Dependabot bump. Here's what happened:
-
Codegen Check ran ("Verify generated files are up-to-date") — completed in 10 seconds with
success. That's too fast to have run codegen + mvn verify. It means the generated files were already up-to-date — the 1.0.36 schemas didn't change from 1.0.35, sonpm run generateproduced identical output,check-changeswasfalse, and it exited early. -
No regeneration commit was pushed — because nothing changed.
-
No agentic fix triggered — because the codegen check passed.
-
Build & Test ran separately ("Java SDK Tests") and passed — this is the build-test.yml workflow, which runs
mvn verifyon the existing code. Since generated files didn't change, everything passes.
All steps happen BEFORE merge, on the PR. Nothing happens after merge except the unconditional codegen-check push-to-main trigger (which will also pass trivially).
What to do with the PR: It's safe to merge. The 1.0.35 → 1.0.36 bump had no schema changes, so it's a no-op from a codegen perspective. All checks are green.
Bumps @github/copilot from 1.0.35 to 1.0.36.
Release notes
Sourced from
@github/copilot's releases.Changelog
Sourced from
@github/copilot's changelog.Commits
d7a0581Update changelog.md for version 1.0.35Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)