From 0cbb8cea630a83472c27505f9c229343527ee90b Mon Sep 17 00:00:00 2001 From: Dan Barr Date: Mon, 16 Sep 2024 15:44:30 -0400 Subject: [PATCH] Fix typos in profile selectors doc (#4493) --- docs/docs/how-to/profile_selectors.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/how-to/profile_selectors.md b/docs/docs/how-to/profile_selectors.md index 60d0ce4295..3173f5e9bf 100644 --- a/docs/docs/how-to/profile_selectors.md +++ b/docs/docs/how-to/profile_selectors.md @@ -39,6 +39,7 @@ selection: ``` Let's break down the example above: + - `entity`: Defines the type of entity you want to filter (`repository`, `artifact`, or `pull_request`). In the case that the `entity` type is omitted, the selector will be applied to all entities. - `selector`: The CEL expression that specifies the filtering criteria. In the example: - The first selector filters repositories to include only those that are not forks and whose name starts with stacklok. In other words, those that are part of the stacklok organization. @@ -81,7 +82,7 @@ Selectors for repositories allow you to filter and manage repositories based on | Field | Description | Type | |---------------------|-----------------------------------------------------------------------------|--------| -| `github/crated_at` | The time the artifact was created formatted as RFC3339 string | string | +| `github/created_at` | The time the artifact was created formatted as RFC3339 string | string | | `github/name` | The full name of the artifact. | string | | `github/type` | The type of the artifact, e.g. "container" | string | | `github/visibility` | The visibility of the artifact, e.g. "public" | string | @@ -96,7 +97,7 @@ Selectors for repositories allow you to filter and manage repositories based on |--------|-------------------------------------------------------------|--------| | `name` | The full name of the pull request, e.g. stacklok/minder/123 | string | -## Artifact properties set by the GitHub provider +## Pull request properties set by the GitHub provider | Field | Description | Type | |-------------------------|-----------------------------------------|--------| @@ -113,4 +114,4 @@ Each entity can be filtered based on its provider. | Field | Description | Type | |---------|----------------------------------------------------|--------| | `name` | The name of the provider, e.g. github-app-stacklok | string | -| `class` | The class of the provider, e.g. github-app | string | \ No newline at end of file +| `class` | The class of the provider, e.g. github-app | string |