Skip to content

Commit

Permalink
Merge pull request #541 from linear-b/change-categories
Browse files Browse the repository at this point in the history
add and remove quickstart
  • Loading branch information
vim-zz committed Jun 24, 2024
2 parents 150da8a + 38588da commit 01effae
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/automations/approve-tests/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
<!-- --8<-- [start:example]-->
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/automations/integrations/sonar/label-sonar/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/automations/request-screenshot/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/automations/standard/link-issue-tracker/README.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion docs/automations/welcome-newcomer/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 01effae

Please sign in to comment.