Skip to content

Conversation

@LoserCheems
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings November 11, 2025 07:46
@LoserCheems LoserCheems merged commit cfeeef0 into main Nov 11, 2025
5 of 6 checks passed
Copilot finished reviewing on behalf of LoserCheems November 11, 2025 07:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates all repository URLs from the old organization name "SmallDoges" to the new organization name "flash-algo" following a repository move.

  • Updated GitHub repository URLs across configuration and documentation files
  • Updated alt text in README files from "SmallDoges" to "flash-algo"
  • Ensured consistency of the new organization name across all project references

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
setup.py Updated BASE_WHEEL_URL to point to flash-algo organization
pyproject.toml Updated project URLs (Homepage, Source, Issues) to flash-algo organization
SECURITY.md Updated GitHub Issues links to flash-algo organization
README_zh.md Updated repository URLs and alt text to flash-algo in Chinese README
README.md Updated repository URLs and alt text to flash-algo in English README
CONTRIBUTING.md Updated all repository references to flash-algo organization
CITATION.cff Updated project URL to flash-algo organization

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +70 to 71
git clone https://github.com/flash-algo/flash-sparse-attn.git
cd flash-sparse-attn
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repository name mismatch: the clone URL uses 'flash-sparse-attn' but should be 'flash-sparse-attention' to match the repository name used in all other URLs (setup.py, pyproject.toml, SECURITY.md, CONTRIBUTING.md, CITATION.cff).

Suggested change
git clone https://github.com/flash-algo/flash-sparse-attn.git
cd flash-sparse-attn
git clone https://github.com/flash-algo/flash-sparse-attention.git
cd flash-sparse-attention

Copilot uses AI. Check for mistakes.
Comment on lines +70 to 71
git clone https://github.com/flash-algo/flash-sparse-attn.git
cd flash-sparse-attn
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repository name mismatch: the clone URL uses 'flash-sparse-attn' but should be 'flash-sparse-attention' to match the repository name used in all other URLs (setup.py, pyproject.toml, SECURITY.md, CONTRIBUTING.md, CITATION.cff).

Suggested change
git clone https://github.com/flash-algo/flash-sparse-attn.git
cd flash-sparse-attn
git clone https://github.com/flash-algo/flash-sparse-attention.git
cd flash-sparse-attention

Copilot uses AI. Check for mistakes.
Comment on lines +296 to +297
- **Report bugs**: Found a bug? Please [open an issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
- **Request features**: Have an idea for improvement? [Let us know](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repository name mismatch: the URLs use 'flash_sparse_attn' (with underscores) but should be 'flash-sparse-attention' (with hyphens) to match the repository name used consistently in other files.

Suggested change
- **Report bugs**: Found a bug? Please [open an issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
- **Request features**: Have an idea for improvement? [Let us know](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
- **Report bugs**: Found a bug? Please [open an issue](https://github.com/flash-algo/flash-sparse-attention/issues/new/choose)
- **Request features**: Have an idea for improvement? [Let us know](https://github.com/flash-algo/flash-sparse-attention/issues/new/choose)

Copilot uses AI. Check for mistakes.
Comment on lines +295 to +296
- **报告错误**: 发现了错误?请[提交 issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
- **功能请求**: 有改进想法?[告诉我们](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repository name mismatch: the URLs use 'flash_sparse_attn' (with underscores) but should be 'flash-sparse-attention' (with hyphens) to match the repository name used consistently in other files.

Suggested change
- **报告错误**: 发现了错误?请[提交 issue](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
- **功能请求**: 有改进想法?[告诉我们](https://github.com/flash-algo/flash_sparse_attn/issues/new/choose)
- **报告错误**: 发现了错误?请[提交 issue](https://github.com/flash-algo/flash-sparse-attention/issues/new/choose)
- **功能请求**: 有改进想法?[告诉我们](https://github.com/flash-algo/flash-sparse-attention/issues/new/choose)

Copilot uses AI. Check for mistakes.
@LoserCheems LoserCheems deleted the chore/sync-after-move branch November 13, 2025 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants