pullrequests Search Results · language:Dune language:Python language:JavaScript language:PHP language:Java language:CSS
Filter by
45.3M results
Summary
- Add a visible Support button (💬 Support / 💬 Поддержка) to the bot main menu for both EN and RU users.
- Add a /support command that shows the same bilingual support card directly.
- Handle ...
!-- markdownlint-disable MD041 --
Commit Summary (Conventional Commits)
- Title (required, present tense):
fix(ci): migrate PyPI publish to prepare-pypi-upload (lgtm-ci v0.29.1)
- Type: ...
Fixes cases where RTL patch status was ON but rtl.js was not active in the workbench, requiring disable/re-enable and
restart to recover.
Summary
- Verify the injected RTL runtime (window.__cursorRtlScanAll) ...
元のPR
https://github.com/cdsl-research/doktor-v2/pull/499
変更コミット
- de0913a fix(front): fix TemplateResponse calls for Starlette 1.x API change
- 01230a5 Merge pull request #499 from cdsl-research/claude/admiring-bell-OHxlu ...
name: frontend-Miguel-2 about: Feature title: implement CRUD functionality for habit management with sorting and search capabilities labels: Feature, CRUD habits assignees: Miguel and Linda
Type of PR ...
…at dashboard UI components
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 85%
- Auto-fix allowed: False
📝 Summary
The application uses the ...
ai-remediation
needs-human-review
severity-high
新增 GITHUB_TOKEN 配置,支持通过 Bearer Token 认证访问私有仓库的 GitHub API。
变更内容
- config.py: 新增 GITHUB_TOKEN 环境变量读取,get_config_status 返回 token 配置状态
- github_client.py: _get_headers 方法在有 token 时自动添加 Authorization ...