Skip to content

Commit d499542

Browse files
mikeeemsfussell
andauthored
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>
1 parent 7f238ed commit d499542

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

daprdocs/content/en/contributing/daprbot.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ weight: 15
66
description: "List of Dapr bot capabilities."
77
---
88

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.
1010

1111
## Command reference
1212

13-
| Command | Target | Description | Who can use | Repository |
14-
|---------|--------|-------------|-------------|------------|
15-
| `/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 |
14+
| ---------------- | --------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | -------------------------------------- |
15+
| `/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` |
1919

2020
## Label reference
2121

2222
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)).
2323

24-
| Label | Target | What does it do? | Repository |
25-
|-------|--------|------------------|------------|
26-
| `docs-needed` | Issue | Creates a new issue in `dapr/docs` to track doc work | `dapr` |
27-
| `sdk-needed` | Issue | Creates new issues across the SDK repos to track SDK work | `dapr` |
28-
| `documentation required` | Issue or pull request | Creates a new issue in `dapr/docs` to track doc work | `components-contrib` |
29-
| `new component` | Issue or pull request | Creates a new issue in `dapr/dapr` to register the new component | `components-contrib` |
24+
| Label | Target | What does it do? | Repository |
25+
| ------------------------ | --------------------- | ---------------------------------------------------------------- | -------------------- |
26+
| `docs-needed` | Issue | Creates a new issue in `dapr/docs` to track doc work | `dapr` |
27+
| `sdk-needed` | Issue | Creates new issues across the SDK repos to track SDK work | `dapr` |
28+
| `documentation required` | Issue or pull request | Creates a new issue in `dapr/docs` to track doc work | `components-contrib` |
29+
| `new component` | Issue or pull request | Creates a new issue in `dapr/dapr` to register the new component | `components-contrib` |

0 commit comments

Comments
 (0)