Commit Graph

3 Commits

Author SHA1 Message Date
Vinicius Aquino
485a417afd cicd: backport: Fix events allowing the workflow to run
Even when using pull_request_target, the merged is issued as
pull_request and this should be used to ensure we can run the workflow.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-08-09 10:45:08 -03:00
Vinicius Aquino
20f7b80f3f cicd: Use pull_request_target instead of pull_request
When a PR comes from a forked repo, use pull_request_target as event
type instead of pull_request.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-07-06 17:58:27 -03:00
Vinicius Aquino
da9165a8d2 cicd: Add backport workflow
This allow for easier backport of PRs to existing releases.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-06-18 11:15:03 -03:00