projen 0.101.5 → 0.101.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/.jsii +232 -127
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +1 -1
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +3 -3
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-build.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +2 -2
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/auto-queue.js +1 -1
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/dependency-review.js +1 -1
  46. package/lib/github/github-credentials.js +1 -1
  47. package/lib/github/github-project.js +1 -1
  48. package/lib/github/github.js +1 -1
  49. package/lib/github/merge-queue.js +1 -1
  50. package/lib/github/mergify.js +1 -1
  51. package/lib/github/pr-template.js +1 -1
  52. package/lib/github/pull-request-backport.js +1 -1
  53. package/lib/github/pull-request-lint.js +1 -1
  54. package/lib/github/stale.js +1 -1
  55. package/lib/github/task-workflow-job.js +1 -1
  56. package/lib/github/task-workflow.js +1 -1
  57. package/lib/github/workflow-actions.js +1 -1
  58. package/lib/github/workflow-jobs.js +1 -1
  59. package/lib/github/workflow-steps.js +1 -1
  60. package/lib/github/workflows-model.d.ts +59 -0
  61. package/lib/github/workflows-model.js +1 -1
  62. package/lib/github/workflows.js +7 -2
  63. package/lib/gitlab/configuration.js +1 -1
  64. package/lib/gitlab/gitlab-configuration.js +1 -1
  65. package/lib/gitlab/nested-configuration.js +1 -1
  66. package/lib/gitpod.js +1 -1
  67. package/lib/ignore-file.js +1 -1
  68. package/lib/ini.js +1 -1
  69. package/lib/java/java-project.js +1 -1
  70. package/lib/java/junit.js +1 -1
  71. package/lib/java/maven-compile.js +1 -1
  72. package/lib/java/maven-packaging.js +1 -1
  73. package/lib/java/maven-sample.js +1 -1
  74. package/lib/java/pom.js +2 -2
  75. package/lib/java/projenrc.js +1 -1
  76. package/lib/javascript/biome/biome.js +1 -1
  77. package/lib/javascript/bundler.js +1 -1
  78. package/lib/javascript/eslint.js +1 -1
  79. package/lib/javascript/jest.js +4 -4
  80. package/lib/javascript/license-checker.js +1 -1
  81. package/lib/javascript/node-package.js +1 -1
  82. package/lib/javascript/node-project.js +1 -1
  83. package/lib/javascript/npm-config.js +1 -1
  84. package/lib/javascript/prettier.js +1 -1
  85. package/lib/javascript/projenrc.js +1 -1
  86. package/lib/javascript/typescript-config.js +2 -2
  87. package/lib/javascript/upgrade-dependencies.js +2 -2
  88. package/lib/javascript/yarnrc.js +1 -1
  89. package/lib/json-patch.js +1 -1
  90. package/lib/json.js +1 -1
  91. package/lib/license.js +1 -1
  92. package/lib/logger.js +1 -1
  93. package/lib/makefile.js +1 -1
  94. package/lib/object-file.js +1 -1
  95. package/lib/project-build.js +1 -1
  96. package/lib/project-tree.js +1 -1
  97. package/lib/project.js +1 -1
  98. package/lib/projects.js +1 -1
  99. package/lib/projenrc-json.js +1 -1
  100. package/lib/projenrc.js +1 -1
  101. package/lib/python/pip.js +1 -1
  102. package/lib/python/poetry.js +2 -2
  103. package/lib/python/projenrc.js +1 -1
  104. package/lib/python/pyproject-toml-file.js +1 -1
  105. package/lib/python/pytest-sample.js +1 -1
  106. package/lib/python/pytest.js +1 -1
  107. package/lib/python/python-project.js +1 -1
  108. package/lib/python/python-sample.js +1 -1
  109. package/lib/python/requirements-file.js +1 -1
  110. package/lib/python/setuppy.js +1 -1
  111. package/lib/python/setuptools.js +1 -1
  112. package/lib/python/uv.js +1 -1
  113. package/lib/python/venv.js +1 -1
  114. package/lib/readme.js +1 -1
  115. package/lib/release/publisher.js +1 -1
  116. package/lib/release/release-trigger.js +1 -1
  117. package/lib/release/release.js +1 -1
  118. package/lib/renovatebot.js +1 -1
  119. package/lib/run-task.cjs +1 -1
  120. package/lib/sample-file.js +2 -2
  121. package/lib/script-runner.js +1 -1
  122. package/lib/source-code.js +1 -1
  123. package/lib/task-shell.js +1 -1
  124. package/lib/task.js +1 -1
  125. package/lib/tasks.js +1 -1
  126. package/lib/testing.js +1 -1
  127. package/lib/textfile.js +1 -1
  128. package/lib/toml.js +1 -1
  129. package/lib/typescript/projenrc-ts.js +1 -1
  130. package/lib/typescript/projenrc.js +1 -1
  131. package/lib/typescript/typescript-runner.js +1 -1
  132. package/lib/typescript/typescript-typedoc.js +1 -1
  133. package/lib/typescript/typescript.js +5 -5
  134. package/lib/version.js +2 -2
  135. package/lib/vscode/devcontainer.js +1 -1
  136. package/lib/vscode/extensions.js +1 -1
  137. package/lib/vscode/launch-config.js +1 -1
  138. package/lib/vscode/settings.js +1 -1
  139. package/lib/vscode/vscode.js +1 -1
  140. package/lib/web/next.js +3 -3
  141. package/lib/web/postcss.js +1 -1
  142. package/lib/web/react.js +3 -3
  143. package/lib/web/tailwind.js +1 -1
  144. package/lib/xmlfile.js +1 -1
  145. package/lib/yaml.js +1 -1
  146. package/package.json +1 -1
package/.jsii CHANGED
@@ -32667,7 +32667,7 @@
32667
32667
  "kind": "interface",
32668
32668
  "locationInModule": {
32669
32669
  "filename": "src/github/workflows-model.ts",
32670
- "line": 900
32670
+ "line": 964
32671
32671
  },
32672
32672
  "name": "BranchProtectionRuleOptions",
32673
32673
  "namespace": "github.workflows",
@@ -32684,7 +32684,7 @@
32684
32684
  "immutable": true,
32685
32685
  "locationInModule": {
32686
32686
  "filename": "src/github/workflows-model.ts",
32687
- "line": 906
32687
+ "line": 970
32688
32688
  },
32689
32689
  "name": "types",
32690
32690
  "optional": true,
@@ -32711,7 +32711,7 @@
32711
32711
  "kind": "interface",
32712
32712
  "locationInModule": {
32713
32713
  "filename": "src/github/workflows-model.ts",
32714
- "line": 912
32714
+ "line": 976
32715
32715
  },
32716
32716
  "name": "CheckRunOptions",
32717
32717
  "namespace": "github.workflows",
@@ -32728,7 +32728,7 @@
32728
32728
  "immutable": true,
