-
Notifications
You must be signed in to change notification settings - Fork 0
feat(ci): add comprehensive GitHub workflows and automation #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: hotlong <[email protected]>
Co-authored-by: hotlong <[email protected]>
Co-authored-by: hotlong <[email protected]>
Co-authored-by: hotlong <[email protected]>
Co-authored-by: hotlong <[email protected]>
Co-authored-by: hotlong <[email protected]>
|
|
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Co-authored-by: huangyiirene <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Introduces a detailed development plan and contributing guide for ObjectOS, outlining Q1 2026 priorities, implementation phases, and contribution workflow. Updates documentation navigation and sidebar to include new guides, expands data modeling documentation, and adds roadmap links to README. Also updates dependencies and configures a custom pnpm-lock.yaml merge driver in CI workflows.
|
|
- Fix relative paths to GitHub Actions in .github/README.md and WORKFLOWS.md - Remove docker-compose.yml badge from README.md - Update enterprise contact link to GitHub issues - Remove references to non-existent files (examples/, docs.objectos.org, objectos.org) - Fix repository URLs from old organization (objectql) to new (objectstack-ai) - Update package-level documentation paths to correct relative locations Co-authored-by: huangyiirene <[email protected]>
…ck config - Add lychee.toml with proper configuration for link checking - Remove outdated markdown-link-check-config.json - Update documentation references to use lychee.toml instead - Configure proper timeouts, retries, and exclusions Co-authored-by: huangyiirene <[email protected]>
- Fix absolute path links in docs/index.md to use relative paths - Update lychee.toml to exclude VitePress internal routing patterns - Add exclusions for /guide/ and /spec/ paths used in frontmatter Co-authored-by: huangyiirene <[email protected]>
…ime-environment
|
|
Adds production-grade CI/CD automation suite covering security, quality, and community management.
New Workflows
Security & Quality
PR Automation
Maintenance
CI Enhancement
Configuration
Dependabot - Weekly dependency updates (Mondays 02:00 UTC) with grouped patch/minor updates
Labels - Predefined label schema for packages, types, sizes, and status
Documentation
.github/README.md- Automation overview and quick start.github/WORKFLOWS.md- Detailed workflow reference with troubleshootingSecurity Considerations
All third-party actions replaced with official or well-maintained alternatives:
codelytv/pr-size-labelerlycheeverse/lychee-actioninstead of individual maintainer actionOriginal prompt
💡 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.