chore(deps): bump actions/ai-inference from 2 to 3 - #969
Conversation
Bumps [actions/ai-inference](https://github.com/actions/ai-inference) from 2 to 3. - [Release notes](https://github.com/actions/ai-inference/releases) - [Commits](actions/ai-inference@v2...v3) --- updated-dependencies: - dependency-name: actions/ai-inference dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 60b9b82875
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - name: Run AI inference | ||
| id: inference | ||
| uses: actions/ai-inference@v2 | ||
| uses: actions/ai-inference@v3 |
There was a problem hiding this comment.
Preserve GitHub Models or provision Copilot access
For repositories relying on the currently granted models: read permission, this changes the issue-summary job to a provider it is not configured to use: the v3 release notes state that GitHub Models support was removed and Copilot became the only provider. Without Copilot access and the required authentication, every issues.opened run will fail before posting a summary; either retain v2 or migrate the workflow's permissions/credentials and remove the obsolete Models configuration.
AGENTS.md reference: AGENTS.md:L7-L7
Useful? React with 👍 / 👎.
|
Thanks for your first PR to Koharu. Please review our contribution guide before review: In the PR description, include:
If AI helped produce the patch, a human still needs to review and understand it before submission. |
Bumps actions/ai-inference from 2 to 3.
Release notes
Sourced from actions/ai-inference's releases.
... (truncated)
Commits
2c43c91Merge pull request #236 from jalafel/jalafel/delete-github-models0ac1e35refine test responseaacc9f2Fix local actions test with mock Copilot CLI8359fe6add step to ci to install copilot cli498d1c1Refresh Licensed cache9bd16ceMerge remote-tracking branch 'upstream/main' into jalafel/delete-github-models5709758run prettier on README.md726535aMerge pull request #237 from actions/dependabot/npm_and_yarn/npm-development-...396a40achore(deps-dev): bump the npm-development group across 1 directory with 7 upd...b246edcMerge pull request #232 from actions/dependabot/npm_and_yarn/tmp-0.2.6Dependabot 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)