Skip to content

Commit 60cf936

Browse files
authoredMay 17, 2023
fix: reviewpad configuration (#1551)
<!-- reviewpad:summarize:start --> ### Summary generated by Reviewpad on 17 May 23 13:34 UTC This pull request includes a new PULL_REQUEST_TEMPLATE and updates the reviewpad.yml file, removing the workflows section and leaving only the "praise-contributors-on-milestones" workflow. <!-- reviewpad:summarize:end --> We understand the the automatic summarization feature was spammy. So now you can use it through markers so that it directly updates the PR description.
1 parent 3598688 commit 60cf936

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Description
2+
3+
reviewpad:summary

‎reviewpad.yml

+1-22
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,7 @@ labels:
1919
# Define the list of workflows to be run by Reviewpad.
2020
# A workflow is a list of actions that will be executed based on the defined rules.
2121
# For more details see https://docs.reviewpad.com/guides/syntax#workflow.
22-
# workflows:
23-
# # This workflow calls Reviewpad AI agent to summarize the pull request.
24-
# - name: summarize
25-
# description: Summarize the pull request
26-
# always-run: true
27-
# if:
28-
# # Summarize the pull requests when pull requests are opened or synchronized.
29-
# - rule: ($eventType() == "synchronize" || $eventType() == "opened") && $state() == "open"
30-
# extra-actions:
31-
# - $summarize()
32-
33-
# This workflow assigns the most relevant reviewer to pull requests.
34-
# This helps guarantee that pull requests are reviewed by at least one person.
35-
# - name: reviewer-assignment
36-
# description: Assign the most relevant reviewer to pull requests
37-
# always-run: true
38-
# if:
39-
# # Automatically assign reviewer when the pull request is ready for review.
40-
# - rule: $isDraft() == false
41-
# extra-actions:
42-
# - $assignCodeAuthorReviewers()
43-
22+
workflows:
4423
# This workflow praises contributors on their pull request contributions.
4524
# This helps contributors feel appreciated.
4625
- name: praise-contributors-on-milestones

0 commit comments

Comments
 (0)
Please sign in to comment.