Dapr bot reference

List of Dapr bot capabilities.

Dapr bot is a GitHub script that helps with common tasks in the Dapr organization. It is set up individually for each repository (example) and can be configured to run on specific events. This reference covers the Dapr bot capabilities from the dapr and components-contrib repositories only.

Command reference

CommandTargetDescriptionWho can useRepository
/assignIssueAssigns an issue to a user or group of usersAnyonedapr, components-contrib
/ok-to-testPull requestdapr: trigger end to end tests
components-contrib: trigger conformance and certification tests
Users listed in the botdapr, components-contrib
/ok-to-perfPull requestTrigger performance tests.Users listed in the botdapr
/make-me-laughIssue or pull requestPosts a random jokeUsers listed in the botdapr, components-contrib

Label reference

You can query issues created by the Dapr bot by using the created-by/dapr-bot label (query).

LabelTargetWhat does it do?Repository
docs-neededIssueCreates a new issue in dapr/docs to track doc workdapr
sdk-neededIssueCreates new issues across the SDK repos to track SDK workdapr
documentation requiredIssue or pull requestCreates a new issue in dapr/docs to track doc workcomponents-contrib
new componentIssue or pull requestCreates a new issue in dapr/dapr to register the new componentcomponents-contrib

Last modified December 14, 2022: Add reference for dapr bot (#2980) (0903f909)