|
1 | 1 | plugins:
|
2 |
| - 'issues.closed': |
3 |
| - - skipBotEvents: true |
4 |
| - uses: |
5 |
| - - plugin: ubiquibot/conversation-rewards@testing/ubiquibot-v2-testing |
| 2 | + '*': |
| 3 | + - uses: |
| 4 | + - plugin: ubiquibot/user-activity-watcher |
| 5 | + type: github |
| 6 | + with: |
| 7 | + unassignUserThreshold: 7 |
| 8 | + sendRemindersThreshold: 3.5 |
| 9 | + - uses: |
| 10 | + - plugin: ubiquibot/conversation-rewards |
6 | 11 | type: github
|
7 | 12 | with:
|
8 | 13 | evmNetworkId: 100
|
| 14 | + evmPrivateEncrypted: "kmpTKq5Wh9r9x5j3U9GqZr3NYnjK2g0HtbzeUBOuLC2y3x8ja_SKBNlB2AZ6LigXHP_HeMitftVUtzmoj8CFfVP9SqjWoL6IPku1hVTWkdTn97g1IxzmjydFxjdcf0wuDW1hvVtoq3Uw5yALABqxcQ" |
| 15 | + incentives: |
| 16 | + enabled: true |
| 17 | + contentEvaluator: |
| 18 | + enabled: true |
| 19 | + userExtractor: |
| 20 | + enabled: true |
| 21 | + redeemTask: true |
| 22 | + dataPurge: |
| 23 | + enabled: true |
| 24 | + formattingEvaluator: |
| 25 | + enabled: true |
| 26 | + scores: |
| 27 | + br: 0 |
| 28 | + code: 1 |
| 29 | + p: 1 |
| 30 | + em: 0 |
| 31 | + img: 0 |
| 32 | + strong: 0 |
| 33 | + blockquote: 0 |
| 34 | + h1: 1 |
| 35 | + h2: 1 |
| 36 | + h3: 1 |
| 37 | + h4: 1 |
| 38 | + h5: 1 |
| 39 | + h6: 1 |
| 40 | + a: 1 |
| 41 | + li: 1 |
| 42 | + td: 1 |
| 43 | + hr: 0 |
| 44 | + multipliers: |
| 45 | + - type: [ ISSUE, ISSUER, SPECIFICATION ] |
| 46 | + formattingMultiplier: 1 |
| 47 | + wordValue: 0.1 |
| 48 | + - type: [ ISSUE, ISSUER, COMMENTED ] |
| 49 | + formattingMultiplier: 1 |
| 50 | + wordValue: 0.2 |
| 51 | + - type: [ ISSUE, ASSIGNEE, COMMENTED ] |
| 52 | + formattingMultiplier: 0 |
| 53 | + wordValue: 0 |
| 54 | + - type: [ ISSUE, COLLABORATOR, COMMENTED ] |
| 55 | + formattingMultiplier: 1 |
| 56 | + wordValue: 0.1 |
| 57 | + - type: [ ISSUE, CONTRIBUTOR, COMMENTED ] |
| 58 | + formattingMultiplier: 0.25 |
| 59 | + wordValue: 0.1 |
| 60 | + - type: [ REVIEW, ISSUER, TASK ] |
| 61 | + formattingMultiplier: 0 |
| 62 | + wordValue: 0 |
| 63 | + - type: [ REVIEW, ISSUER, COMMENTED ] |
| 64 | + formattingMultiplier: 2 |
| 65 | + wordValue: 0.2 |
| 66 | + - type: [ REVIEW, ASSIGNEE, COMMENTED ] |
| 67 | + formattingMultiplier: 1 |
| 68 | + wordValue: 0.1 |
| 69 | + - type: [ REVIEW, COLLABORATOR, COMMENTED ] |
| 70 | + formattingMultiplier: 1 |
| 71 | + wordValue: 0.1 |
| 72 | + - type: [ REVIEW, CONTRIBUTOR, COMMENTED ] |
| 73 | + formattingMultiplier: 0.25 |
| 74 | + wordValue: 0.1 |
| 75 | + permitGeneration: |
| 76 | + enabled: false |
| 77 | + githubComment: |
| 78 | + enabled: true |
| 79 | + post: true |
| 80 | + debug: false |
| 81 | + - uses: |
| 82 | + - plugin: https://ubiquibot-assistive-pricing.ubq.fi |
| 83 | + type: github |
| 84 | + with: |
| 85 | + labels: |
| 86 | + time: |
| 87 | + - "Time: <1 Hour" |
| 88 | + - "Time: <2 Hours" |
| 89 | + - "Time: <4 Hours" |
| 90 | + - "Time: <1 Day" |
| 91 | + - "Time: <1 Week" |
| 92 | + priority: |
| 93 | + - "Priority: 1 (Normal)" |
| 94 | + - "Priority: 2 (Medium)" |
| 95 | + - "Priority: 3 (High)" |
| 96 | + - "Priority: 4 (Urgent)" |
| 97 | + - "Priority: 5 (Emergency)" |
| 98 | + basePriceMultiplier: 1 |
| 99 | + publicAccessControl: |
| 100 | + setLabel: true |
| 101 | + fundExternalClosedIssue: false |
| 102 | + - uses: |
| 103 | + - plugin: https://ubiquibot-command-query-user.ubq.fi |
| 104 | + type: github |
| 105 | + with: |
| 106 | + allowPublicQuery: false |
0 commit comments