32729
32729
  "locationInModule": {
32730
32730
  "filename": "src/github/workflows-model.ts",
32731
- "line": 918
32731
+ "line": 982
32732
32732
  },
32733
32733
  "name": "types",
32734
32734
  "optional": true,
@@ -32755,7 +32755,7 @@
32755
32755
  "kind": "interface",
32756
32756
  "locationInModule": {
32757
32757
  "filename": "src/github/workflows-model.ts",
32758
- "line": 926
32758
+ "line": 990
32759
32759
  },
32760
32760
  "name": "CheckSuiteOptions",
32761
32761
  "namespace": "github.workflows",
@@ -32772,7 +32772,7 @@
32772
32772
  "immutable": true,
32773
32773
  "locationInModule": {
32774
32774
  "filename": "src/github/workflows-model.ts",
32775
- "line": 932
32775
+ "line": 996
32776
32776
  },
32777
32777
  "name": "types",
32778
32778
  "optional": true,
@@ -32929,7 +32929,7 @@
32929
32929
  "kind": "interface",
32930
32930
  "locationInModule": {
32931
32931
  "filename": "src/github/workflows-model.ts",
32932
- "line": 629
32932
+ "line": 693
32933
32933
  },
32934
32934
  "name": "ContainerCredentials",
32935
32935
  "namespace": "github.workflows",
@@ -32943,7 +32943,7 @@
32943
32943
  "immutable": true,
32944
32944
  "locationInModule": {
32945
32945
  "filename": "src/github/workflows-model.ts",
32946
- "line": 634
32946
+ "line": 698
32947
32947
  },
32948
32948
  "name": "password",
