P2good first issuepinned
Repository metrics
- Stars
- (25,672 stars)
- PR merge metrics
- (Avg merge 2d 19h) (63 merged PRs in 30d)
Description
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Describe the proposal
Currently, the dapr_bot is using the repository_dispatch event - which can only trigger workflows based on default-branch workflow yaml, for running commands like /ok-to-perf and /ok-to-test.
See this as an example, the
dapr-perf.yamlfile being used is frommasterbranch (which is the default one).
This proposal aims to change the event trigger to use the workflow_dispatch event so that we can verify and validate branch modifications for workflows before those being merged into the master branch.