Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update .ubiquibot-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen authored Jun 11, 2024
1 parent b85c169 commit ab3e148
Showing 1 changed file with 102 additions and 4 deletions.
106 changes: 102 additions & 4 deletions .github/.ubiquibot-config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,106 @@
plugins:
'issues.closed':
- skipBotEvents: true
uses:
- plugin: ubiquibot/conversation-rewards@testing/ubiquibot-v2-testing
'*':
- uses:
- plugin: ubiquibot/user-activity-watcher
type: github
with:
unassignUserThreshold: 7
sendRemindersThreshold: 3.5
- uses:
- plugin: ubiquibot/conversation-rewards
type: github
with:
evmNetworkId: 100
evmPrivateEncrypted: "kmpTKq5Wh9r9x5j3U9GqZr3NYnjK2g0HtbzeUBOuLC2y3x8ja_SKBNlB2AZ6LigXHP_HeMitftVUtzmoj8CFfVP9SqjWoL6IPku1hVTWkdTn97g1IxzmjydFxjdcf0wuDW1hvVtoq3Uw5yALABqxcQ"
incentives:
enabled: true
contentEvaluator:
enabled: true
userExtractor:
enabled: true
redeemTask: true
dataPurge:
enabled: true
formattingEvaluator:
enabled: true
scores:
br: 0
code: 1
p: 1
em: 0
img: 0
strong: 0
blockquote: 0
h1: 1
h2: 1
h3: 1
h4: 1
h5: 1
h6: 1
a: 1
li: 1
td: 1
hr: 0
multipliers:
- type: [ ISSUE, ISSUER, SPECIFICATION ]
formattingMultiplier: 1
wordValue: 0.1
- type: [ ISSUE, ISSUER, COMMENTED ]
formattingMultiplier: 1
wordValue: 0.2
- type: [ ISSUE, ASSIGNEE, COMMENTED ]
formattingMultiplier: 0
wordValue: 0
- type: [ ISSUE, COLLABORATOR, COMMENTED ]
formattingMultiplier: 1
wordValue: 0.1
- type: [ ISSUE, CONTRIBUTOR, COMMENTED ]
formattingMultiplier: 0.25
wordValue: 0.1
- type: [ REVIEW, ISSUER, TASK ]
formattingMultiplier: 0
wordValue: 0
- type: [ REVIEW, ISSUER, COMMENTED ]
formattingMultiplier: 2
wordValue: 0.2
- type: [ REVIEW, ASSIGNEE, COMMENTED ]
formattingMultiplier: 1
wordValue: 0.1
- type: [ REVIEW, COLLABORATOR, COMMENTED ]
formattingMultiplier: 1
wordValue: 0.1
- type: [ REVIEW, CONTRIBUTOR, COMMENTED ]
formattingMultiplier: 0.25
wordValue: 0.1
permitGeneration:
enabled: false
githubComment:
enabled: true
post: true
debug: false
- uses:
- plugin: https://ubiquibot-assistive-pricing.ubq.fi
type: github
with:
labels:
time:
- "Time: <1 Hour"
- "Time: <2 Hours"
- "Time: <4 Hours"
- "Time: <1 Day"
- "Time: <1 Week"
priority:
- "Priority: 1 (Normal)"
- "Priority: 2 (Medium)"
- "Priority: 3 (High)"
- "Priority: 4 (Urgent)"
- "Priority: 5 (Emergency)"
basePriceMultiplier: 1
publicAccessControl:
setLabel: true
fundExternalClosedIssue: false
- uses:
- plugin: https://ubiquibot-command-query-user.ubq.fi
type: github
with:
allowPublicQuery: false

1 comment on commit ab3e148

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 64%
62.88% (61/97) 20% (5/25) 40% (6/15)

JUnit

Tests Skipped Failures Errors Time
3 0 💤 3 ❌ 0 🔥 4.549s ⏱️

Please sign in to comment.