Skip to content

Commit

Permalink
Merge branch 'main' into fix-missing-or-broken-intents
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarinacci authored Nov 15, 2024
2 parents 545a051 + 175bef1 commit 12cfb41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion code-quality/ci-setup/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Trunk Code Quality has the ability to post its results to the [Trunk Code Qualit

## Connect your Trunk organization to GitHub

Sign up at [app.trunk.io](https://app.trunk.io/?intent=code+quality), create a Trunk organization, and connect it to your repositories. You will need to grant the following [GitHub App permissions](../../administration/github-app-permissions.md).

Sign up at [app.trunk.io](https://app.trunk.io/login?intent=code+quality), create a Trunk organization, and connect it to your repositories. You will need to grant the following [GitHub App permissions](../../administration/github-app-permissions.md).

{% @supademo/embed demoId="HXyBmoBn0_OX9Xite2fqd" url="https://app.supademo.com/demo/HXyBmoBn0_OX9Xite2fqd" %}

Expand Down
2 changes: 1 addition & 1 deletion code-quality/ci-setup/github-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Trunk Code Quality has the ability to post its results to the [Trunk Code Qualit

### Connect your Trunk organization to GitHub

Sign up at [app.trunk.io](https://app.trunk.io?intent=code+quality), create a Trunk organization, and connect it to your repositories. You will need to grant the following GitHub App permissions.
Sign up at [app.trunk.io](https://app.trunk.io/login?intent=code+quality), create a Trunk organization, and connect it to your repositories. You will need to grant the following GitHub App permissions.

{% @supademo/embed demoId="HXyBmoBn0_OX9Xite2fqd" url="https://app.supademo.com/demo/HXyBmoBn0_OX9Xite2fqd" %}

Expand Down
2 changes: 1 addition & 1 deletion code-quality/ci-setup/manual-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You can also explicitly set the upstream branch if needed via `--upstream`, but
After your first upload to the Trunk Web App _without_ the Trunk GitHub App installed, you'll see the web app populate and be aware of the repo you uploaded from. We don't send or store your repo in the Trunk backend, see [security.md](../security.md "mention") for more info.
{% endhint %}

Trunk Code Quality has the ability to post its results to [app.trunk.io](https://app.trunk.io/?intent=code+quality). This will enable you to view your repository's Code Quality history over time so you can track the trend of issues in your code, as well as browse the issues in your repository to help you understand which issues should be prioritized to fix.
Trunk Code Quality has the ability to post its results to [app.trunk.io](https://app.trunk.io/login?intent=code+quality). This will enable you to view your repository's Code Quality history over time so you can track the trend of issues in your code, as well as browse the issues in your repository to help you understand which issues should be prioritized to fix.

In order to keep the data up-to-date, you should upload Trunk Code Quality results regularly in an automated fashion. Depending on the size of your repository and the linters you have configured to run, running Trunk Code Quality on your whole repository may take a while. Because this run may take a while, we recommend uploading Trunk Code Quality results once daily. However, the system supports uploading results for every commit, so the granularity of upload is up to you.

Expand Down

0 comments on commit 12cfb41

Please sign in to comment.