pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:Ruby language:PHP
Filter by
181M results
Test PR to validate that Security Scan Failure check fails correctly.
Summary
- prepares package metadata for v0.2.0
- adds the v0.2.0 release report
- includes the merged README/design-decisions documentation from PR #40
Validation
- python3 -m ruff check .
...
Summary
Adds public feedback channel links so visitors can find where to report issues and ideas during this early-release
phase.
- README: new Feedback section (English + Japanese) linking the feedback ...
Summary
补齐项目开发规范中的社区健康文件,增强 PR 模板,添加自动发布流水线。
Changes
- PR 模板增强:新增 Compatibility Risk、Rollback Plan 字段
- FUNDING.yml:配置 GitHub Sponsors 赞助入口
- stale.yml:自动关闭 60 天无活动的 Issue / 45 天无活动的 PR
- release.yml:完整发布流水线 ...
Test PR to validate that Testing Suite Failure check fails correctly.
Summary
- Adds -c / --copy flag that copies the FIXED section text to the system clipboard after streaming completes
- Uses pbcopy on macOS, xclip on Linux; warns gracefully if the utility is missing ...