Skip to content

Commit 8cf6739

Browse files
committed
chore: format
1 parent 0203f13 commit 8cf6739

File tree

4 files changed

+66
-67
lines changed

4 files changed

+66
-67
lines changed

.github/.ubiquibot-config.yml

+60-60
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
plugins:
22
- uses:
3-
- plugin: https://ubiquibot-command-wallet-development.ubiquity.workers.dev
3+
- plugin: https://ubiquibot-command-wallet-development.ubiquity.workers.dev
44
- uses:
5-
- plugin: https://ubiquibot-command-query-user-development.ubiquity.workers.dev
6-
with:
7-
allowPublicQuery: true
5+
- plugin: https://ubiquibot-command-query-user-development.ubiquity.workers.dev
6+
with:
7+
allowPublicQuery: true
88
- uses:
9-
- plugin: https://ubiquibot-assistive-pricing-development.ubiquity.workers.dev
10-
with:
11-
labels:
12-
time:
13-
- "Time: <1 Hour"
14-
- "Time: <2 Hours"
15-
- "Time: <4 Hours"
16-
- "Time: <1 Day"
17-
- "Time: <1 Week"
18-
- "Time: <1 Month"
19-
priority:
20-
- "Priority: 1 (Normal)"
21-
- "Priority: 2 (Medium)"
22-
- "Priority: 3 (High)"
23-
- "Priority: 4 (Urgent)"
24-
- "Priority: 5 (Emergency)"
25-
basePriceMultiplier: 2
26-
publicAccessControl:
27-
setLabel: true
28-
fundExternalClosedIssue: false
9+
- plugin: https://ubiquibot-assistive-pricing-development.ubiquity.workers.dev
10+
with:
11+
labels:
12+
time:
13+
- "Time: <1 Hour"
14+
- "Time: <2 Hours"
15+
- "Time: <4 Hours"
16+
- "Time: <1 Day"
17+
- "Time: <1 Week"
18+
- "Time: <1 Month"
19+
priority:
20+
- "Priority: 1 (Normal)"
21+
- "Priority: 2 (Medium)"
22+
- "Priority: 3 (High)"
23+
- "Priority: 4 (Urgent)"
24+
- "Priority: 5 (Emergency)"
25+
basePriceMultiplier: 2
26+
publicAccessControl:
27+
setLabel: true
28+
fundExternalClosedIssue: false
2929
- skipBotEvents: false
3030
uses:
3131
- plugin: ubiquibot/conversation-rewards@development
@@ -44,7 +44,7 @@ plugins:
4444
enabled: true
4545
formattingEvaluator:
4646
multipliers:
47-
- role: [ ISSUE_SPECIFICATION ]
47+
- role: [ISSUE_SPECIFICATION]
4848
multiplier: 3
4949
rewards:
5050
regex:
@@ -67,47 +67,47 @@ plugins:
6767
li: 1
6868
td: 1
6969
hr: 0
70-
- role: [ ISSUE_AUTHOR ]
70+
- role: [ISSUE_AUTHOR]
7171
multiplier: 1
7272
rewards:
7373
regex:
7474
"\\b\\w+\\b": 0.2
75-
- role: [ ISSUE_ASSIGNEE ]
75+
- role: [ISSUE_ASSIGNEE]
7676
multiplier: 1
7777
rewards:
7878
regex:
7979
"\\b\\w+\\b": 0.1
80-
- role: [ ISSUE_COLLABORATOR ]
80+
- role: [ISSUE_COLLABORATOR]
8181
multiplier: 1
8282
rewards:
8383
regex:
8484
"\\b\\w+\\b": 0.1
85-
- role: [ ISSUE_CONTRIBUTOR ]
85+
- role: [ISSUE_CONTRIBUTOR]
8686
multiplier: 0.25
8787
rewards:
8888
regex:
8989
"\\b\\w+\\b": 0.1
90-
- role: [ PULL_SPECIFICATION ]
90+
- role: [PULL_SPECIFICATION]
9191
multiplier: 0
9292
rewards:
9393
regex:
9494
"\\b\\w+\\b": 0
95-
- role: [ PULL_AUTHOR ]
95+
- role: [PULL_AUTHOR]
9696
multiplier: 0
9797
rewards:
9898
regex:
9999
"\\b\\w+\\b": 0.2
100-
- role: [ PULL_ASSIGNEE ]
100+
- role: [PULL_ASSIGNEE]
101101
multiplier: 1
102102
rewards:
103103
regex:
104104
"\\b\\w+\\b": 0.1
105-
- role: [ PULL_COLLABORATOR ]
105+
- role: [PULL_COLLABORATOR]
106106
multiplier: 1
107107
rewards:
108108
regex:
109109
"\\b\\w+\\b": 0.1
110-
- role: [ PULL_CONTRIBUTOR ]
110+
- role: [PULL_CONTRIBUTOR]
111111
multiplier: 0.25
112112
rewards:
113113
regex:
@@ -118,32 +118,32 @@ plugins:
118118
post: true
119119
debug: false
120120
- uses:
121-
- plugin: ubiquibot/user-activity-watcher@development
122-
with:
123-
watch:
124-
optOut:
125-
- ubiquibot
126-
- launch-party
127-
- staging
128-
- production
121+
- plugin: ubiquibot/user-activity-watcher@development
122+
with:
123+
watch:
124+
optOut:
125+
- ubiquibot
126+
- launch-party
127+
- staging
128+
- production
129129
- uses:
130-
- plugin: ubiquibot/automated-merging@development
131-
with:
132-
approvalsRequired:
133-
collaborator: 1
134-
mergeTimeout:
135-
collaborator: "3.5 days"
136-
repos:
137-
ignore:
138-
- ubiquibot
139-
- launch-party
140-
- staging
141-
- production
130+
- plugin: ubiquibot/automated-merging@development
131+
with:
132+
approvalsRequired:
133+
collaborator: 1
134+
mergeTimeout:
135+
collaborator: "3.5 days"
136+
repos:
137+
ignore:
138+
- ubiquibot
139+
- launch-party
140+
- staging
141+
- production
142142
- uses:
143-
- plugin: https://ubiquibot-command-start-stop-development.ubiquity.workers.dev
144-
with:
145-
reviewDelayTolerance: "3 Days"
146-
taskStaleTimeoutDuration: "30 Days"
147-
startRequiresWallet: true # default is true
143+
- plugin: https://ubiquibot-command-start-stop-development.ubiquity.workers.dev
144+
with:
145+
reviewDelayTolerance: "3 Days"
146+
taskStaleTimeoutDuration: "30 Days"
147+
startRequiresWallet: true # default is true
148148
- uses:
149-
- plugin: ubiquibot/issue-comment-embeddings@development
149+
- plugin: ubiquibot/issue-comment-embeddings@development

.github/workflows/sync-template.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync branch to template
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '14 0 1 * *'
6+
- cron: "14 0 1 * *"
77

88
jobs:
99
sync:
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
app_id: ${{ secrets.APP_ID }}
2525
private_key: ${{ secrets.APP_PRIVATE_KEY }}
26-
26+
2727
- name: Sync branch to template
2828
env:
2929
GH_TOKEN: ${{ steps.get_installation_token.outputs.token }}
@@ -45,5 +45,3 @@ jobs:
4545
git commit -m "chore: sync template"
4646
git push "$original_remote" "$pr_branch"
4747
gh pr create --title "Sync branch to template" --body "This pull request merges changes from the template repository." --head "$pr_branch" --base "$branch_name"
48-
49-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
"@commitlint/config-conventional"
9292
]
9393
}
94-
}
94+
}

static/styles/rewards/pay.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@
2424
}
2525

2626
html {
27-
display:block;
27+
display: block;
2828
width: 100%;
2929
height: 100%;
3030
}
3131

32-
body, main {
32+
body,
33+
main {
3334
width: 100%;
3435
height: 100%;
3536
}

0 commit comments

Comments
 (0)