dapr/dapr
Proposal: Use workflow_dispatch for dapr-bot commands
Aberta
#5.526 aberto em 16 de nov. de 2022
P2good first issuepinned
Métricas do repositório
- Stars
- (25.672 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.