Skip to content

Commit db9b503

Browse files
authored
Merge pull request github#18519 from github/repo-sync
repo sync
2 parents 3c42a32 + 831a93b commit db9b503

File tree

100 files changed

+2724
-233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+2724
-233
lines changed

.github/workflows/check-all-english-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
NODE_ENV: production
5151
PORT: 4000
5252
DISABLE_OVERLOAD_PROTECTION: true
53-
DISABLE_RENDER_CACHING: true
53+
DISABLE_RENDERING_CACHE: true
5454
# We don't want or need the changelog entries in this context.
5555
CHANGELOG_DISABLED: true
5656
# The default is 10s. But because this runs overnight, we can

content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ versions:
1717

1818
## About re-running workflows and jobs
1919

20-
Re-running a workflow{% ifversion re-run-jobs %} or jobs in a workflow{% endif %} uses the same `GITHUB_SHA` (commit SHA) and `GITHUB_REF` (Git ref) of the original event that triggered the workflow run. You can re-run a workflow{% ifversion re-run-jobs %} or jobs in a workflow{% endif %} for up to 30 days after the initial run.{% ifversion debug-reruns %} When you re-run a workflow or jobs in a workflow, you can enable debug logging for the re-run. This will enable runner diagnostic logging and step debug logging for the re-run. For more information about debug logging, see "[Enabling debug logging](/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging)."{% endif %}
20+
Re-running a workflow{% ifversion re-run-jobs %} or jobs in a workflow{% endif %} uses the same `GITHUB_SHA` (commit SHA) and `GITHUB_REF` (Git ref) of the original event that triggered the workflow run. You can re-run a workflow{% ifversion re-run-jobs %} or jobs in a workflow{% endif %} for up to 30 days after the initial run.{% ifversion re-run-jobs %} You cannot re-run jobs in a workflow once its logs have passed their retention limits. For more information, see "[Usage limits, billing, and administration](/actions/learn-github-actions/usage-limits-billing-and-administration#artifact-and-log-retention-policy)."{% endif %}{% ifversion debug-reruns %} When you re-run a workflow or jobs in a workflow, you can enable debug logging for the re-run. This will enable runner diagnostic logging and step debug logging for the re-run. For more information about debug logging, see "[Enabling debug logging](/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging)."{% endif %}
2121

2222
## Re-running all the jobs in a workflow
2323

lib/rest/static/decorated/api.github.com.json

