action-required-review:[只读] GitHub Action,它将检查是否满足PR的所有审查要求。 该存储库是一个镜像,用于问题跟踪和开发,请访问:https:github.comautomatticjetpack
文件大小:
200k
资源说明:GitHub必需的审核检查
此将检查所需的审阅者是否已接受PR,并相应地设置状态检查。
例子
name : Required review check
on :
pull_request_review :
pull_request :
types : [ opened, reopened, synchronize ]
jobs :
check :
name : Checking required reviews
runs-on : ubuntu-latest
# GitHub should provide a "pull_request_review_target", but they don't and
# the action will fail if run on a forked PR.
if : github.event
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。