chore(ci): adopt enterprise-ci-cd reusables#1258
chore(ci): adopt enterprise-ci-cd reusables#1258ashsolei wants to merge 35 commits intoe2b-dev:mainfrom
Conversation
16 core agents (Layer 0 + Layer 1) for Copilot Coding Agent. Source: AiFeatures/agent-hub/copilot-agents/
16 core agents (Layer 0 + Layer 1) for Copilot Coding Agent. Path: .github/agents/*.agent.md Source: AiFeatures/agent-hub/copilot-agents/
These were deployed to the wrong path. Correct path is .github/agents/*.agent.md
Universal environment setup for Copilot's coding agent. Configures Node.js 22, Python 3.12, and Go (stable). Docs: https://docs.github.com/en/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent
iAiFy enterprise governance — standardized Copilot instructions.
iAiFy enterprise governance — AI agent instructions.
# Conflicts: # .github/workflows/publish_packages.yml
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chore: sync CLAUDE.md and copilot-instructions docs
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.1 to 7.5.12. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.2.1...v7.5.12) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…sdk (#9) Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wave 2 hardening — wires this repo into the shared CI pipeline (ci-node + security-scan). Part of BACKLOG.md P0 items. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4edb8145da
ℹ️ 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".
| @@ -0,0 +1,18 @@ | |||
| version: 2 | |||
| updates: | |||
| - package-ecosystem: "n | |||
There was a problem hiding this comment.
Fix malformed Dependabot updates entry
The first updates item is syntactically broken (package-ecosystem: "n), which makes .github/dependabot.yml invalid YAML and prevents Dependabot from loading any update configuration for this repository. In practice, dependency/security update PRs will stop being created until this entry is corrected.
Useful? React with 👍 / 👎.
| jobs: | ||
| node: | ||
| uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/ci-node.yml@v1 |
There was a problem hiding this comment.
Restore a release/publish workflow path
This commit leaves CI with only node and security reusable jobs and no release/publish job or workflow_dispatch release entrypoint, while the previous release.yml workflow was removed. As a result, maintainers lose the automated GitHub Actions path for publishing SDK/CLI releases (including candidate releases), which blocks normal release operations.
Useful? React with 👍 / 👎.
Wave 2 hardening — wires this repo into the shared CI pipeline. Part of BACKLOG.md P0 items. See _shared/orchestration-plan-wave2.md.