-
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 #318
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 table in the README.md file to correct the order of the GitHub Actions bot and Dependabot entries. Flow diagram for contributor table update processgraph LR
A[README.md] --> B[Swap Position]
B --> C[Move GitHub Actions Bot First]
B --> D[Move Dependabot Second]
C --> E[Updated README.md]
D --> E
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
|
Infisical secrets check: β No secrets leaked! π» Scan logs10:38AM INF scanning for exposed secrets...
10:38AM INF 263 commits scanned.
10:38AM INF scan completed in 451ms
10:38AM INF no leaks found
|
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 |
|
@@ -159,17 +159,17 @@ | |||
<tbody> | |||
<tr> | |||
<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
<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
<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
<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
</a> | ||
</td> | ||
<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
<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
<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
<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
π Description
Summary by Sourcery
Documentation:
β Checks
β’οΈ Does this introduce a breaking change?
Description by Korbit AI
What change is being made?
Swap the positions of
dependabot[bot]
andgithub-actions[bot]
in the README contributors section.Why are these changes being made?
This change corrects the alignment of bot avatars and names, ensuring that the correct bot identity is associated with the corresponding GitHub user and avatar URL, which enhances accuracy in documentation.