pullrequests Search Results · language:Edge language:TypeScript language:PHP language:Python language:Java
Filter by
181M results
This PR was opened by the Changesets release GitHub action. When you re ready to do a release, you can merge this and
the packages will be published to npm automatically. If you re not ready to do a release ...
Summary
- modernize contributor-facing docs now that the production frontend lives in this repo
- add a project Code of Conduct and link it from support/issue surfaces
- make GitHub templates more ...
Summary
Sync standard automation from jclee941/.github:
- PR checks (size, title, branch name, description, large files, sensitive files) - 2 enforcing + 4 advisory contexts.
- Auto-review via cli_proxy ...
Why
This is the load-bearing fix in the whole nvpn effort. The identity-split diagnosis (#229) made the problem legible;
this makes it fixable — and turns the dashboard from cosmetic into actually able ...
Summary
Sync standard automation from jclee941/.github:
- PR checks (size, title, branch name, description, large files, sensitive files) - 2 enforcing + 4 advisory contexts.
- Auto-review via cli_proxy ...
Summary
- New tenants were locked out: gateway API_ACCESS Cerbos check returned 403 because policies were never pushed for the
new tenant scope.
- TenantProvisioningHook seeded profile + profile_system_permission ...
Unit test generation was requested by @9TEVE-O.
- https://github.com/9TEVE-O/openai-chatkit-starter-app/pull/1#issuecomment-4588542078
The following files were modified:
- __tests__/VerbaFix.test.tsx ...
What
Fix the CI save-durations merge step that fails when GitHub Actions outputs contain concatenated JSON objects (multiple
JSON objects back-to-back without separators).
The current code uses json.load() ...