File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ _Search_
120120- [ ` GET /repos/:owner/:repo/actions/jobs/:job_id/logs ` ] ( /rest/reference/actions#download-job-logs-for-a-workflow-run ) (: read )
121121- [ ` GET /repos/:owner/:repo/actions/runs ` ] ( /rest/reference/actions#list-workflow-runs-for-a-repository ) (: read )
122122- [ ` GET /repos/:owner/:repo/actions/runs/:run_id ` ] ( /rest/reference/actions#get-a-workflow-run ) (: read )
123+ {% if currentVersion == "free-pro-team@latest" %}
124+ - [ ` POST /repos/:owner/:repo/actions/runs/:run_id/approve ` ] ( /rest/reference/actions#approve-a-workflow-run-for-a-fork-pull-request ) (: write )
125+ {% endif %}
123126- [ ` GET /repos/:owner/:repo/actions/runs/:run_id/artifacts ` ] ( /rest/reference/actions#list-workflow-run-artifacts ) (: read )
124127- [ ` POST /repos/:owner/:repo/actions/runs/:run_id/cancel ` ] ( /rest/reference/actions#cancel-a-workflow-run ) (: write )
125128- [ ` GET /repos/:owner/:repo/actions/runs/:run_id/jobs ` ] ( /rest/reference/actions#list-jobs-for-a-workflow-run ) (: read )
You can’t perform that action at this time.
0 commit comments