-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(contributor): contributors readme action update #313
Conversation
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the |
Reviewer's Guide by SourceryThis pull request updates the contributor list in the README.md file, specifically correcting the order of the dependabot and github-actions bots. Flow diagram for contributor list update processgraph LR
A[README.md] --> B[Original Order<br/>1. github-actions-bot<br/>2. dependabot-bot]
B --> C[Updated Order<br/>1. dependabot-bot<br/>2. github-actions-bot]
style A fill:#f9f,stroke:#333
style B fill:#ddd,stroke:#333
style C fill:#9f9,stroke:#333
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, github-actions[bot]!). We assume it knows what it's doing!
Here's the code health analysis summary for commits Analysis Summary
Code Coverage Report
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settingsΒ Β Β Β Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
README.md
Outdated
@@ -159,17 +159,17 @@ | |||
<tbody> | |||
<tr> | |||
<td align="center"> | |||
<a href="https://github.com/github-actions[bot]"> | |||
<img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100;" alt="github-actions[bot]"/> | |||
<a href="https://github.com/dependabot[bot]"> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: a Warning
README.md
Outdated
<a href="https://github.com/github-actions[bot]"> | ||
<img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100;" alt="github-actions[bot]"/> | ||
<a href="https://github.com/dependabot[bot]"> | ||
<img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100;" alt="dependabot[bot]"/> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: img Warning
README.md
Outdated
<br /> | ||
<sub><b>github-actions[bot]</b></sub> | ||
<sub><b>dependabot[bot]</b></sub> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: b Warning
README.md
Outdated
<br /> | ||
<sub><b>github-actions[bot]</b></sub> | ||
<sub><b>dependabot[bot]</b></sub> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: sub Warning
README.md
Outdated
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/dependabot[bot]"> | ||
<img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100;" alt="dependabot[bot]"/> | ||
<a href="https://github.com/github-actions[bot]"> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: a Warning
README.md
Outdated
<a href="https://github.com/dependabot[bot]"> | ||
<img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100;" alt="dependabot[bot]"/> | ||
<a href="https://github.com/github-actions[bot]"> | ||
<img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100;" alt="github-actions[bot]"/> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: img Warning
README.md
Outdated
<br /> | ||
<sub><b>dependabot[bot]</b></sub> | ||
<sub><b>github-actions[bot]</b></sub> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: b Warning
README.md
Outdated
<br /> | ||
<sub><b>dependabot[bot]</b></sub> | ||
<sub><b>github-actions[bot]</b></sub> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: sub Warning
Infisical secrets check: β No secrets leaked! π» Scan logs10:28AM INF scanning for exposed secrets...
10:28AM INF 261 commits scanned.
10:28AM INF scan completed in 451ms
10:28AM INF no leaks found
|
|
I was unable to write a description for this pull request. This could be because I only found files I can't scan. |
π Description
Update the contributors table in the README.
β Checks
β’οΈ Does this introduce a breaking change?