docs(contributor): contributors readme action update#206
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the contributors and bots sections in README.md by adjusting table markup and adding a new contributor entry to the collaborators list. File-Level Changesand tags to use tab-indented formatting instead of space-indented formatting in both contributors and bots tables.
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Secrets | Apr 14, 2026 2:21p.m. | Review ↗ | |
| Python | Apr 14, 2026 2:21p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
|
Please provide a description for this pull request. |
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| BestPractice | 3 minor |
| CodeStyle | 4 minor |
TIP This summary will be updated as you push new changes. Give us feedback
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The new
<tbody>tags at the end of both tables replace closing tags with opening ones, which breaks the HTML structure; these should remain</tbody>to keep the markup valid. - The change from space-based indentation to tabs within the table markup makes the README formatting inconsistent with the existing style; consider keeping indentation consistent with the rest of the file.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new `<tbody>` tags at the end of both tables replace closing tags with opening ones, which breaks the HTML structure; these should remain `</tbody>` to keep the markup valid.
- The change from space-based indentation to tabs within the table markup makes the README formatting inconsistent with the existing style; consider keeping indentation consistent with the rest of the file.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2026-04-14T14:21:40Z INF scanning for exposed secrets...
2:21PM INF 131 commits scanned.
2026-04-14T14:21:40Z INF scan completed in 22.9ms
2026-04-14T14:21:40Z INF no leaks found
|
📑 Description
Contributors readme action update
✅ Checks
☢️ Does this introduce a breaking change?