fix(ui): align TreeTable and submit view with theme variables for dark mode #37
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # @ai-generated: true | |
| # @ai-tool: Copilot | |
| name: PR Governance (licenses & secrets) | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| actions: read | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| security-events: write | |
| jobs: | |
| governance: | |
| name: Reusable AI governance checks | |
| # NOTE for downstream projects: | |
| # After copying workflows locally, prefer referencing the local reusable workflow file. | |
| uses: ./.github/workflows/ai-governance.yml | |
| with: | |
| run_markdownlint: true | |
| run_scancode: true | |
| run_sbom: true | |
| run_gitleaks: false | |
| run_dependency_review: false | |
| run_codeql: false | |
| lint_command: 'npm run lint' | |
| test_command: 'npm run test:ci --silent' | |
| require_ui_transparency: true | |
| require_dpia_for_user_facing: true | |
| require_eval_for_high_risk: false | |
| enable_post_merge_reminders: true |