-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Main #28
base: release/v1
Are you sure you want to change the base?
Main #28
Conversation
Signed-off-by: gitworkflows <[email protected]>
* v1 release * v1 release * tag update * tag update * Update update-dependencies.yml Signed-off-by: KhulnaSoft bot <[email protected]> * Update codetypo-action.yml Signed-off-by: KhulnaSoft bot <[email protected]> * Update release-please.yml Signed-off-by: KhulnaSoft bot <[email protected]> * Update test.yml Signed-off-by: KhulnaSoft bot <[email protected]> * Update update-dependabot.yml Signed-off-by: KhulnaSoft bot <[email protected]> * Update update-dependabot.yml Signed-off-by: KhulnaSoft bot <[email protected]> * Create codeql-migrator.yml Signed-off-by: NxPKG <[email protected]> * Update codeql-migrator.yml Signed-off-by: NxPKG <[email protected]> * Update codeql-migrator.yml Signed-off-by: NxPKG <[email protected]> * Update codeql-migrator.yml Signed-off-by: NxPKG <[email protected]> * Update codeql-migrator.yml Signed-off-by: NxPKG <[email protected]> * Create action.yml Signed-off-by: NxPKG <[email protected]> * Update action.yml Signed-off-by: NxPKG <[email protected]> * Update e2e-marge/action.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: NxPKG <[email protected]> --------- Signed-off-by: KhulnaSoft bot <[email protected]> Signed-off-by: NxPKG <[email protected]> Signed-off-by: NxPKG <[email protected]> Co-authored-by: KhulnaSoft bot <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
🧙 Sourcery is reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 135 files out of 243 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits. 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 (
|
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
await fs.mkdir(path.dirname(file), { recursive: true }); | ||
const s = await fs.stat(file).catch((e) => undefined); | ||
if (s) continue; | ||
await fs.writeFile(file, ''); |
Check failure
Code scanning / CodeQL
Potential file system race condition High
was checked
PR Code Suggestions ✨Explore these optional code suggestions:
|
Notes for Reviewers
This PR fixes #
Signed commits
Summary by Sourcery
Documentation:
summary
,output
,dirty
, andpr-body
actions in the README.