Skip to content
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

Update activity.md #1538

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/docs/ref/rules/activity.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Activity Score
title: Trusty Score
sidebar_position: 20
---

# Activity Score Threshold Rule
# Trusty Score Threshold Rule

The following rule type is available for [Trusty](https://www.trustypkg.dev/) activity score threshold.
The following rule type is available for [Trusty](https://www.trustypkg.dev/) score threshold.

## `pr_trusty_check` - Verifies that pull requests do not add any dependencies with low Trusty scores
## `pr_trusty_check` - Verifies that pull requests do not add any dependencies with Trusty scores below a certain threshold

This rule allows you to monitor new Pull requests for newly added dependencies with low
This rule allows you to monitor new pull requests for newly added dependencies with low
[Trusty](https://www.trustypkg.dev/) scores.
For every pull request submitted to a repository, this rule will check if the pull request adds a new dependency with
a low Trusty score. If a dependency with a low score is added, the PR will be commented on.
a Trusty score below a threshold that you define. If a dependency with a low score is added, the PR will be commented on.

## Entity
- `pull_request`
Expand Down