feat: reviewpad onboarding#472
Closed
reviewpad[bot] wants to merge 1 commit intodevelopfrom
Closed
Conversation
|
Code Climate has analyzed commit 7724192 and detected 0 issues on this pull request. View more on Code Climate. |
Author
|
Reviewpad Report (Reviewpad ran in dry-run mode because configuration has changed) 📜 Executed actions $assignCodeAuthorReviewers(1, [], 0)
$commentOnce($sprintf("Thank you @%s for this first contribution!", [$author()]))
$commitLint()
$titleLint()
$warn("Please link an issue to the pull request")
$removeLabels(["small", "large"])
$addLabel("medium")
$addLabel("waiting-for-review") |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #472 +/- ##
========================================
Coverage 85.86% 85.86%
========================================
Files 34 34
Lines 2788 2788
Branches 356 356
========================================
Hits 2394 2394
Misses 256 256
Partials 138 138 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to Reviewpad! This is an onboarding pull request to help you configure Reviewpad before it starts speeding up and securing your pull requests.
To activate Reviewpad, merge this Pull Request. To disable Reviewpad, simply close this Pull Request unmerged.
Configuration
Reviewpad is configured by adding a
reviewpad.ymlto the root of your repository. This file contains a list of workflows that Reviewpad will use to automate actions on your pull requests. Each workflow is triggered based on some defined conditions called rules.To get you started, we provide a default configuration (attached to this PR) with some best practices.
If you wish to tune this configuration, you can either use our embedded wizard by turning on/off the below checkboxes or simply edit the
reviewpad.ymlfile in this branch and push it. If you decide to manually update thereviewpad.ymlconfiguration file to get access to the full power of Reviewpad, the wizard and so the below checkboxes will vanish.Please make sure to test your configuration before pushing it. You can run your configuration against a public repository using our Reviewpad Playground.
The workflows part of this default configuration are the following:
waiting-for-reviewif there missing approvals;docsif they only modify Markdown or txt files;infraif they modify Terraform files;dependenciesif they only modifypackage.jsonandpackage.lockfiles;What to Expect
With your current configuration, Reviewpad will perform the following automations in the last 5 open pull requests:
rtc: Update AEC XML document validations #199
data.ref: update XML schemas of "factura electrónica" #200
data.ref: versioning XML schemas of "factura electrónica" #211
Add data model for DTE Referencia #218
Add contributing guidelines #461
Need help?
If you have any questions please check out our documentation or get in touch with us.
This PR has been generated by Reviewpad and it was triggered by the installation of the Reviewpad GitHub App.