-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a runs_on
section to the configuration and the manifests
#73
Comments
@gentlementlegen, You are not allowed to add Time: <4 Hours |
! No permission to set labels |
Or better, consider a one word solution like subscribe, invoke, listener (reference to event listener) Some other interesting syntax:
Also isn't |
Let's make it plural as it is a list, I propose Isn't
|
When closed, the following configurations should be updated: |
+ Evaluating results. Please wait... |
|
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Task | 1 | 100 |
Issue | Specification | 1 | 9.9 |
Issue | Comment | 2 | 9.66 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
We will have a `runs_on` item that will describe which e… | 9.9content: p: count: 73 score: 1 code: count: 26 score: 1 wordValue: 0.1 formattingMultiplier: 1 | 1 | 9.9 |
Let's make it plural as it is a list, I propose `subscriptio… | 11.4content: p: count: 50 score: 1 code: count: 7 score: 1 wordValue: 0.2 formattingMultiplier: 1 | 0.8 | 9.12 |
When closed, the following configurations should be updated: htt… | 1.8content: p: count: 9 score: 1 wordValue: 0.2 formattingMultiplier: 1 | 0.3 | 0.54 |
[ 4.165 WXDAI ]
@0x4007
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Comment | 1 | 4.165 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
`runsOn` Camel case seems unexpected. What about snake c… | 4.9content: p: count: 43 score: 1 code: count: 6 score: 1 wordValue: 0.1 formattingMultiplier: 1 | 0.85 | 4.165 |
|
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Comment | 1 | 7.3 |
Review | Comment | 1 | 0.4 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
`runsOn` Camel case seems unexpected. What about snake c... | 7.3code: count: 3 score: "3" words: 6 | 0.63 | 7.3 |
@gentlementlegen yes merge them.... | 0.4 | 0.08 | 0.4 |
[ 204.9 WXDAI ]
@gentlementlegen
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Specification | 1 | 18.2 |
Issue | Task | 1 | 100 |
Issue | Comment | 2 | 24 |
Issue | Comment | 2 | 0 |
Review | Comment | 4 | 41.8 |
Review | Comment | 4 | 20.9 |
Conversation Incentives
[ 21.1 WXDAI ]
@rndquu
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Review | Comment | 3 | 21.1 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
@gentlementlegen Check [this](https://github.com/rndquu-org/test... | 8.5a: count: 3 score: "3" words: 5 code: count: 2 score: "2" words: 7 | 0.3 | 8.5 |
@gentlementlegen Check [this](https://github.com/rndquu-org/test... | 8.4a: count: 4 score: "4" words: 5 code: count: 1 score: "1" words: 1 | 0.72 | 8.4 |
> @rndquu The issue was that the `hello-world` plugin... | 4.2code: count: 1 score: "1" words: 2 | 0.65 | 4.2 |
@gentlementlegen Review comments aren't taken into account |
@0x4007 Same issue as usual, will also link to ubiquity-os-marketplace/text-conversation-rewards#26 |
We will have a
runs_on
item that will describe which events the plugin will be subscribed to, according to the following discussion.Expected format:
{ "name": "query-user", + "ubiquity:runsOn": [ "issues.opened", "issues.closed" ] }
The configuration takes over the manifest is present, otherwise the manifest is the default.
The text was updated successfully, but these errors were encountered: