go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.19k stars 5.42k forks source link

Support repository_dispatch on Gitea Actions #24132

Open Ratstail91 opened 1 year ago

Ratstail91 commented 1 year ago

Feature Description

I know gitea actions are brand new, but I'm quite enjoying them already. However, I'd like a way to trigger tests of one repo by committing to another (the two repos' tests are tangentially dependent).

For this end, I'd like to request the following feature - repository_dispatch

On GitHub, this allows one repo to send a message to another's action runner.

ref https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#repository_dispatch

Thanks in advance.

Screenshots

No response

Lydanne commented 1 year ago

This is very important, now I want to implement a version rollback function is very troublesome.

AlterX76 commented 4 months ago

I need it as well!