patched-codes[bot]
patched-codes[bot]
## File Changed: `patchwork/common/client/scm.py` Details: Use f-strings with caution when logging error messages that may contain user input. Affected Code Snippet: ```python logger.warn(f"Failed to get issue: {e}") ``` Start Line:...
## File Changed: `pyproject.toml` Details: Violation of versioning conventions for development versions. The version number has been changed to "0.0.0a1", which does not follow the correct format for development versions....
## Documentation Changes Required 1. **packages/init-stack/README.md** - Update the Options section to include new command line options: ``` - `--api-url `: Stack Auth API URL - `--token `: Token to...
## Documentation Changes Required 1. **[stack-handler.mdx](`/tmp/tmp91ew7663/docs/fern/docs/pages-template/components/stack-handler.mdx`)** - Update the Props section: - Mention that `app` can be either `StackServerApp` (for next-like platforms) or `StackClientApp` (for react-like platforms). - Update the...
## Documentation Changes Required ### 1. docs/fern/docs/pages-template/sdk/objects/stack-app.mdx 1. Update the `StackClientApp` type definition list in the Table of Contents section: - Add the `signInWithPasskey()` method between `signInWithOAuth` and `signInWithCredential`: ```typescript...
# Code Review: CI-related changes for Automatic PR and Branch Management ## Summary This review examines the recent CI-related changes aimed at automating the cleanup of stale branches and PRs...
## Code Review Summary ### Affected File: `.github/workflows/close-stale-ci-prs.yml` **1. Syntax Errors in `AWK` Commands:** - **Details:** The code contains syntax errors in the `awk` command usage that will cause the...