Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@




reviewpad:summary



Expand Down
10 changes: 0 additions & 10 deletions reviewpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ labels:
# A workflow is a list of actions that will be executed based on the defined rules.
# For more details see https://docs.reviewpad.com/guides/syntax#workflow.
workflows:
# This workflow calls Reviewpad AI agent to summarize the pull request.
- name: summarize
description: Summarize the pull request
always-run: true
if:
# Summarize the pull requests when pull requests are opened or synchronized.
- rule: ($eventType() == "synchronize" || $eventType() == "opened") && $state() == "open"
extra-actions:
- $summarize()

# This workflow assigns the most relevant reviewer to pull requests.
# This helps guarantee that pull requests are reviewed by at least one person.
- name: reviewer-assignment
Expand Down