Skip to content

Commit aa83d77

Browse files
authored
Merge pull request #6075 from github/repo-sync
repo sync
2 parents 450f8e7 + 759fe31 commit aa83d77

16 files changed

+3172
-2304
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
- name: Run tests
6767
run: npx jest tests/${{ matrix.test-group }}/
6868
env:
69-
NODE_OPTIONS: '--max_old_space_size=4096'
69+
NODE_OPTIONS: '--max_old_space_size=8192'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
- name: Run tests
7272
run: npx jest tests/${{ matrix.test-group }}/
7373
env:
74-
NODE_OPTIONS: '--max_old_space_size=4096'
74+
NODE_OPTIONS: '--max_old_space_size=8192'

content/rest/reference/permissions-required-for-github-apps.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)