You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add security scanning, PR template, pre-commit hooks, and AGENTS.md
- Add CodeQL security scanning workflow with weekly schedule
- Add dependency review for pull requests
- Create comprehensive PR template with testing checklist
- Install Husky and lint-staged for pre-commit hooks
- Add AGENTS.md with AI agent guidelines and coding standards
* fix: make dependency review non-blocking until Dependency graph is enabled
Add continue-on-error: true to prevent PR blocking when Dependency graph
is not enabled in repository settings. Added comment explaining the
required setup for full functionality.
0 commit comments