You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: '/assign' can be used with go-sdk repo (#3798)
* feat: '/assign' can be used with go-sdk repo
The assign command can now be used in issues on the go-sdk repo from the
merge of the referenced PR.
Refs: dapr/go-sdk#460
Signed-off-by: mikeee <hey@mike.ee>
* clarify applicable commands to each repository
Signed-off-by: mikeee <hey@mike.ee>
---------
Signed-off-by: mikeee <hey@mike.ee>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Copy file name to clipboardExpand all lines: daprdocs/content/en/contributing/daprbot.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,24 @@ weight: 15
6
6
description: "List of Dapr bot capabilities."
7
7
---
8
8
9
-
Dapr bot is a GitHub script that helps with common tasks in the Dapr organization. It is set up individually for each repository ([example](https://github.com/dapr/dapr/blob/master/.github/workflows/dapr-bot.yml)) and can be configured to run on specific events. This reference covers the Dapr bot capabilities from the `dapr` and `components-contrib`repositories only.
9
+
Dapr bot is triggered by a list of commands that helps with common tasks in the Dapr organization. It is set up individually for each repository ([example](https://github.com/dapr/dapr/blob/master/.github/workflows/dapr-bot.yml)) and can be configured to run on specific events. Below is a list of commands and the list of repositories they are implemented on.
10
10
11
11
## Command reference
12
12
13
-
| Command | Target | Description | Who can use | Repository |
|`/assign`| Issue | Assigns an issue to a user or group of users | Anyone |`dapr`, `components-contrib`|
16
-
|`/ok-to-test`| Pull request |`dapr`: trigger end to end tests <br/> `components-contrib`: trigger conformance and certification tests | Users listed in the [bot](https://github.com/dapr/dapr/blob/master/.github/scripts/dapr_bot.js)|`dapr`, `components-contrib`|
17
-
|`/ok-to-perf`| Pull request | Trigger performance tests. | Users listed in the [bot](https://github.com/dapr/dapr/blob/master/.github/scripts/dapr_bot.js)|`dapr`|
18
-
|`/make-me-laugh`| Issue or pull request | Posts a random joke | Users listed in the [bot](https://github.com/dapr/dapr/blob/master/.github/scripts/dapr_bot.js)|`dapr`, `components-contrib`|
13
+
| Command | Target | Description | Who can use | Repository|
|`/assign`| Issue | Assigns an issue to a user or group of users | Anyone |`dapr`, `components-contrib`, `go-sdk`|
16
+
|`/ok-to-test`| Pull request |`dapr`: trigger end to end tests <br/> `components-contrib`: trigger conformance and certification tests | Users listed in the [bot](https://github.com/dapr/dapr/blob/master/.github/scripts/dapr_bot.js)|`dapr`, `components-contrib`|
17
+
|`/ok-to-perf`| Pull request | Trigger performance tests. | Users listed in the [bot](https://github.com/dapr/dapr/blob/master/.github/scripts/dapr_bot.js)|`dapr`|
18
+
|`/make-me-laugh`| Issue or pull request | Posts a random joke | Users listed in the [bot](https://github.com/dapr/dapr/blob/master/.github/scripts/dapr_bot.js)|`dapr`, `components-contrib`|
19
19
20
20
## Label reference
21
21
22
22
You can query issues created by the Dapr bot by using the `created-by/dapr-bot` label ([query](https://github.com/search?q=org%3Adapr%20is%3Aissue%20label%3Acreated-by%2Fdapr-bot%20&type=issues)).
23
23
24
-
| Label | Target | What does it do? | Repository |
0 commit comments