]> source.dussan.org Git - gitea.git/commit
Convert GitHub event on actions and fix some pull_request events. (#23037)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 14 Mar 2023 12:50:51 +0000 (20:50 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 12:50:51 +0000 (20:50 +0800)
commit8e4063479736464aa3ef4372bd5e770d3ed7571c
tree19be04812b13abb5449ad63de3b518a34edebdcc
parentc492e8631251a91714eec4ea7f7334110909aef2
Convert GitHub event on actions and fix some pull_request events. (#23037)

Follow #22680

Partially Fix #22958, on pull_request, `opened`, `reopened`,
`synchronize` supported, `edited` hasn't been supported yet because
Gitea doesn't trigger that events.

---------

Co-authored-by: yp05327 <576951401@qq.com>
modules/actions/github.go [new file with mode: 0644]
modules/actions/workflows.go