File tree Expand file tree Collapse file tree 8 files changed +889
-44
lines changed
Expand file tree Collapse file tree 8 files changed +889
-44
lines changed Original file line number Diff line number Diff line change 2543325433 "working_directory": {
2543425434 "description": "Working directory for this codespace",
2543525435 "type": "string"
25436+ },
25437+ "idle_timeout_minutes": {
25438+ "description": "Time in minutes before codespace stops from inactivity",
25439+ "type": "integer"
2543625440 }
2543725441 }
2543825442 },
3695636960 "working_directory": {
3695736961 "description": "Working directory for this codespace",
3695836962 "type": "string"
36963+ },
36964+ "idle_timeout_minutes": {
36965+ "description": "Time in minutes before codespace stops from inactivity",
36966+ "type": "integer"
3695936967 }
3696036968 }
3696136969 },
4680446812 "working_directory": {
4680546813 "description": "Working directory for this codespace",
4680646814 "type": "string"
46815+ },
46816+ "idle_timeout_minutes": {
46817+ "description": "Time in minutes before codespace stops from inactivity",
46818+ "type": "integer"
4680746819 }
4680846820 }
4680946821 },
4684346855 "working_directory": {
4684446856 "description": "Working directory for this codespace",
4684546857 "type": "string"
46858+ },
46859+ "idle_timeout_minutes": {
46860+ "description": "Time in minutes before codespace stops from inactivity",
46861+ "type": "integer"
4684646862 }
4684746863 }
4684846864 }
Original file line number Diff line number Diff line change @@ -18356,6 +18356,9 @@ paths:
1835618356 working_directory:
1835718357 description: Working directory for this codespace
1835818358 type: string
18359+ idle_timeout_minutes:
18360+ description: Time in minutes before codespace stops from inactivity
18361+ type: integer
1835918362 example:
1836018363 repository_id: 1
1836118364 ref: main
@@ -26524,6 +26527,9 @@ paths:
2652426527 working_directory:
2652526528 description: Working directory for this codespace
2652626529 type: string
26530+ idle_timeout_minutes:
26531+ description: Time in minutes before codespace stops from inactivity
26532+ type: integer
2652726533 example:
2652826534 repository_id: 1
2652926535 ref: main
@@ -33654,6 +33660,9 @@ paths:
3365433660 working_directory:
3365533661 description: Working directory for this codespace
3365633662 type: string
33663+ idle_timeout_minutes:
33664+ description: Time in minutes before codespace stops from inactivity
33665+ type: integer
3365733666 - type: object
3365833667 required:
3365933668 - pull_request
@@ -33681,6 +33690,9 @@ paths:
3368133690 working_directory:
3368233691 description: Working directory for this codespace
3368333692 type: string
33693+ idle_timeout_minutes:
33694+ description: Time in minutes before codespace stops from inactivity
33695+ type: integer
3368433696 example:
3368533697 repository_id: 1
3368633698 ref: main
Original file line number Diff line number Diff line change @@ -187006,6 +187006,10 @@
187006187006 "working_directory": {
187007187007 "description": "Working directory for this codespace",
187008187008 "type": "string"
187009+ },
187010+ "idle_timeout_minutes": {
187011+ "description": "Time in minutes before codespace stops from inactivity",
187012+ "type": "integer"
187009187013 }
187010187014 }
187011187015 },
@@ -320559,6 +320563,10 @@
320559320563 "working_directory": {
320560320564 "description": "Working directory for this codespace",
320561320565 "type": "string"
320566+ },
320567+ "idle_timeout_minutes": {
320568+ "description": "Time in minutes before codespace stops from inactivity",
320569+ "type": "integer"
320562320570 }
320563320571 }
320564320572 },
@@ -390115,6 +390123,10 @@
390115390123 "working_directory": {
390116390124 "description": "Working directory for this codespace",
390117390125 "type": "string"
390126+ },
390127+ "idle_timeout_minutes": {
390128+ "description": "Time in minutes before codespace stops from inactivity",
390129+ "type": "integer"
390118390130 }
390119390131 }
390120390132 },
@@ -390154,6 +390166,10 @@
390154390166 "working_directory": {
390155390167 "description": "Working directory for this codespace",
390156390168 "type": "string"
390169+ },
390170+ "idle_timeout_minutes": {
390171+ "description": "Time in minutes before codespace stops from inactivity",
390172+ "type": "integer"
390157390173 }
390158390174 }
390159390175 }
Original file line number Diff line number Diff line change @@ -35930,6 +35930,9 @@ paths:
3593035930 working_directory:
3593135931 description: Working directory for this codespace
3593235932 type: string
35933+ idle_timeout_minutes:
35934+ description: Time in minutes before codespace stops from inactivity
35935+ type: integer
3593335936 example:
3593435937 repository_id: 1
3593535938 ref: main
@@ -53400,6 +53403,9 @@ paths:
5340053403 working_directory:
5340153404 description: Working directory for this codespace
5340253405 type: string
53406+ idle_timeout_minutes:
53407+ description: Time in minutes before codespace stops from inactivity
53408+ type: integer
5340353409 example:
5340453410 repository_id: 1
5340553411 ref: main
@@ -66066,6 +66072,9 @@ paths:
6606666072 working_directory:
6606766073 description: Working directory for this codespace
6606866074 type: string
66075+ idle_timeout_minutes:
66076+ description: Time in minutes before codespace stops from inactivity
66077+ type: integer
6606966078 - type: object
6607066079 required:
6607166080 - pull_request
@@ -66093,6 +66102,9 @@ paths:
6609366102 working_directory:
6609466103 description: Working directory for this codespace
6609566104 type: string
66105+ idle_timeout_minutes:
66106+ description: Time in minutes before codespace stops from inactivity
66107+ type: integer
6609666108 example:
6609766109 repository_id: 1
6609866110 ref: main
You can’t perform that action at this time.
0 commit comments