-
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 #302
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 README.md by swapping the positions of github-actions[bot] and dependabot[bot]. Sequence diagram for contributor table update processsequenceDiagram
participant A as GitHub Action
participant R as README.md
A->>R: Read current contributor table
A->>R: Swap positions of github-actions[bot] and dependabot[bot]
A->>R: Update contributor table
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 πͺ§ 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:22PM INF scanning for exposed secrets...
10:22PM INF 252 commits scanned.
10:22PM INF scan completed in 451ms
10:22PM 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
Quality Gate passedIssues Measures |
@gstraccini review |
Reviewing this pull request! π Commits included: |
π Description
Summary by Sourcery
Documentation:
β Checks
β’οΈ Does this introduce a breaking change?