32949
32949
  "type": {
@@ -32959,7 +32959,7 @@
32959
32959
  "immutable": true,
32960
32960
  "locationInModule": {
32961
32961
  "filename": "src/github/workflows-model.ts",
32962
- "line": 631
32962
+ "line": 695
32963
32963
  },
32964
32964
  "name": "username",
32965
32965
  "type": {
@@ -32980,7 +32980,7 @@
32980
32980
  "kind": "interface",
32981
32981
  "locationInModule": {
32982
32982
  "filename": "src/github/workflows-model.ts",
32983
- "line": 582
32983
+ "line": 646
32984
32984
  },
32985
32985
  "name": "ContainerOptions",
32986
32986
  "namespace": "github.workflows",
@@ -32995,7 +32995,7 @@
32995
32995
  "immutable": true,
32996
32996
  "locationInModule": {
32997
32997
  "filename": "src/github/workflows-model.ts",
32998
- "line": 587
32998
+ "line": 651
32999
32999
  },
33000
33000
  "name": "image",
33001
33001
  "type": {
@@ -33012,7 +33012,7 @@
33012
33012
  "immutable": true,
33013
33013
  "locationInModule": {
33014
33014
  "filename": "src/github/workflows-model.ts",
33015
- "line": 595
33015
+ "line": 659
33016
33016
  },
33017
33017
  "name": "credentials",
33018
33018
  "optional": true,
@@ -33029,7 +33029,7 @@
33029
33029
  "immutable": true,
33030
33030
  "locationInModule": {
33031
33031
  "filename": "src/github/workflows-model.ts",
33032
- "line": 600
33032
+ "line": 664
33033
33033
  },
33034
33034
  "name": "env",
33035
33035
  "optional": true,
@@ -33052,7 +33052,7 @@
33052
33052
  "immutable": true,
33053
33053
  "locationInModule": {
33054
33054
  "filename": "src/github/workflows-model.ts",
33055
- "line": 623
33055
+ "line": 687
33056
33056
  },
33057
33057
  "name": "options",
33058
33058
  "optional": true,
@@ -33074,7 +33074,7 @@
33074
33074
  "immutable": true,
33075
33075
  "locationInModule": {
33076
33076
  "filename": "src/github/workflows-model.ts",
33077
- "line": 605
33077
+ "line": 669
33078
33078
  },
33079
33079
  "name": "ports",
33080
33080
  "optional": true,
@@ -33097,7 +33097,7 @@
33097
33097
  "immutable": true,
33098
33098
  "locationInModule": {
33099
33099
  "filename": "src/github/workflows-model.ts",
33100
- "line": 616
33100
+ "line": 680
33101
33101
  },
33102
33102
  "name": "volumes",
33103
33103
  "optional": true,
@@ -33124,7 +33124,7 @@
33124
33124
  "kind": "interface",
33125
33125
  "locationInModule": {
33126
33126
  "filename": "src/github/workflows-model.ts",
33127
- "line": 1328
33127
+ "line": 1392
33128
33128
  },
33129
33129
  "name": "CreateOptions",
33130
33130
  "namespace": "github.workflows",
@@ -33141,7 +33141,7 @@
33141
33141
  "kind": "interface",
33142
33142
  "locationInModule": {
33143
33143
  "filename": "src/github/workflows-model.ts",
33144
- "line": 878
33144
+ "line": 942
33145
33145
  },
33146
33146
  "name": "CronScheduleOptions",
33147
33147
  "namespace": "github.workflows",
@@ -33155,7 +33155,7 @@
33155
33155
  "immutable": true,
33156
33156
  "locationInModule": {
33157
33157
  "filename": "src/github/workflows-model.ts",
33158
- "line": 882
33158
+ "line": 946
33159
33159
  },
33160
33160
  "name": "cron",
33161
33161
  "type": {
@@ -33176,7 +33176,7 @@
33176
33176
  "kind": "interface",
33177
33177
  "locationInModule": {
33178
33178
  "filename": "src/github/workflows-model.ts",
33179
- "line": 1333
33179
+ "line": 1397
33180
33180
  },
33181
33181
  "name": "DeleteOptions",
33182
33182
  "namespace": "github.workflows",
@@ -33193,7 +33193,7 @@
33193
33193
  "kind": "interface",
33194
33194
  "locationInModule": {
33195
33195
  "filename": "src/github/workflows-model.ts",
33196
- "line": 1338
33196
+ "line": 1402
33197
33197
  },
33198
33198
  "name": "DeploymentOptions",
33199
33199
  "namespace": "github.workflows",
@@ -33210,7 +33210,7 @@
33210
33210
  "kind": "interface",
33211
33211
  "locationInModule": {
33212
33212
  "filename": "src/github/workflows-model.ts",
33213
- "line": 1343
33213
+ "line": 1407
33214
33214
  },
33215
33215
  "name": "DeploymentStatusOptions",
33216
33216
  "namespace": "github.workflows",
@@ -33227,7 +33227,7 @@
33227
33227
  "kind": "interface",
33228
33228
  "locationInModule": {
33229
33229
  "filename": "src/github/workflows-model.ts",
33230
- "line": 963
33230
+ "line": 1027
33231
33231
  },
33232
33232
  "name": "DiscussionCommentOptions",
33233
33233
  "namespace": "github.workflows",
@@ -33244,7 +33244,7 @@
33244
33244
  "immutable": true,
33245
33245
  "locationInModule": {
33246
33246
  "filename": "src/github/workflows-model.ts",
33247
- "line": 969
33247
+ "line": 1033
33248
33248
  },
33249
33249
  "name": "types",
33250
33250
  "optional": true,
@@ -33271,7 +33271,7 @@
33271
33271
  "kind": "interface",
33272
33272
  "locationInModule": {
33273
33273
  "filename": "src/github/workflows-model.ts",
33274
- "line": 938
33274
+ "line": 1002
33275
33275
  },
33276
33276
  "name": "DiscussionOptions",
33277
33277
  "namespace": "github.workflows",
@@ -33288,7 +33288,7 @@
33288
33288
  "immutable": true,
33289
33289
  "locationInModule": {
33290
33290
  "filename": "src/github/workflows-model.ts",
33291
- "line": 944
33291
+ "line": 1008
33292
33292
  },
33293
33293
  "name": "types",
33294
33294
  "optional": true,
@@ -33315,7 +33315,7 @@
33315
33315
  "kind": "interface",
33316
33316
  "locationInModule": {
33317
33317
  "filename": "src/github/workflows-model.ts",
33318
- "line": 1348
33318
+ "line": 1412
33319
33319
  },
33320
33320
  "name": "ForkOptions",
33321
33321
  "namespace": "github.workflows",
@@ -33332,7 +33332,7 @@
33332
33332
  "kind": "interface",
33333
33333
  "locationInModule": {
33334
33334
  "filename": "src/github/workflows-model.ts",
33335
- "line": 1353
33335
+ "line": 1417
33336
33336
  },
33337
33337
  "name": "GollumOptions",
33338
33338
  "namespace": "github.workflows",
@@ -33349,7 +33349,7 @@
33349
33349
  "kind": "interface",
33350
33350
  "locationInModule": {
33351
33351
  "filename": "src/github/workflows-model.ts",
33352
- "line": 975
33352
+ "line": 1039
33353
33353
  },
33354
33354
  "name": "IssueCommentOptions",
33355
33355
  "namespace": "github.workflows",
@@ -33366,7 +33366,7 @@
33366
33366
  "immutable": true,
33367
33367
  "locationInModule": {
33368
33368
  "filename": "src/github/workflows-model.ts",
33369
- "line": 981
33369
+ "line": 1045
33370
33370
  },
33371
33371
  "name": "types",
33372
33372
  "optional": true,
@@ -33393,7 +33393,7 @@
33393
33393
  "kind": "interface",
33394
33394
  "locationInModule": {
33395
33395
  "filename": "src/github/workflows-model.ts",
33396
- "line": 987
33396
+ "line": 1051
33397
33397
  },
33398
33398
  "name": "IssuesOptions",
33399
33399
  "namespace": "github.workflows",
@@ -33410,7 +33410,7 @@
33410
33410
  "immutable": true,
33411
33411
  "locationInModule": {
33412
33412
  "filename": "src/github/workflows-model.ts",
33413
- "line": 993
33413
+ "line": 1057
33414
33414
  },
33415
33415
  "name": "types",
33416
33416
  "optional": true,
@@ -33899,7 +33899,7 @@
33899
33899
  "kind": "interface",
33900
33900
  "locationInModule": {
33901
33901
  "filename": "src/github/workflows-model.ts",
33902
- "line": 552
33902
+ "line": 616
33903
33903
  },
33904
33904
  "name": "JobMatrix",
33905
33905
  "namespace": "github.workflows",
@@ -33914,7 +33914,7 @@
33914
33914
  "immutable": true,
33915
33915
  "locationInModule": {
33916
33916
  "filename": "src/github/workflows-model.ts",
33917
- "line": 561
33917
+ "line": 625
33918
33918
  },
33919
33919
  "name": "domain",
33920
33920
  "optional": true,
@@ -33963,7 +33963,7 @@
33963
33963
  "immutable": true,
33964
33964
  "locationInModule": {
33965
33965
  "filename": "src/github/workflows-model.ts",
33966
- "line": 576
33966
+ "line": 640
33967
33967
  },
33968
33968
  "name": "exclude",
33969
33969
  "optional": true,
@@ -34003,7 +34003,7 @@
34003
34003
  "immutable": true,
34004
34004
  "locationInModule": {
34005
34005
  "filename": "src/github/workflows-model.ts",
34006
- "line": 569
34006
+ "line": 633
34007
34007
  },
34008
34008
  "name": "include",
34009
34009
  "optional": true,
@@ -34336,7 +34336,7 @@
34336
34336
  "kind": "interface",
34337
34337
  "locationInModule": {
34338
34338
  "filename": "src/github/workflows-model.ts",
34339
- "line": 512
34339
+ "line": 576
34340
34340
  },
34341
34341
  "name": "JobStep",
34342
34342
  "namespace": "github.workflows",
@@ -34361,6 +34361,44 @@
34361
34361
  "name": "JobStepConfiguration",
34362
34362
  "namespace": "github.workflows",
34363
34363
  "properties": [
34364
+ {
34365
+ "abstract": true,
34366
+ "docs": {
34367
+ "remarks": "Use for long-running processes, such as\ndatabases, servers, or monitoring tasks, that need to run alongside other\nsteps.\n\nSynchronize with background steps later using `wait` or `waitAll`, or\nstop them with `cancel`. Give the step an `id` so it can be referenced.\n\nA maximum of 10 background steps can run concurrently in a single job;\nadditional background steps are queued until a slot is free.",
34368
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsbackground",
34369
+ "stability": "experimental",
34370
+ "summary": "Runs a step asynchronously so the job continues to the next step without waiting for it to finish."
34371
+ },
34372
+ "immutable": true,
34373
+ "locationInModule": {
34374
+ "filename": "src/github/workflows-model.ts",
34375
+ "line": 520
34376
+ },
34377
+ "name": "background",
34378
+ "optional": true,
34379
+ "type": {
34380
+ "primitive": "boolean"
34381
+ }
34382
+ },
34383
+ {
34384
+ "abstract": true,
34385
+ "docs": {
34386
+ "remarks": "The runner sends the step's process a termination signal (SIGTERM) so it\ncan clean up, and forcibly stops it (SIGKILL) if it does not exit within\na short grace period.",
34387
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscancel",
34388
+ "stability": "experimental",
34389
+ "summary": "Gracefully terminates a running background step, referenced by its `id`."
34390
+ },
34391
+ "immutable": true,
34392
+ "locationInModule": {
34393
+ "filename": "src/github/workflows-model.ts",
34394
+ "line": 551
34395
+ },
34396
+ "name": "cancel",
34397
+ "optional": true,
34398
+ "type": {
34399
+ "primitive": "string"
34400
+ }
34401
+ },
34364
34402
  {
34365
34403
  "abstract": true,
34366
34404
  "docs": {
@@ -34379,6 +34417,30 @@
34379
34417
  "primitive": "boolean"
34380
34418
  }
34381
34419
  },
34420
+ {
34421
+ "abstract": true,
34422
+ "docs": {
34423
+ "remarks": "This is shorthand for declaring each step with\n`background: true` followed by a `wait` step.\n\nUse this when you have a self-contained group of independent steps that\ncan all run at the same time and don't need to be referenced\nindividually. Use `background` instead when you need finer control, such\nas starting a long-running process that stays up while later steps run.\n\nEach step in the group is subject to the same 10-step concurrency limit\nas other background steps. Cannot be used inside a composite action.",
34424
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsparallel",
34425
+ "stability": "experimental",
34426
+ "summary": "Runs a group of steps concurrently, then waits for all of them to finish before continuing."
34427
+ },
34428
+ "immutable": true,
34429
+ "locationInModule": {
34430
+ "filename": "src/github/workflows-model.ts",
34431
+ "line": 568
34432
+ },
34433
+ "name": "parallel",
34434
+ "optional": true,
34435
+ "type": {
34436
+ "collection": {
34437
+ "elementtype": {
34438
+ "fqn": "projen.github.workflows.JobStep"
34439
+ },
34440
+ "kind": "array"
34441
+ }
34442
+ }
34443
+ },
34382
34444
  {
34383
34445
  "abstract": true,
34384
34446
  "docs": {
@@ -34395,6 +34457,49 @@
34395
34457
  "type": {
34396
34458
  "primitive": "number"
34397
34459
  }
34460
+ },
34461
+ {
34462
+ "abstract": true,
34463
+ "docs": {
34464
+ "remarks": "This step performs no work itself; it only blocks until the referenced\nbackground steps finish. If a referenced background step failed, the\n`wait` step fails too.",
34465
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswait",
34466
+ "stability": "experimental",
34467
+ "summary": "Pauses the job until one or more background steps complete. Provide the `id`s of the background steps to wait for."
34468
+ },
34469
+ "immutable": true,
34470
+ "locationInModule": {
34471
+ "filename": "src/github/workflows-model.ts",
34472
+ "line": 532
34473
+ },
34474
+ "name": "wait",
34475
+ "optional": true,
34476
+ "type": {
34477
+ "collection": {
34478
+ "elementtype": {
34479
+ "primitive": "string"
34480
+ },
34481
+ "kind": "array"
34482
+ }
34483
+ }
34484
+ },
34485
+ {
34486
+ "abstract": true,
34487
+ "docs": {
34488
+ "remarks": "Fails if any\nof the background steps it waits on failed, unless `continueOnError` is\nset on this step.",
34489
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswait-all",
34490
+ "stability": "experimental",
34491
+ "summary": "Pauses the job until all active background steps complete."
34492
+ },
34493
+ "immutable": true,
34494
+ "locationInModule": {
34495
+ "filename": "src/github/workflows-model.ts",
34496
+ "line": 541
34497
+ },
34498
+ "name": "waitAll",
34499
+ "optional": true,
34500
+ "type": {
34501
+ "primitive": "boolean"
34502
+ }
34398
34503
  }
34399
34504
  ],
34400
34505
  "symbolId": "src/github/workflows-model:JobStepConfiguration"
@@ -34462,7 +34567,7 @@
34462
34567
  "kind": "interface",
34463
34568
  "locationInModule": {
34464
34569
  "filename": "src/github/workflows-model.ts",
34465
- "line": 518
34570
+ "line": 582
34466
34571
  },
34467
34572
  "name": "JobStrategy",
34468
34573
  "namespace": "github.workflows",
@@ -34477,7 +34582,7 @@
34477
34582
  "immutable": true,
34478
34583
  "locationInModule": {
34479
34584
  "filename": "src/github/workflows-model.ts",
34480
- "line": 536
34585
+ "line": 600
34481
34586
  },
34482
34587
  "name": "failFast",
34483
34588
  "optional": true,
@@ -34495,7 +34600,7 @@
34495
34600
  "immutable": true,
34496
34601
  "locationInModule": {
34497
34602
  "filename": "src/github/workflows-model.ts",
34498
- "line": 530
34603
+ "line": 594
34499
34604
  },
34500
34605
  "name": "matrix",
34501
34606
  "optional": true,
@@ -34513,7 +34618,7 @@
34513
34618
  "immutable": true,
34514
34619
  "locationInModule": {
34515
34620
  "filename": "src/github/workflows-model.ts",
34516
- "line": 544
34621
+ "line": 608
34517
34622
  },
34518
34623
  "name": "maxParallel",
34519
34624
  "optional": true,
@@ -34535,7 +34640,7 @@
34535
34640
  "kind": "interface",
34536
34641
  "locationInModule": {
34537
34642
  "filename": "src/github/workflows-model.ts",
34538
- "line": 1016
34643
+ "line": 1080
34539
34644
  },
34540
34645
  "name": "LabelOptions",
34541
34646
  "namespace": "github.workflows",
@@ -34552,7 +34657,7 @@
34552
34657
  "immutable": true,
34553
34658
  "locationInModule": {
34554
34659
  "filename": "src/github/workflows-model.ts",
34555
- "line": 1022
34660
+ "line": 1086
34556
34661
  },
34557
34662
  "name": "types",
34558
34663
  "optional": true,
@@ -34579,7 +34684,7 @@
34579
34684
  "kind": "interface",
34580
34685
  "locationInModule": {
34581
34686
  "filename": "src/github/workflows-model.ts",
34582
- "line": 1030
34687
+ "line": 1094
34583
34688
  },
34584
34689
  "name": "MergeGroupOptions",
34585
34690
  "namespace": "github.workflows",
@@ -34594,7 +34699,7 @@
34594
34699
  "immutable": true,
34595
34700
  "locationInModule": {
34596
34701
  "filename": "src/github/workflows-model.ts",
34597
- "line": 1036
34702
+ "line": 1100
34598
34703
  },
34599
34704
  "name": "branches",
34600
34705
  "optional": true,
@@ -34621,7 +34726,7 @@
34621
34726
  "kind": "interface",
34622
34727
  "locationInModule": {
34623
34728
  "filename": "src/github/workflows-model.ts",
34624
- "line": 1042
34729
+ "line": 1106
34625
34730
  },
34626
34731
  "name": "MilestoneOptions",
34627
34732
  "namespace": "github.workflows",
@@ -34638,7 +34743,7 @@
34638
34743
  "immutable": true,
34639
34744
  "locationInModule": {
34640
34745
  "filename": "src/github/workflows-model.ts",
34641
- "line": 1048
34746
+ "line": 1112
34642
34747
  },
34643
34748
  "name": "types",
34644
34749
  "optional": true,
@@ -34665,7 +34770,7 @@
34665
34770
  "kind": "interface",
34666
34771
  "locationInModule": {
34667
34772
  "filename": "src/github/workflows-model.ts",
34668
- "line": 1358
34773
+ "line": 1422
34669
34774
  },
34670
34775
  "name": "PageBuildOptions",
34671
34776
  "namespace": "github.workflows",
@@ -34682,7 +34787,7 @@
34682
34787
  "kind": "interface",
34683
34788
  "locationInModule": {
34684
34789
  "filename": "src/github/workflows-model.ts",
34685
- "line": 1070
34790
+ "line": 1134
34686
34791
  },
34687
34792
  "name": "ProjectCardOptions",
34688
34793
  "namespace": "github.workflows",
@@ -34699,7 +34804,7 @@
34699
34804
  "immutable": true,
34700
34805
  "locationInModule": {
34701
34806
  "filename": "src/github/workflows-model.ts",
34702
- "line": 1076
34807
+ "line": 1140
34703
34808
  },
34704
34809
  "name": "types",
34705
34810
  "optional": true,
@@ -34726,7 +34831,7 @@
34726
34831
  "kind": "interface",
34727
34832
  "locationInModule": {
34728
34833
  "filename": "src/github/workflows-model.ts",
34729
- "line": 1084
34834
+ "line": 1148
34730
34835
  },
34731
34836
  "name": "ProjectColumnOptions",
34732
34837
  "namespace": "github.workflows",
@@ -34743,7 +34848,7 @@
34743
34848
  "immutable": true,
34744
34849
  "locationInModule": {
34745
34850
  "filename": "src/github/workflows-model.ts",
34746
- "line": 1090
34851
+ "line": 1154
34747
34852
  },
34748
34853
  "name": "types",
34749
34854
  "optional": true,
@@ -34770,7 +34875,7 @@
34770
34875
  "kind": "interface",
34771
34876
  "locationInModule": {
34772
34877
  "filename": "src/github/workflows-model.ts",
34773
- "line": 1056
34878
+ "line": 1120
34774
34879
  },
34775
34880
  "name": "ProjectOptions",
34776
34881
  "namespace": "github.workflows",
@@ -34787,7 +34892,7 @@
34787
34892
  "immutable": true,
34788
34893
  "locationInModule": {
34789
34894
  "filename": "src/github/workflows-model.ts",
34790
- "line": 1062
34895
+ "line": 1126
34791
34896
  },
34792
34897
  "name": "types",
34793
34898
  "optional": true,
@@ -34814,7 +34919,7 @@
34814
34919
  "kind": "interface",
34815
34920
  "locationInModule": {
34816
34921
  "filename": "src/github/workflows-model.ts",
34817
- "line": 1363
34922
+ "line": 1427
34818
34923
  },
34819
34924
  "name": "PublicOptions",
34820
34925
  "namespace": "github.workflows",
@@ -34834,7 +34939,7 @@
34834
34939
  "kind": "interface",
34835
34940
  "locationInModule": {
34836
34941
  "filename": "src/github/workflows-model.ts",
34837
- "line": 1096
34942
+ "line": 1160
34838
34943
  },
34839
34944
  "name": "PullRequestOptions",
34840
34945
  "namespace": "github.workflows",
@@ -34851,7 +34956,7 @@
34851
34956
  "immutable": true,
34852
34957
  "locationInModule": {
34853
34958
  "filename": "src/github/workflows-model.ts",
34854
- "line": 1102
34959
+ "line": 1166
34855
34960
  },
34856
34961
  "name": "types",
34857
34962
  "optional": true,
@@ -34878,7 +34983,7 @@
34878
34983
  "kind": "interface",
34879
34984
  "locationInModule": {
34880
34985
  "filename": "src/github/workflows-model.ts",
34881
- "line": 1135
34986
+ "line": 1199
34882
34987
  },
34883
34988
  "name": "PullRequestReviewCommentOptions",
34884
34989
  "namespace": "github.workflows",
@@ -34895,7 +35000,7 @@
34895
35000
  "immutable": true,
34896
35001
  "locationInModule": {
34897
35002
  "filename": "src/github/workflows-model.ts",
34898
- "line": 1141
35003
+ "line": 1205
34899
35004
  },
34900
35005
  "name": "types",
34901
35006
  "optional": true,
@@ -34922,7 +35027,7 @@
34922
35027
  "kind": "interface",
34923
35028
  "locationInModule": {
34924
35029
  "filename": "src/github/workflows-model.ts",
34925
- "line": 1123
35030
+ "line": 1187
34926
35031
  },
34927
35032
  "name": "PullRequestReviewOptions",
34928
35033
  "namespace": "github.workflows",
@@ -34939,7 +35044,7 @@
34939
35044
  "immutable": true,
34940
35045
  "locationInModule": {
34941
35046
  "filename": "src/github/workflows-model.ts",
34942
- "line": 1129
35047
+ "line": 1193
34943
35048
  },
34944
35049
  "name": "types",
34945
35050
  "optional": true,
@@ -34969,7 +35074,7 @@
34969
35074
  "kind": "interface",
34970
35075
  "locationInModule": {
34971
35076
  "filename": "src/github/workflows-model.ts",
34972
- "line": 1147
35077
+ "line": 1211
34973
35078
  },
34974
35079
  "name": "PullRequestTargetOptions",
34975
35080
  "namespace": "github.workflows",
@@ -34986,7 +35091,7 @@
34986
35091
  "immutable": true,
34987
35092
  "locationInModule": {
34988
35093
  "filename": "src/github/workflows-model.ts",
34989
- "line": 1153
35094
+ "line": 1217
34990
35095
  },
34991
35096
  "name": "types",
34992
35097
  "optional": true,
@@ -35013,7 +35118,7 @@
35013
35118
  "kind": "interface",
35014
35119
  "locationInModule": {
35015
35120
  "filename": "src/github/workflows-model.ts",
35016
- "line": 1174
35121
+ "line": 1238
35017
35122
  },
35018
35123
  "name": "PushOptions",
35019
35124
  "namespace": "github.workflows",
@@ -35029,7 +35134,7 @@
35029
35134
  "immutable": true,
35030
35135
  "locationInModule": {
35031
35136
  "filename": "src/github/workflows-model.ts",
35032
- "line": 1184
35137
+ "line": 1248
35033
35138
  },
35034
35139
  "name": "branches",
35035
35140
  "optional": true,
@@ -35053,7 +35158,7 @@
35053
35158
  "immutable": true,
35054
35159
  "locationInModule": {
35055
35160
  "filename": "src/github/workflows-model.ts",
35056
- "line": 1205
35161
+ "line": 1269
35057
35162
  },
35058
35163
  "name": "paths",
35059
35164
  "optional": true,
@@ -35077,7 +35182,7 @@
35077
35182
  "immutable": true,
35078
35183
  "locationInModule": {
35079
35184
  "filename": "src/github/workflows-model.ts",
35080
- "line": 1195
35185
+ "line": 1259
35081
35186
  },
35082
35187
  "name": "tags",
35083
35188
  "optional": true,
@@ -35143,7 +35248,7 @@
35143
35248
  "kind": "interface",
35144
35249
  "locationInModule": {
35145
35250
  "filename": "src/github/workflows-model.ts",
35146
- "line": 1211
35251
+ "line": 1275
35147
35252
  },
35148
35253
  "name": "RegistryPackageOptions",
35149
35254
  "namespace": "github.workflows",
@@ -35160,7 +35265,7 @@
35160
35265
  "immutable": true,
35161
35266
  "locationInModule": {
35162
35267
  "filename": "src/github/workflows-model.ts",
35163
- "line": 1217
35268
+ "line": 1281
35164
35269
  },
35165
35270
  "name": "types",
35166
35271
  "optional": true,
@@ -35187,7 +35292,7 @@
35187
35292
  "kind": "interface",
35188
35293
  "locationInModule": {
35189
35294
  "filename": "src/github/workflows-model.ts",
35190
- "line": 1223
35295
+ "line": 1287
35191
35296
  },
35192
35297
  "name": "ReleaseOptions",
35193
35298
  "namespace": "github.workflows",
@@ -35204,7 +35309,7 @@
35204
35309
  "immutable": true,
35205
35310
  "locationInModule": {
35206
35311
  "filename": "src/github/workflows-model.ts",
35207
- "line": 1229
35312
+ "line": 1293
35208
35313
  },
35209
35314
  "name": "types",
35210
35315
  "optional": true,
@@ -35231,7 +35336,7 @@
35231
35336
  "kind": "interface",
35232
35337
  "locationInModule": {
35233
35338
  "filename": "src/github/workflows-model.ts",
35234
- "line": 888
35339
+ "line": 952
35235
35340
  },
35236
35341
  "name": "RepositoryDispatchOptions",
35237
35342
  "namespace": "github.workflows",
@@ -35248,7 +35353,7 @@
35248
35353
  "immutable": true,
35249
35354
  "locationInModule": {
35250
35355
  "filename": "src/github/workflows-model.ts",
35251
- "line": 894
35356
+ "line": 958
35252
35357
  },
35253
35358
  "name": "types",
35254
35359
  "optional": true,
@@ -35329,7 +35434,7 @@
35329
35434
  "kind": "interface",
35330
35435
  "locationInModule": {
35331
35436
  "filename": "src/github/workflows-model.ts",
35332
- "line": 1368
35437
+ "line": 1432
35333
35438
  },
35334
35439
  "name": "StatusOptions",
35335
35440
  "namespace": "github.workflows",
@@ -35724,7 +35829,7 @@
35724
35829
  "kind": "interface",
35725
35830
  "locationInModule": {
35726
35831
  "filename": "src/github/workflows-model.ts",
35727
- "line": 642
35832
+ "line": 706
35728
35833
  },
35729
35834
  "name": "Triggers",
35730
35835
  "namespace": "github.workflows",
@@ -35738,7 +35843,7 @@
35738
35843
  "immutable": true,
35739
35844
  "locationInModule": {
35740
35845
  "filename": "src/github/workflows-model.ts",
35741
- "line": 684
35846
+ "line": 748
35742
35847
  },
35743
35848
  "name": "branchProtectionRule",
35744
35849
  "optional": true,
@@ -35755,7 +35860,7 @@
35755
35860
  "immutable": true,
35756
35861
  "locationInModule": {
35757
35862
  "filename": "src/github/workflows-model.ts",
35758
- "line": 689
35863
+ "line": 753
35759
35864
  },
35760
35865
  "name": "checkRun",
35761
35866
  "optional": true,
@@ -35772,7 +35877,7 @@
35772
35877
  "immutable": true,
35773
35878
  "locationInModule": {
35774
35879
  "filename": "src/github/workflows-model.ts",
35775
- "line": 694
35880
+ "line": 758
35776
35881
  },
35777
35882
  "name": "checkSuite",
35778
35883
  "optional": true,
@@ -35789,7 +35894,7 @@
35789
35894
  "immutable": true,
35790
35895
  "locationInModule": {
35791
35896
  "filename": "src/github/workflows-model.ts",
35792
- "line": 700
35897
+ "line": 764
35793
35898
  },
35794
35899
  "name": "create",
35795
35900
  "optional": true,
@@ -35806,7 +35911,7 @@
35806
35911
  "immutable": true,
35807
35912
  "locationInModule": {
35808
35913
  "filename": "src/github/workflows-model.ts",
35809
- "line": 706
35914
+ "line": 770
35810
35915
  },
35811
35916
  "name": "delete",
35812
35917
  "optional": true,
@@ -35824,7 +35929,7 @@
35824
35929
  "immutable": true,
35825
35930
  "locationInModule": {
35826
35931
  "filename": "src/github/workflows-model.ts",
35827
- "line": 713
35932
+ "line": 777
35828
35933
  },
35829
35934
  "name": "deployment",
35830
35935
  "optional": true,
@@ -35842,7 +35947,7 @@
35842
35947
  "immutable": true,
35843
35948
  "locationInModule": {
35844
35949
  "filename": "src/github/workflows-model.ts",
35845
- "line": 720
35950
+ "line": 784
35846
35951
  },
35847
35952
  "name": "deploymentStatus",
35848
35953
  "optional": true,
@@ -35861,7 +35966,7 @@
35861
35966
  "immutable": true,
35862
35967
  "locationInModule": {
35863
35968
  "filename": "src/github/workflows-model.ts",
35864
- "line": 726
35969
+ "line": 790
35865
35970
  },
35866
35971
  "name": "discussion",
35867
35972
  "optional": true,
@@ -35880,7 +35985,7 @@
35880
35985
  "immutable": true,
35881
35986
  "locationInModule": {
35882
35987
  "filename": "src/github/workflows-model.ts",
35883
- "line": 732
35988
+ "line": 796
35884
35989
  },
35885
35990
  "name": "discussionComment",
35886
35991
  "optional": true,
@@ -35897,7 +36002,7 @@
35897
36002
  "immutable": true,
35898
36003
  "locationInModule": {
35899
36004
  "filename": "src/github/workflows-model.ts",
35900
- "line": 738
36005
+ "line": 802
35901
36006
  },
35902
36007
  "name": "fork",
35903
36008
  "optional": true,
@@ -35914,7 +36019,7 @@
35914
36019
  "immutable": true,
35915
36020
  "locationInModule": {
35916
36021
  "filename": "src/github/workflows-model.ts",
35917
- "line": 744
36022
+ "line": 808
35918
36023
  },
35919
36024
  "name": "gollum",
35920
36025
  "optional": true,
@@ -35931,7 +36036,7 @@
35931
36036
  "immutable": true,
35932
36037
  "locationInModule": {
35933
36038
  "filename": "src/github/workflows-model.ts",
35934
- "line": 749
36039
+ "line": 813
35935
36040
  },
35936
36041
  "name": "issueComment",
35937
36042
  "optional": true,
@@ -35948,7 +36053,7 @@
35948
36053
  "immutable": true,
35949
36054
  "locationInModule": {
35950
36055
  "filename": "src/github/workflows-model.ts",
35951
- "line": 754
36056
+ "line": 818
35952
36057
  },
35953
36058
  "name": "issues",
35954
36059
  "optional": true,
@@ -35965,7 +36070,7 @@
35965
36070
  "immutable": true,
35966
36071
  "locationInModule": {
35967
36072
  "filename": "src/github/workflows-model.ts",
35968
- "line": 759
36073
+ "line": 823
35969
36074
  },
35970
36075
  "name": "label",
35971
36076
  "optional": true,
@@ -35982,7 +36087,7 @@
35982
36087
  "immutable": true,
35983
36088
  "locationInModule": {
35984
36089
  "filename": "src/github/workflows-model.ts",
35985
- "line": 767
36090
+ "line": 831
35986
36091
  },
35987
36092
  "name": "mergeGroup",
35988
36093
  "optional": true,
@@ -35999,7 +36104,7 @@
35999
36104
  "immutable": true,
36000
36105
  "locationInModule": {
36001
36106
  "filename": "src/github/workflows-model.ts",
36002
- "line": 772
36107
+ "line": 836
36003
36108
  },
36004
36109
  "name": "milestone",
36005
36110
  "optional": true,
@@ -36016,7 +36121,7 @@
36016
36121
  "immutable": true,
36017
36122
  "locationInModule": {
36018
36123
  "filename": "src/github/workflows-model.ts",
36019
- "line": 778
36124
+ "line": 842
36020
36125
  },
36021
36126
  "name": "pageBuild",
36022
36127
  "optional": true,
@@ -36033,7 +36138,7 @@
36033
36138
  "immutable": true,
36034
36139
  "locationInModule": {
36035
36140
  "filename": "src/github/workflows-model.ts",
36036
- "line": 783
36141
+ "line": 847
36037
36142
  },
36038
36143
  "name": "project",
36039
36144
  "optional": true,
@@ -36050,7 +36155,7 @@
36050
36155
  "immutable": true,
36051
36156
  "locationInModule": {
36052
36157
  "filename": "src/github/workflows-model.ts",
36053
- "line": 788
36158
+ "line": 852
36054
36159
  },
36055
36160
  "name": "projectCard",
36056
36161
  "optional": true,
@@ -36067,7 +36172,7 @@
36067
36172
  "immutable": true,
36068
36173
  "locationInModule": {
36069
36174
  "filename": "src/github/workflows-model.ts",
36070
- "line": 793
36175
+ "line": 857
36071
36176
  },
36072
36177
  "name": "projectColumn",
36073
36178
  "optional": true,
@@ -36084,7 +36189,7 @@
36084
36189
  "immutable": true,
36085
36190
  "locationInModule": {
36086
36191
  "filename": "src/github/workflows-model.ts",
36087
- "line": 799
36192
+ "line": 863
36088
36193
  },
36089
36194
  "name": "public",
36090
36195
  "optional": true,
@@ -36101,7 +36206,7 @@
36101
36206
  "immutable": true,
36102
36207
  "locationInModule": {
36103
36208
  "filename": "src/github/workflows-model.ts",
36104
- "line": 804
36209
+ "line": 868
36105
36210
  },
36106
36211
  "name": "pullRequest",
36107
36212
  "optional": true,
@@ -36118,7 +36223,7 @@
36118
36223
  "immutable": true,
36119
36224
  "locationInModule": {
36120
36225
  "filename": "src/github/workflows-model.ts",
36121
- "line": 809
36226
+ "line": 873
36122
36227
  },
36123
36228
  "name": "pullRequestReview",
36124
36229
  "optional": true,
@@ -36135,7 +36240,7 @@
36135
36240
  "immutable": true,
36136
36241
  "locationInModule": {
36137
36242
  "filename": "src/github/workflows-model.ts",
36138
- "line": 815
36243
+ "line": 879
36139
36244
  },
36140
36245
  "name": "pullRequestReviewComment",
36141
36246
  "optional": true,
@@ -36154,7 +36259,7 @@
36154
36259
  "immutable": true,
36155
36260
  "locationInModule": {
36156
36261
  "filename": "src/github/workflows-model.ts",
36157
- "line": 836
36262
+ "line": 900
36158
36263
  },
36159
36264
  "name": "pullRequestTarget",
36160
36265
  "optional": true,
@@ -36171,7 +36276,7 @@
36171
36276
  "immutable": true,
36172
36277
  "locationInModule": {
36173
36278
  "filename": "src/github/workflows-model.ts",
36174
- "line": 842
36279
+ "line": 906
36175
36280
  },
36176
36281
  "name": "push",
36177
36282
  "optional": true,
@@ -36188,7 +36293,7 @@
36188
36293
  "immutable": true,
36189
36294
  "locationInModule": {
36190
36295
  "filename": "src/github/workflows-model.ts",
36191
- "line": 847
36296
+ "line": 911
36192
36297
  },
36193
36298
  "name": "registryPackage",
36194
36299
  "optional": true,
@@ -36205,7 +36310,7 @@
36205
36310
  "immutable": true,
36206
36311
  "locationInModule": {
36207
36312
  "filename": "src/github/workflows-model.ts",
36208
- "line": 852
36313
+ "line": 916
36209
36314
  },
36210
36315
  "name": "release",
36211
36316
  "optional": true,
@@ -36222,7 +36327,7 @@
36222
36327
  "immutable": true,
36223
36328
  "locationInModule": {
36224
36329
  "filename": "src/github/workflows-model.ts",
36225
- "line": 669
36330
+ "line": 733
36226
36331
  },
36227
36332
  "name": "repositoryDispatch",
36228
36333
  "optional": true,
@@ -36241,7 +36346,7 @@
36241
36346
  "immutable": true,
36242
36347
  "locationInModule": {
36243
36348
  "filename": "src/github/workflows-model.ts",
36244
- "line": 652
36349
+ "line": 716
36245
36350
  },
36246
36351
  "name": "schedule",
36247
36352
  "optional": true,
@@ -36263,7 +36368,7 @@
36263
36368
  "immutable": true,
36264
36369
  "locationInModule": {
36265
36370
  "filename": "src/github/workflows-model.ts",
36266
- "line": 858
36371
+ "line": 922
36267
36372
  },
36268
36373
  "name": "status",
36269
36374
  "optional": true,
@@ -36280,7 +36385,7 @@
36280
36385
  "immutable": true,
36281
36386
  "locationInModule": {
36282
36387
  "filename": "src/github/workflows-model.ts",
36283
- "line": 863
36388
+ "line": 927
36284
36389
  },
36285
36390
  "name": "watch",
36286
36391
  "optional": true,
@@ -36298,7 +36403,7 @@
36298
36403
  "immutable": true,
36299
36404
  "locationInModule": {
36300
36405
  "filename": "src/github/workflows-model.ts",
36301
- "line": 677
36406
+ "line": 741
36302
36407
  },
36303
36408
  "name": "workflowCall",
36304
36409
  "optional": true,
@@ -36316,7 +36421,7 @@
36316
36421
  "immutable": true,
36317
36422
  "locationInModule": {
36318
36423
  "filename": "src/github/workflows-model.ts",
36319
- "line": 662
36424
+ "line": 726
36320
36425
  },
36321
36426
  "name": "workflowDispatch",
36322
36427
  "optional": true,
@@ -36334,7 +36439,7 @@
36334
36439
  "immutable": true,
36335
36440
  "locationInModule": {
36336
36441
  "filename": "src/github/workflows-model.ts",
36337
- "line": 871
36442
+ "line": 935
36338
36443
  },
36339
36444
  "name": "workflowRun",
36340
36445
  "optional": true,
@@ -36356,7 +36461,7 @@
36356
36461
  "kind": "interface",
36357
36462
  "locationInModule": {
36358
36463
  "filename": "src/github/workflows-model.ts",
36359
- "line": 1243
36464
+ "line": 1307
36360
36465
  },
36361
36466
  "name": "WatchOptions",
36362
36467
  "namespace": "github.workflows",
@@ -36373,7 +36478,7 @@
36373
36478
  "immutable": true,
36374
36479
  "locationInModule": {
36375
36480
  "filename": "src/github/workflows-model.ts",
36376
- "line": 1249
36481
+ "line": 1313
36377
36482
  },
36378
36483
  "name": "types",
36379
36484
  "optional": true,
@@ -36400,7 +36505,7 @@
36400
36505
  "kind": "interface",
36401
36506
  "locationInModule": {
36402
36507
  "filename": "src/github/workflows-model.ts",
36403
- "line": 1323
36508
+ "line": 1387
36404
36509
  },
36405
36510
  "name": "WorkflowCallOptions",
36406
36511
  "namespace": "github.workflows",
@@ -36417,7 +36522,7 @@
36417
36522
  "kind": "interface",
36418
36523
  "locationInModule": {
36419
36524
  "filename": "src/github/workflows-model.ts",
36420
- "line": 1289
36525
+ "line": 1353
36421
36526
  },
36422
36527
  "name": "WorkflowDispatchInput",
36423
36528
  "namespace": "github.workflows",
@@ -36431,7 +36536,7 @@
36431
36536
  "immutable": true,
36432
36537
  "locationInModule": {
36433
36538
  "filename": "src/github/workflows-model.ts",
36434
- "line": 1293
36539
+ "line": 1357
36435
36540
  },
36436
36541
  "name": "description",
36437
36542
  "type": {
@@ -36448,7 +36553,7 @@
36448
36553
  "immutable": true,
36449
36554
  "locationInModule": {
36450
36555
  "filename": "src/github/workflows-model.ts",
36451
- "line": 1305
36556
+ "line": 1369
36452
36557
  },
36453
36558
  "name": "default",
36454
36559
  "optional": true,
@@ -36466,7 +36571,7 @@
36466
36571
  "immutable": true,
36467
36572
  "locationInModule": {
36468
36573
  "filename": "src/github/workflows-model.ts",
36469
- "line": 1317
36574
+ "line": 1381
36470
36575
  },
36471
36576
  "name": "options",
36472
36577
  "optional": true,
@@ -36489,7 +36594,7 @@
36489
36594
  "immutable": true,
36490
36595
  "locationInModule": {
36491
36596
  "filename": "src/github/workflows-model.ts",
36492
- "line": 1299
36597
+ "line": 1363
36493
36598
  },
36494
36599
  "name": "required",
36495
36600
  "optional": true,
@@ -36507,7 +36612,7 @@
36507
36612
  "immutable": true,
36508
36613
  "locationInModule": {
36509
36614
  "filename": "src/github/workflows-model.ts",
36510
- "line": 1311
36615
+ "line": 1375
36511
36616
  },
36512
36617
  "name": "type",
36513
36618
  "optional": true,
@@ -36529,7 +36634,7 @@
36529
36634
  "kind": "interface",
36530
36635
  "locationInModule": {
36531
36636
  "filename": "src/github/workflows-model.ts",
36532
- "line": 1279
36637
+ "line": 1343
36533
36638
  },
36534
36639
  "name": "WorkflowDispatchOptions",
36535
36640
  "namespace": "github.workflows",
@@ -36543,7 +36648,7 @@
36543
36648
  "immutable": true,
36544
36649
  "locationInModule": {
36545
36650
  "filename": "src/github/workflows-model.ts",
36546
- "line": 1283
36651
+ "line": 1347
36547
36652
  },
36548
36653
  "name": "inputs",
36549
36654
  "optional": true,
@@ -36570,7 +36675,7 @@
36570
36675
  "kind": "interface",
36571
36676
  "locationInModule": {
36572
36677
  "filename": "src/github/workflows-model.ts",
36573
- "line": 1255
36678
+ "line": 1319
36574
36679
  },
36575
36680
  "name": "WorkflowRunOptions",
36576
36681
  "namespace": "github.workflows",
@@ -36587,7 +36692,7 @@
36587
36692
  "immutable": true,
36588
36693
  "locationInModule": {
36589
36694
  "filename": "src/github/workflows-model.ts",
36590
- "line": 1273
36695
+ "line": 1337
36591
36696
  },
36592
36697
  "name": "branches",
36593
36698
  "optional": true,
@@ -36612,7 +36717,7 @@
36612
36717
  "immutable": true,
36613
36718
  "locationInModule": {
36614
36719
  "filename": "src/github/workflows-model.ts",
36615
- "line": 1267
36720
+ "line": 1331
36616
36721
  },
36617
36722
  "name": "types",
36618
36723
  "optional": true,
@@ -36637,7 +36742,7 @@
36637
36742
  "immutable": true,
36638
36743
  "locationInModule": {
36639
36744
  "filename": "src/github/workflows-model.ts",
36640
- "line": 1261
36745
+ "line": 1325
36641
36746
  },
36642
36747
  "name": "workflows",
36643
36748
  "optional": true,
@@ -84181,6 +84286,6 @@
84181
84286
  "usedFeatures": [
84182
84287
  "class-covariant-overrides"
84183
84288
  ],
84184
- "version": "0.101.5",
84185
- "fingerprint": "5THK4u1h7bbIZtoOmzT8wRBBSu9MFZZbnBjpQHgBt6c="
84289
+ "version": "0.101.6",
84290
+ "fingerprint": "/iDja2G4dA4bd52qfG1JjdcM3XtKblCtxw7BnT66Ym4="
84186
84291
  }