Lines changed: 942 additions & 1 deletion
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-3.1.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328892,6 +328892,17 @@
328892328892
"rawDescription": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
328893328893
"isRequired": false,
328894328894
"childParamsGroups": []
328895+
},
328896+
{
328897+
"type": "boolean",
328898+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
328899+
"default": false,
328900+
"name": "use_squash_pr_title_as_default",
328901+
"in": "body",
328902+
"rawType": "boolean",
328903+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
328904+
"isRequired": false,
328905+
"childParamsGroups": []
328895328906
}
328896328907
],
328897328908
"enabledForGitHubApps": true,
@@ -341946,6 +341957,17 @@
341946341957
"isRequired": false,
341947341958
"childParamsGroups": []
341948341959
},
341960+
{
341961+
"type": "boolean",
341962+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
341963+
"default": false,
341964+
"name": "use_squash_pr_title_as_default",
341965+
"in": "body",
341966+
"rawType": "boolean",
341967+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
341968+
"isRequired": false,
341969+
"childParamsGroups": []
341970+
},
341949341971
{
341950341972
"type": "boolean",
341951341973
"description": "<p><code>true</code> to archive this repository. <strong>Note</strong>: You cannot unarchive repositories through the API.</p>",
@@ -391830,8 +391852,11 @@
391830391852
"key": "default",
391831391853
"request": {
391832391854
"contentType": "application/json",
391833-
"description": "Example",
391855+
"description": "Adding a team to an organization repository with the write role",
391834391856
"acceptHeader": "application/vnd.github.v3+json",
391857+
"bodyParameters": {
391858+
"permission": "push"
391859+
},
391835391860
"parameters": {
391836391861
"org": "ORG",
391837391862
"team_slug": "TEAM_SLUG",

lib/rest/static/decorated/ghes-3.2.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336579,6 +336579,17 @@
336579336579
"rawDescription": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
336580336580
"isRequired": false,
336581336581
"childParamsGroups": []
336582+
},
336583+
{
336584+
"type": "boolean",
336585+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
336586+
"default": false,
336587+
"name": "use_squash_pr_title_as_default",
336588+
"in": "body",
336589+
"rawType": "boolean",
336590+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
336591+
"isRequired": false,
336592+
"childParamsGroups": []
336582336593
}
336583336594
],
336584336595
"enabledForGitHubApps": true,
@@ -350131,6 +350142,17 @@
350131350142
"isRequired": false,
350132350143
"childParamsGroups": []
350133350144
},
350145+
{
350146+
"type": "boolean",
350147+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
350148+
"default": false,
350149+
"name": "use_squash_pr_title_as_default",
350150+
"in": "body",
350151+
"rawType": "boolean",
350152+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
350153+
"isRequired": false,
350154+
"childParamsGroups": []
350155+
},
350134350156
{
350135350157
"type": "boolean",
350136350158
"description": "<p><code>true</code> to archive this repository. <strong>Note</strong>: You cannot unarchive repositories through the API.</p>",
@@ -400360,8 +400382,11 @@
400360400382
"key": "default",
400361400383
"request": {
400362400384
"contentType": "application/json",
400363-
"description": "Example",
400385+
"description": "Adding a team to an organization repository with the write role",
400364400386
"acceptHeader": "application/vnd.github.v3+json",
400387+
"bodyParameters": {
400388+
"permission": "push"
400389+
},
400365400390
"parameters": {
400366400391
"org": "ORG",
400367400392
"team_slug": "TEAM_SLUG",

lib/rest/static/decorated/ghes-3.3.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337535,6 +337535,17 @@
337535337535
"rawDescription": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
337536337536
"isRequired": false,
337537337537
"childParamsGroups": []
337538+
},
337539+
{
337540+
"type": "boolean",
337541+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
337542+
"default": false,
337543+
"name": "use_squash_pr_title_as_default",
337544+
"in": "body",
337545+
"rawType": "boolean",
337546+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
337547+
"isRequired": false,
337548+
"childParamsGroups": []
337538337549
}
337539337550
],
337540337551
"enabledForGitHubApps": true,
@@ -345344,6 +345355,17 @@
345344345355
"isRequired": false,
345345345356
"childParamsGroups": []
345346345357
},
345358+
{
345359+
"type": "boolean",
345360+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
345361+
"default": false,
345362+
"name": "use_squash_pr_title_as_default",
345363+
"in": "body",
345364+
"rawType": "boolean",
345365+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
345366+
"isRequired": false,
345367+
"childParamsGroups": []
345368+
},
345347345369
{
345348345370
"type": "boolean",
345349345371
"description": "<p><code>true</code> to archive this repository. <strong>Note</strong>: You cannot unarchive repositories through the API.</p>",
@@ -399237,8 +399259,11 @@
399237399259
"key": "default",
399238399260
"request": {
399239399261
"contentType": "application/json",
399240-
"description": "Example",
399262+
"description": "Adding a team to an organization repository with the write role",
399241399263
"acceptHeader": "application/vnd.github.v3+json",
399264+
"bodyParameters": {
399265+
"permission": "push"
399266+
},
399242399267
"parameters": {
399243399268
"org": "ORG",
399244399269
"team_slug": "TEAM_SLUG",

lib/rest/static/decorated/ghes-3.4.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357420,6 +357420,17 @@
357420357420
"rawDescription": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
357421357421
"isRequired": false,
357422357422
"childParamsGroups": []
357423+
},
357424+
{
357425+
"type": "boolean",
357426+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
357427+
"default": false,
357428+
"name": "use_squash_pr_title_as_default",
357429+
"in": "body",
357430+
"rawType": "boolean",
357431+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
357432+
"isRequired": false,
357433+
"childParamsGroups": []
357423357434
}
357424357435
],
357425357436
"enabledForGitHubApps": true,
@@ -365229,6 +365240,17 @@
365229365240
"isRequired": false,
365230365241
"childParamsGroups": []
365231365242
},
365243+
{
365244+
"type": "boolean",
365245+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
365246+
"default": false,
365247+
"name": "use_squash_pr_title_as_default",
365248+
"in": "body",
365249+
"rawType": "boolean",
365250+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
365251+
"isRequired": false,
365252+
"childParamsGroups": []
365253+
},
365232365254
{
365233365255
"type": "boolean",
365234365256
"description": "<p><code>true</code> to archive this repository. <strong>Note</strong>: You cannot unarchive repositories through the API.</p>",
@@ -422251,8 +422273,11 @@
422251422273
"key": "default",
422252422274
"request": {
422253422275
"contentType": "application/json",
422254-
"description": "Example",
422276+
"description": "Adding a team to an organization repository with the write role",
422255422277
"acceptHeader": "application/vnd.github.v3+json",
422278+
"bodyParameters": {
422279+
"permission": "push"
422280+
},
422256422281
"parameters": {
422257422282
"org": "ORG",
422258422283
"team_slug": "TEAM_SLUG",

lib/rest/static/decorated/ghes-3.5.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369210,6 +369210,17 @@
369210369210
"rawDescription": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
369211369211
"isRequired": false,
369212369212
"childParamsGroups": []
369213+
},
369214+
{
369215+
"type": "boolean",
369216+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
369217+
"default": false,
369218+
"name": "use_squash_pr_title_as_default",
369219+
"in": "body",
369220+
"rawType": "boolean",
369221+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
369222+
"isRequired": false,
369223+
"childParamsGroups": []
369213369224
}
369214369225
],
369215369226
"enabledForGitHubApps": true,
@@ -377019,6 +377030,17 @@
377019377030
"isRequired": false,
377020377031
"childParamsGroups": []
377021377032
},
377033+
{
377034+
"type": "boolean",
377035+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
377036+
"default": false,
377037+
"name": "use_squash_pr_title_as_default",
377038+
"in": "body",
377039+
"rawType": "boolean",
377040+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
377041+
"isRequired": false,
377042+
"childParamsGroups": []
377043+
},
377022377044
{
377023377045
"type": "boolean",
377024377046
"description": "<p><code>true</code> to archive this repository. <strong>Note</strong>: You cannot unarchive repositories through the API.</p>",
@@ -434618,8 +434640,11 @@
434618434640
"key": "default",
434619434641
"request": {
434620434642
"contentType": "application/json",
434621-
"description": "Example",
434643+
"description": "Adding a team to an organization repository with the write role",
434622434644
"acceptHeader": "application/vnd.github.v3+json",
434645+
"bodyParameters": {
434646+
"permission": "push"
434647+
},
434623434648
"parameters": {
434624434649
"org": "ORG",
434625434650
"team_slug": "TEAM_SLUG",

lib/rest/static/decorated/github.ae.json

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336648,6 +336648,17 @@
336648336648
"rawDescription": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
336649336649
"isRequired": false,
336650336650
"childParamsGroups": []
336651+
},
336652+
{
336653+
"type": "boolean",
336654+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
336655+
"default": false,
336656+
"name": "use_squash_pr_title_as_default",
336657+
"in": "body",
336658+
"rawType": "boolean",
336659+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
336660+
"isRequired": false,
336661+
"childParamsGroups": []
336651336662
}
336652336663
],
336653336664
"enabledForGitHubApps": true,
@@ -340785,6 +340796,10 @@
340785340796
true
340786340797
]
340787340798
},
340799+
"use_squash_pr_title_as_default": {
340800+
"type": "boolean",
340801+
"default": false
340802+
},
340788340803
"allow_forking": {
340789340804
"type": "boolean",
340790340805
"examples": [
@@ -344457,6 +344472,17 @@
344457344472
"isRequired": false,
344458344473
"childParamsGroups": []
344459344474
},
344475+
{
344476+
"type": "boolean",
344477+
"description": "<p>Either <code>true</code> to allow squash-merge commits to use pull request title, or <code>false</code> to use commit message.</p>",
344478+
"default": false,
344479+
"name": "use_squash_pr_title_as_default",
344480+
"in": "body",
344481+
"rawType": "boolean",
344482+
"rawDescription": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
344483+
"isRequired": false,
344484+
"childParamsGroups": []
344485+
},
344460344486
{
344461344487
"type": "boolean",
344462344488
"description": "<p><code>true</code> to archive this repository. <strong>Note</strong>: You cannot unarchive repositories through the API.</p>",
@@ -347064,6 +347090,10 @@
347064347090
true
347065347091
]
347066347092
},
347093+
"use_squash_pr_title_as_default": {
347094+
"type": "boolean",
347095+
"default": false
347096+
},
347067347097
"allow_forking": {
347068347098
"type": "boolean",
347069347099
"examples": [
@@ -370132,6 +370162,10 @@
370132370162
true
370133370163
]
370134370164
},
370165+
"use_squash_pr_title_as_default": {
370166+
"type": "boolean",
370167+
"default": false
370168+
},
370135370169
"allow_forking": {
370136370170
"type": "boolean",
370137370171
"examples": [
@@ -393165,8 +393199,11 @@
393165393199
"key": "default",
393166393200
"request": {
393167393201
"contentType": "application/json",
393168-
"description": "Example",
393202+
"description": "Adding a team to an organization repository with the write role",
393169393203
"acceptHeader": "application/vnd.github.v3+json",
393204+
"bodyParameters": {
393205+
"permission": "push"
393206+
},
393170393207
"parameters": {
393171393208
"org": "ORG",
393172393209
"team_slug": "TEAM_SLUG",

0 commit comments

Comments
 (0)