From 38588da4a0311921b1a02268572d2f697ce8fd1f Mon Sep 17 00:00:00 2001 From: ofer affias Date: Mon, 24 Jun 2024 14:52:43 +0300 Subject: [PATCH] add and remove quickstart --- docs/automations/approve-tests/README.md | 2 +- docs/automations/integrations/copilot/flag-copilot-pr/README.md | 2 +- .../integrations/dependabot/approve-dependabot/README.md | 2 +- docs/automations/integrations/orca/review-orca-alerts/README.md | 2 +- .../integrations/renovate/approve-renovate/README.md | 2 +- docs/automations/integrations/sonar/label-sonar/README.md | 2 +- docs/automations/provide-estimated-time-to-review/README.md | 2 +- docs/automations/request-screenshot/README.md | 2 +- .../label-management/label-unresolved-threads/README.md | 2 +- docs/automations/standard/link-issue-tracker/README.md | 2 +- docs/automations/welcome-newcomer/README.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/automations/approve-tests/README.md b/docs/automations/approve-tests/README.md index e8ac6466..3b4522ea 100644 --- a/docs/automations/approve-tests/README.md +++ b/docs/automations/approve-tests/README.md @@ -1,7 +1,7 @@ --- title: Automation - Approve test changes description: Automatically approve changes that only contain updates to tests. -category: [efficiency, testing, quickstart] +category: [efficiency, testing] quickstart: true --- # Approve test changes diff --git a/docs/automations/integrations/copilot/flag-copilot-pr/README.md b/docs/automations/integrations/copilot/flag-copilot-pr/README.md index 3cb41867..a72e4c13 100644 --- a/docs/automations/integrations/copilot/flag-copilot-pr/README.md +++ b/docs/automations/integrations/copilot/flag-copilot-pr/README.md @@ -1,7 +1,7 @@ --- title: Automation - Label GitHub Copilot PRs description: Automatically apply labels to PRs that are assisted by GitHub Copilot -category: [quality, genai, copilot] +category: [quality, genai, copilot, quickstart] --- # Automatically Label GitHub Copilot PRs diff --git a/docs/automations/integrations/dependabot/approve-dependabot/README.md b/docs/automations/integrations/dependabot/approve-dependabot/README.md index bee0f4f1..e276efac 100644 --- a/docs/automations/integrations/dependabot/approve-dependabot/README.md +++ b/docs/automations/integrations/dependabot/approve-dependabot/README.md @@ -1,7 +1,7 @@ --- title: Automation - Approve and Merge Dependabot Changes description: Automatically approve and merge Dependabot PRs. -category: [efficiency, dependabot, security] +category: [efficiency, dependabot, security, quickstart] quickstart: false --- # Approve and Merge Dependabot Changes diff --git a/docs/automations/integrations/orca/review-orca-alerts/README.md b/docs/automations/integrations/orca/review-orca-alerts/README.md index 7d2f7586..40f6f4ac 100644 --- a/docs/automations/integrations/orca/review-orca-alerts/README.md +++ b/docs/automations/integrations/orca/review-orca-alerts/README.md @@ -1,7 +1,7 @@ --- title: Automation - Review Orca Security Alerts description: Automatically require review from your SecOps team for Orca Security violations in pull requests. -category: [security, orca, quickstart] +category: [security, orca] quickstart: true --- # Require Security Review for Orca Alerts diff --git a/docs/automations/integrations/renovate/approve-renovate/README.md b/docs/automations/integrations/renovate/approve-renovate/README.md index 60bbbaf8..c4036ab1 100644 --- a/docs/automations/integrations/renovate/approve-renovate/README.md +++ b/docs/automations/integrations/renovate/approve-renovate/README.md @@ -1,7 +1,7 @@ --- title: Automation - Approve and Merge Renovate Changes description: Automatically approve and merge Renovate PRs. -category: [efficiency, renovate, security] +category: [efficiency, renovate, security, quickstart] quickstart: false --- # Approve and Merge Renovate Changes diff --git a/docs/automations/integrations/sonar/label-sonar/README.md b/docs/automations/integrations/sonar/label-sonar/README.md index bda52f22..c0b74525 100644 --- a/docs/automations/integrations/sonar/label-sonar/README.md +++ b/docs/automations/integrations/sonar/label-sonar/README.md @@ -1,7 +1,7 @@ --- title: Automation - Label SonarCloud Quality Reports description: Automatically label PRs with SonarCloud insights. -category: [security, sonarcloud, quickstart] +category: [security, sonarcloud] quickstart: true --- # Label SonarCloud Quality Reports diff --git a/docs/automations/provide-estimated-time-to-review/README.md b/docs/automations/provide-estimated-time-to-review/README.md index d2364eaa..2454c790 100644 --- a/docs/automations/provide-estimated-time-to-review/README.md +++ b/docs/automations/provide-estimated-time-to-review/README.md @@ -1,7 +1,7 @@ --- title: Automation - Provide Estimated Time to Review description: Automatically label PRs with an estimated time to review. -category: [efficiency, review, quickstart] +category: [efficiency, review] quickstart: true --- # Provide Estimated Time to Review diff --git a/docs/automations/request-screenshot/README.md b/docs/automations/request-screenshot/README.md index d4ade047..ccd69bcc 100644 --- a/docs/automations/request-screenshot/README.md +++ b/docs/automations/request-screenshot/README.md @@ -1,7 +1,7 @@ --- title: Automation - Request Screenshot description: Automatically ensure PRs contain screenshots to help illustrate the changes. -category: [quality, review] +category: [quality, review, quickstart] --- # Request Screenshot If the PR lacks an image file, or link to an image in the description, apply a `no-screenshot` label and post a comment to request a screenshot. If the PR author updates the description, gitStream will remove the label. diff --git a/docs/automations/standard/label-management/label-unresolved-threads/README.md b/docs/automations/standard/label-management/label-unresolved-threads/README.md index da409b16..3441c375 100644 --- a/docs/automations/standard/label-management/label-unresolved-threads/README.md +++ b/docs/automations/standard/label-management/label-unresolved-threads/README.md @@ -1,7 +1,7 @@ --- title: Automation - Label Unresolved Review Threads description: Automatically label PRs when there are unresolved code review comments. -category: [security, quickstart] +category: [security] quickstart: true --- # Label Unresolved Review Threads diff --git a/docs/automations/standard/link-issue-tracker/README.md b/docs/automations/standard/link-issue-tracker/README.md index 3b85a13d..b8af4f3e 100644 --- a/docs/automations/standard/link-issue-tracker/README.md +++ b/docs/automations/standard/link-issue-tracker/README.md @@ -1,7 +1,7 @@ --- title: Automation - Automatic Project Tracker Links description: Automatically post PR comments that link to the associated project tracking resource. -category: [quality, quickstart] +category: [quality] quickstart: true --- diff --git a/docs/automations/welcome-newcomer/README.md b/docs/automations/welcome-newcomer/README.md index eccc0659..4692c9b7 100644 --- a/docs/automations/welcome-newcomer/README.md +++ b/docs/automations/welcome-newcomer/README.md @@ -1,7 +1,7 @@ --- title: Automation - Welcome Newcomer description: Automatically post messages to first time PR contributors to help them get started. -category: [review, quickstart] +category: [review] quickstart: true --- # Welcome Newcomer