Skip to content

Commit

Permalink
Update .ubiquity-os.config.yml
Browse files Browse the repository at this point in the history
Normalized rewards and added credit for pull body based on ubiquity#349 (comment)
  • Loading branch information
0x4007 authored Dec 13, 2024
1 parent 9e22f50 commit 87d5372
Showing 1 changed file with 14 additions and 139 deletions.
153 changes: 14 additions & 139 deletions .github/.ubiquity-os.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ plugins:
enabled: true
formattingEvaluator:
multipliers:
- role:
- ISSUE_SPECIFICATION
multiplier: 3
- roles:
- PULL_SPECIFICATION
multiplier: 1
rewards:
wordValue: 0.1
wordValue: 0.2
html:
br:
score: 0
countWords: true
countWords: false
code:
score: 5
countWords: false
Expand Down Expand Up @@ -123,78 +123,16 @@ plugins:
ol:
score: 1
countWords: true
- role:
- roles:
- ISSUE_SPECIFICATION
- ISSUE_AUTHOR
- ISSUE_ASSIGNEE
- ISSUE_COLLABORATOR
- PULL_COLLABORATOR
multiplier: 1
rewards:
wordValue: 0.1
html:
br:
score: 0
countWords: true
code:
score: 5
countWords: false
p:
score: 0
countWords: true
em:
score: 0
countWords: true
img:
score: 5
countWords: true
strong:
score: 0
countWords: false
blockquote:
score: 0
countWords: false
h1:
score: 1
countWords: true
h2:
score: 1
countWords: true
h3:
score: 1
countWords: true
h4:
score: 1
countWords: true
h5:
score: 1
countWords: true
h6:
score: 1
countWords: true
a:
score: 5
countWords: true
li:
score: 0.5
countWords: true
ul:
score: 1
countWords: true
td:
score: 0
countWords: true
hr:
score: 0
countWords: true
pre:
score: 0
countWords: false
ol:
score: 1
countWords: true
- role:
- ISSUE_CONTRIBUTOR
- PULL_ASSIGNEE
- PULL_COLLABORATOR
- PULL_CONTRIBUTOR
multiplier: 0.25
multiplier: 1
rewards:
wordValue: 0.1
html:
Expand Down Expand Up @@ -258,76 +196,13 @@ plugins:
ol:
score: 1
countWords: true
- role:
- PULL_SPECIFICATION
- roles:
- PULL_AUTHOR
- ISSUE_ASSIGNEE
- PULL_ASSIGNEE
multiplier: 0
rewards:
wordValue: 0
html:
br:
score: 0
countWords: true
code:
score: 5
countWords: false
p:
score: 0
countWords: true
em:
score: 0
countWords: true
img:
score: 5
countWords: true
strong:
score: 0
countWords: false
blockquote:
score: 0
countWords: false
h1:
score: 1
countWords: true
h2:
score: 1
countWords: true
h3:
score: 1
countWords: true
h4:
score: 1
countWords: true
h5:
score: 1
countWords: true
h6:
score: 1
countWords: true
a:
score: 5
countWords: true
li:
score: 0.5
countWords: true
ul:
score: 1
countWords: true
td:
score: 0
countWords: true
hr:
score: 0
countWords: true
pre:
score: 0
countWords: false
ol:
score: 1
countWords: true
permitGeneration: {}
permitGeneration:
enabled: true
githubComment:
post: true
debug: false
Expand Down

0 comments on commit 87d5372

Please sign in to comment.