GitHubActionspull_request和pull_request_targetevent之间有什么区别?
pull_request
pull_request_target
我在 GitHubActions Docs 中找到了这个解释:
此事件 (pull_request_target) 在拉取请求基础的上下文中运行,而不是像 pull_request 事件那样在合并提交的上下文中运行。
但是,我无法理解 githubAction 中的上下文是什么。有人能解释一下吗?
pull-request github-actions
github-actions ×1
pull-request ×1