dapr/dapr

Proposal: Use workflow_dispatch for dapr-bot commands

Aberta

#5.526 aberto em 16 de nov. de 2022

 (1 comentário) (1 reação) (1 responsável)Go (2.064 forks)batch import
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.yaml file being used is from master branch (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.

Guia do colaborador