projen 0.78.9 → 0.78.11

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 +1126 -555
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +4 -6
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/index.d.ts +1 -0
  46. package/lib/github/index.js +2 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-lint.js +1 -1
  50. package/lib/github/stale.js +1 -1
  51. package/lib/github/task-workflow-job.d.ts +132 -0
  52. package/lib/github/task-workflow-job.js +98 -0
  53. package/lib/github/task-workflow.d.ts +6 -85
  54. package/lib/github/task-workflow.js +7 -51
  55. package/lib/github/workflow-actions.js +4 -5
  56. package/lib/github/workflow-jobs.js +1 -1
  57. package/lib/github/workflow-steps.d.ts +51 -18
  58. package/lib/github/workflow-steps.js +26 -5
  59. package/lib/github/workflows-model.d.ts +35 -14
  60. package/lib/github/workflows-model.js +1 -1
  61. package/lib/github/workflows.js +1 -1
  62. package/lib/gitlab/configuration.js +1 -1
  63. package/lib/gitlab/gitlab-configuration.js +1 -1
  64. package/lib/gitlab/nested-configuration.js +1 -1
  65. package/lib/gitpod.js +1 -1
  66. package/lib/ignore-file.js +1 -1
  67. package/lib/ini.js +1 -1
  68. package/lib/java/java-project.js +1 -1
  69. package/lib/java/junit.js +1 -1
  70. package/lib/java/maven-compile.js +1 -1
  71. package/lib/java/maven-packaging.js +1 -1
  72. package/lib/java/maven-sample.js +1 -1
  73. package/lib/java/pom.js +1 -1
  74. package/lib/java/projenrc.js +1 -1
  75. package/lib/javascript/bundler.js +1 -1
  76. package/lib/javascript/eslint.js +1 -1
  77. package/lib/javascript/jest.js +4 -4
  78. package/lib/javascript/license-checker.js +1 -1
  79. package/lib/javascript/node-package.js +1 -1
  80. package/lib/javascript/node-project.d.ts +12 -2
  81. package/lib/javascript/node-project.js +17 -4
  82. package/lib/javascript/npm-config.js +1 -1
  83. package/lib/javascript/prettier.js +1 -1
  84. package/lib/javascript/projenrc.js +1 -1
  85. package/lib/javascript/typescript-config.js +2 -2
  86. package/lib/javascript/upgrade-dependencies.js +2 -2
  87. package/lib/javascript/yarnrc.js +1 -1
  88. package/lib/json-patch.js +1 -1
  89. package/lib/json.js +1 -1
  90. package/lib/license.js +1 -1
  91. package/lib/logger.js +1 -1
  92. package/lib/makefile.js +1 -1
  93. package/lib/object-file.js +1 -1
  94. package/lib/project-build.js +1 -1
  95. package/lib/project-tree.js +1 -1
  96. package/lib/project.js +8 -4
  97. package/lib/projects.js +1 -1
  98. package/lib/projenrc-json.js +2 -2
  99. package/lib/projenrc.js +1 -1
  100. package/lib/python/pip.js +1 -1
  101. package/lib/python/poetry.js +2 -2
  102. package/lib/python/projenrc.js +1 -1
  103. package/lib/python/pytest-sample.js +1 -1
  104. package/lib/python/pytest.js +1 -1
  105. package/lib/python/python-project.js +1 -1
  106. package/lib/python/python-sample.js +1 -1
  107. package/lib/python/requirements-file.js +1 -1
  108. package/lib/python/setuppy.js +1 -1
  109. package/lib/python/setuptools.js +1 -1
  110. package/lib/python/venv.js +1 -1
  111. package/lib/readme.js +1 -1
  112. package/lib/release/publisher.js +1 -1
  113. package/lib/release/release-trigger.js +1 -1
  114. package/lib/release/release.d.ts +9 -4
  115. package/lib/release/release.js +55 -26
  116. package/lib/renovatebot.js +1 -1
  117. package/lib/runner-options.d.ts +1 -1
  118. package/lib/runner-options.js +1 -1
  119. package/lib/sample-file.js +2 -2
  120. package/lib/semver.js +1 -1
  121. package/lib/source-code.js +1 -1
  122. package/lib/task-runtime.js +1 -1
  123. package/lib/task.js +1 -1
  124. package/lib/tasks.js +1 -1
  125. package/lib/testing.js +1 -1
  126. package/lib/textfile.js +1 -1
  127. package/lib/toml.js +1 -1
  128. package/lib/typescript/projenrc-ts.js +1 -1
  129. package/lib/typescript/projenrc.js +3 -2
  130. package/lib/typescript/typescript-typedoc.js +1 -1
  131. package/lib/typescript/typescript.js +6 -6
  132. package/lib/util/path.d.ts +8 -0
  133. package/lib/util/path.js +21 -0
  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 +4 -4
  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
@@ -140,7 +140,7 @@
140
140
  "projen.github.workflows": {
141
141
  "locationInModule": {
142
142
  "filename": "src/github/index.ts",
143
- "line": 22
143
+ "line": 23
144
144
  },
145
145
  "symbolId": "src/github/workflows-model:"
146
146
  },
@@ -3361,7 +3361,7 @@
3361
3361
  "kind": "interface",
3362
3362
  "locationInModule": {
3363
3363
  "filename": "src/project.ts",
3364
- "line": 126
3364
+ "line": 131
3365
3365
  },
3366
3366
  "name": "GitOptions",
3367
3367
  "properties": [
@@ -3375,7 +3375,7 @@
3375
3375
  "immutable": true,
3376
3376
  "locationInModule": {
3377
3377
  "filename": "src/project.ts",
3378
- "line": 132
3378
+ "line": 137
3379
3379
  },
3380
3380
  "name": "lfsPatterns",
3381
3381
  "optional": true,
@@ -5036,7 +5036,7 @@
5036
5036
  "kind": "interface",
5037
5037
  "locationInModule": {
5038
5038
  "filename": "src/project.ts",
5039
- "line": 690
5039
+ "line": 692
5040
5040
  },
5041
5041
  "name": "InitProject",
5042
5042
  "properties": [
@@ -5049,7 +5049,7 @@
5049
5049
  "immutable": true,
5050
5050
  "locationInModule": {
5051
5051
  "filename": "src/project.ts",
5052
- "line": 699
5052
+ "line": 701
5053
5053
  },
5054
5054
  "name": "args",
5055
5055
  "type": {
@@ -5072,7 +5072,7 @@
5072
5072
  "immutable": true,
5073
5073
  "locationInModule": {
5074
5074
  "filename": "src/project.ts",
5075
- "line": 710
5075
+ "line": 712
5076
5076
  },
5077
5077
  "name": "comments",
5078
5078
  "type": {
@@ -5088,7 +5088,7 @@
5088
5088
  "immutable": true,
5089
5089
  "locationInModule": {
5090
5090
  "filename": "src/project.ts",
5091
- "line": 694
5091
+ "line": 696
5092
5092
  },
5093
5093
  "name": "fqn",
5094
5094
  "type": {
@@ -5104,7 +5104,7 @@
5104
5104
  "immutable": true,
5105
5105
  "locationInModule": {
5106
5106
  "filename": "src/project.ts",
5107
- "line": 704
5107
+ "line": 706
5108
5108
  },
5109
5109
  "name": "type",
5110
5110
  "type": {
@@ -6574,7 +6574,7 @@
6574
6574
  },
6575
6575
  "locationInModule": {
6576
6576
  "filename": "src/project.ts",
6577
- "line": 242
6577
+ "line": 245
6578
6578
  },
6579
6579
  "parameters": [
6580
6580
  {
@@ -6588,7 +6588,7 @@
6588
6588
  "kind": "class",
6589
6589
  "locationInModule": {
6590
6590
  "filename": "src/project.ts",
6591
- "line": 138
6591
+ "line": 142
6592
6592
  },
6593
6593
  "methods": [
6594
6594
  {
@@ -6598,7 +6598,7 @@
6598
6598
  },
6599
6599
  "locationInModule": {
6600
6600
  "filename": "src/project.ts",
6601
- "line": 148
6601
+ "line": 152
6602
6602
  },
6603
6603
  "name": "isProject",
6604
6604
  "parameters": [
@@ -6627,7 +6627,7 @@
6627
6627
  },
6628
6628
  "locationInModule": {
6629
6629
  "filename": "src/project.ts",
6630
- "line": 158
6630
+ "line": 162
6631
6631
  },
6632
6632
  "name": "of",
6633
6633
  "parameters": [
@@ -6653,7 +6653,7 @@
6653
6653
  },
6654
6654
  "locationInModule": {
6655
6655
  "filename": "src/project.ts",
6656
- "line": 531
6656
+ "line": 533
6657
6657
  },
6658
6658
  "name": "addExcludeFromCleanup",
6659
6659
  "parameters": [
@@ -6677,7 +6677,7 @@
6677
6677
  },
6678
6678
  "locationInModule": {
6679
6679
  "filename": "src/project.ts",
6680
- "line": 560
6680
+ "line": 562
6681
6681
  },
6682
6682
  "name": "addGitIgnore",
6683
6683
  "parameters": [
@@ -6700,7 +6700,7 @@
6700
6700
  },
6701
6701
  "locationInModule": {
6702
6702
  "filename": "src/project.ts",
6703
- "line": 552
6703
+ "line": 554
6704
6704
  },
6705
6705
  "name": "addPackageIgnore",
6706
6706
  "parameters": [
@@ -6723,7 +6723,7 @@
6723
6723
  },
6724
6724
  "locationInModule": {
6725
6725
  "filename": "src/project.ts",
6726
- "line": 400
6726
+ "line": 402
6727
6727
  },
6728
6728
  "name": "addTask",
6729
6729
  "parameters": [
@@ -6761,7 +6761,7 @@
6761
6761
  },
6762
6762
  "locationInModule": {
6763
6763
  "filename": "src/project.ts",
6764
- "line": 521
6764
+ "line": 523
6765
6765
  },
6766
6766
  "name": "addTip",
6767
6767
  "parameters": [
@@ -6784,7 +6784,7 @@
6784
6784
  },
6785
6785
  "locationInModule": {
6786
6786
  "filename": "src/project.ts",
6787
- "line": 571
6787
+ "line": 573
6788
6788
  },
6789
6789
  "name": "annotateGenerated",
6790
6790
  "parameters": [
@@ -6807,7 +6807,7 @@
6807
6807
  },
6808
6808
  "locationInModule": {
6809
6809
  "filename": "src/project.ts",
6810
- "line": 659
6810
+ "line": 661
6811
6811
  },
6812
6812
  "name": "postSynthesize"
6813
6813
  },
@@ -6818,7 +6818,7 @@
6818
6818
  },
6819
6819
  "locationInModule": {
6820
6820
  "filename": "src/project.ts",
6821
- "line": 654
6821
+ "line": 656
6822
6822
  },
6823
6823
  "name": "preSynthesize"
6824
6824
  },
@@ -6830,7 +6830,7 @@
6830
6830
  },
6831
6831
  "locationInModule": {
6832
6832
  "filename": "src/project.ts",
6833
- "line": 411
6833
+ "line": 413
6834
6834
  },
6835
6835
  "name": "removeTask",
6836
6836
  "parameters": [
@@ -6859,7 +6859,7 @@
6859
6859
  },
6860
6860
  "locationInModule": {
6861
6861
  "filename": "src/project.ts",
6862
- "line": 542
6862
+ "line": 544
6863
6863
  },
6864
6864
  "name": "runTaskCommand",
6865
6865
  "parameters": [
@@ -6887,7 +6887,7 @@
6887
6887
  },
6888
6888
  "locationInModule": {
6889
6889
  "filename": "src/project.ts",
6890
- "line": 585
6890
+ "line": 587
6891
6891
  },
6892
6892
  "name": "synth"
6893
6893
  },
@@ -6899,7 +6899,7 @@
6899
6899
  },
6900
6900
  "locationInModule": {
6901
6901
  "filename": "src/project.ts",
6902
- "line": 442
6902
+ "line": 444
6903
6903
  },
6904
6904
  "name": "tryFindFile",
6905
6905
  "parameters": [
@@ -6929,7 +6929,7 @@
6929
6929
  },
6930
6930
  "locationInModule": {
6931
6931
  "filename": "src/project.ts",
6932
- "line": 462
6932
+ "line": 464
6933
6933
  },
6934
6934
  "name": "tryFindJsonFile",
6935
6935
  "parameters": [
@@ -6957,7 +6957,7 @@
6957
6957
  },
6958
6958
  "locationInModule": {
6959
6959
  "filename": "src/project.ts",
6960
- "line": 481
6960
+ "line": 483
6961
6961
  },
6962
6962
  "name": "tryFindObjectFile",
6963
6963
  "parameters": [
@@ -6986,7 +6986,7 @@
6986
6986
  },
6987
6987
  "locationInModule": {
6988
6988
  "filename": "src/project.ts",
6989
- "line": 505
6989
+ "line": 507
6990
6990
  },
6991
6991
  "name": "tryRemoveFile",
6992
6992
  "parameters": [
@@ -7021,7 +7021,7 @@
7021
7021
  "immutable": true,
7022
7022
  "locationInModule": {
7023
7023
  "filename": "src/project.ts",
7024
- "line": 143
7024
+ "line": 147
7025
7025
  },
7026
7026
  "name": "DEFAULT_TASK",
7027
7027
  "static": true,
@@ -7036,7 +7036,7 @@
7036
7036
  "immutable": true,
7037
7037
  "locationInModule": {
7038
7038
  "filename": "src/project.ts",
7039
- "line": 415
7039
+ "line": 417
7040
7040
  },
7041
7041
  "name": "buildTask",
7042
7042
  "type": {
@@ -7051,7 +7051,7 @@
7051
7051
  "immutable": true,
7052
7052
  "locationInModule": {
7053
7053
  "filename": "src/project.ts",
7054
- "line": 236
7054
+ "line": 239
7055
7055
  },
7056
7056
  "name": "commitGenerated",
7057
7057
  "type": {
@@ -7065,7 +7065,7 @@
7065
7065
  "immutable": true,
7066
7066
  "locationInModule": {
7067
7067
  "filename": "src/project.ts",
7068
- "line": 418
7068
+ "line": 420
7069
7069
  },
7070
7070
  "name": "compileTask",
7071
7071
  "type": {
@@ -7080,7 +7080,7 @@
7080
7080
  "immutable": true,
7081
7081
  "locationInModule": {
7082
7082
  "filename": "src/project.ts",
7083
- "line": 368
7083
+ "line": 371
7084
7084
  },
7085
7085
  "name": "components",
7086
7086
  "type": {
@@ -7100,7 +7100,7 @@
7100
7100
  "immutable": true,
7101
7101
  "locationInModule": {
7102
7102
  "filename": "src/project.ts",
7103
- "line": 195
7103
+ "line": 198
7104
7104
  },
7105
7105
  "name": "deps",
7106
7106
  "type": {
@@ -7115,7 +7115,7 @@
7115
7115
  "immutable": true,
7116
7116
  "locationInModule": {
7117
7117
  "filename": "src/project.ts",
7118
- "line": 647
7118
+ "line": 649
7119
7119
  },
7120
7120
  "name": "ejected",
7121
7121
  "type": {
@@ -7130,7 +7130,7 @@
7130
7130
  "immutable": true,
7131
7131
  "locationInModule": {
7132
7132
  "filename": "src/project.ts",
7133
- "line": 387
7133
+ "line": 389
7134
7134
  },
7135
7135
  "name": "files",
7136
7136
  "type": {
@@ -7150,7 +7150,7 @@
7150
7150
  "immutable": true,
7151
7151
  "locationInModule": {
7152
7152
  "filename": "src/project.ts",
7153
- "line": 175
7153
+ "line": 179
7154
7154
  },
7155
7155
  "name": "gitattributes",
7156
7156
  "type": {
@@ -7165,7 +7165,7 @@
7165
7165
  "immutable": true,
7166
7166
  "locationInModule": {
7167
7167
  "filename": "src/project.ts",
7168
- "line": 170
7168
+ "line": 174
7169
7169
  },
7170
7170
  "name": "gitignore",
7171
7171
  "type": {
@@ -7180,7 +7180,7 @@
7180
7180
  "immutable": true,
7181
7181
  "locationInModule": {
7182
7182
  "filename": "src/project.ts",
7183
- "line": 200
7183
+ "line": 203
7184
7184
  },
7185
7185
  "name": "logger",
7186
7186
  "type": {
@@ -7195,7 +7195,7 @@
7195
7195
  "immutable": true,
7196
7196
  "locationInModule": {
7197
7197
  "filename": "src/project.ts",
7198
- "line": 165
7198
+ "line": 169
7199
7199
  },
7200
7200
  "name": "name",
7201
7201
  "type": {
@@ -7210,7 +7210,7 @@
7210
7210
  "immutable": true,
7211
7211
  "locationInModule": {
7212
7212
  "filename": "src/project.ts",
7213
- "line": 185
7213
+ "line": 189
7214
7214
  },
7215
7215
  "name": "outdir",
7216
7216
  "type": {
@@ -7224,7 +7224,7 @@
7224
7224
  "immutable": true,
7225
7225
  "locationInModule": {
7226
7226
  "filename": "src/project.ts",
7227
- "line": 430
7227
+ "line": 432
7228
7228
  },
7229
7229
  "name": "packageTask",
7230
7230
  "type": {
@@ -7238,7 +7238,7 @@
7238
7238
  "immutable": true,
7239
7239
  "locationInModule": {
7240
7240
  "filename": "src/project.ts",
7241
- "line": 427
7241
+ "line": 429
7242
7242
  },
7243
7243
  "name": "postCompileTask",
7244
7244
  "type": {
@@ -7252,7 +7252,7 @@
7252
7252
  "immutable": true,
7253
7253
  "locationInModule": {
7254
7254
  "filename": "src/project.ts",
7255
- "line": 424
7255
+ "line": 426
7256
7256
  },
7257
7257
  "name": "preCompileTask",
7258
7258
  "type": {
@@ -7267,7 +7267,7 @@
7267
7267
  "immutable": true,
7268
7268
  "locationInModule": {
7269
7269
  "filename": "src/project.ts",
7270
- "line": 231
7270
+ "line": 234
7271
7271
  },
7272
7272
  "name": "projectBuild",
7273
7273
  "type": {
@@ -7282,7 +7282,7 @@
7282
7282
  "immutable": true,
7283
7283
  "locationInModule": {
7284
7284
  "filename": "src/project.ts",
7285
- "line": 212
7285
+ "line": 215
7286
7286
  },
7287
7287
  "name": "projenCommand",
7288
7288
  "type": {
@@ -7297,7 +7297,7 @@
7297
7297
  "immutable": true,
7298
7298
  "locationInModule": {
7299
7299
  "filename": "src/project.ts",
7300
- "line": 361
7300
+ "line": 364
7301
7301
  },
7302
7302
  "name": "root",
7303
7303
  "type": {
@@ -7312,7 +7312,7 @@
7312
7312
  "immutable": true,
7313
7313
  "locationInModule": {
7314
7314
  "filename": "src/project.ts",
7315
- "line": 380
7315
+ "line": 382
7316
7316
  },
7317
7317
  "name": "subprojects",
7318
7318
  "type": {
@@ -7332,7 +7332,7 @@
7332
7332
  "immutable": true,
7333
7333
  "locationInModule": {
7334
7334
  "filename": "src/project.ts",
7335
- "line": 190
7335
+ "line": 193
7336
7336
  },
7337
7337
  "name": "tasks",
7338
7338
  "type": {
@@ -7346,7 +7346,7 @@
7346
7346
  "immutable": true,
7347
7347
  "locationInModule": {
7348
7348
  "filename": "src/project.ts",
7349
- "line": 421
7349
+ "line": 423
7350
7350
  },
7351
7351
  "name": "testTask",
7352
7352
  "type": {
@@ -7362,7 +7362,7 @@
7362
7362
  "immutable": true,
7363
7363
  "locationInModule": {
7364
7364
  "filename": "src/project.ts",
7365
- "line": 218
7365
+ "line": 221
7366
7366
  },
7367
7367
  "name": "defaultTask",
7368
7368
  "optional": true,
@@ -7379,7 +7379,7 @@
7379
7379
  "immutable": true,
7380
7380
  "locationInModule": {
7381
7381
  "filename": "src/project.ts",
7382
- "line": 207
7382
+ "line": 210
7383
7383
  },
7384
7384
  "name": "initProject",
7385
7385
  "optional": true,
@@ -7396,7 +7396,7 @@
7396
7396
  "immutable": true,
7397
7397
  "locationInModule": {
7398
7398
  "filename": "src/project.ts",
7399
- "line": 180
7399
+ "line": 184
7400
7400
  },
7401
7401
  "name": "parent",
7402
7402
  "optional": true,
@@ -7545,7 +7545,7 @@
7545
7545
  "kind": "interface",
7546
7546
  "locationInModule": {
7547
7547
  "filename": "src/project.ts",
7548
- "line": 35
7548
+ "line": 40
7549
7549
  },
7550
7550
  "name": "ProjectOptions",
7551
7551
  "properties": [
@@ -7562,7 +7562,7 @@
7562
7562
  "immutable": true,
7563
7563
  "locationInModule": {
7564
7564
  "filename": "src/project.ts",
7565
- "line": 42
7565
+ "line": 47
7566
7566
  },
7567
7567
  "name": "name",
7568
7568
  "type": {
@@ -7579,7 +7579,7 @@
7579
7579
  "immutable": true,
7580
7580
  "locationInModule": {
7581
7581
  "filename": "src/project.ts",
7582
- "line": 110
7582
+ "line": 115
7583
7583
  },
7584
7584
  "name": "commitGenerated",
7585
7585
  "optional": true,
@@ -7596,7 +7596,7 @@
7596
7596
  "immutable": true,
7597
7597
  "locationInModule": {
7598
7598
  "filename": "src/project.ts",
7599
- "line": 120
7599
+ "line": 125
7600
7600
  },
7601
7601
  "name": "gitIgnoreOptions",
7602
7602
  "optional": true,
@@ -7613,7 +7613,7 @@
7613
7613
  "immutable": true,
7614
7614
  "locationInModule": {
7615
7615
  "filename": "src/project.ts",
7616
- "line": 115
7616
+ "line": 120
7617
7617
  },
7618
7618
  "name": "gitOptions",
7619
7619
  "optional": true,
@@ -7631,7 +7631,7 @@
7631
7631
  "immutable": true,
7632
7632
  "locationInModule": {
7633
7633
  "filename": "src/project.ts",
7634
- "line": 66
7634
+ "line": 71
7635
7635
  },
7636
7636
  "name": "logging",
7637
7637
  "optional": true,
@@ -7650,7 +7650,7 @@
7650
7650
  "immutable": true,
7651
7651
  "locationInModule": {
7652
7652
  "filename": "src/project.ts",
7653
- "line": 60
7653
+ "line": 65
7654
7654
  },
7655
7655
  "name": "outdir",
7656
7656
  "optional": true,
@@ -7667,7 +7667,7 @@
7667
7667
  "immutable": true,
7668
7668
  "locationInModule": {
7669
7669
  "filename": "src/project.ts",
7670
- "line": 47
7670
+ "line": 52
7671
7671
  },
7672
7672
  "name": "parent",
7673
7673
  "optional": true,
@@ -7686,7 +7686,7 @@
7686
7686
  "immutable": true,
7687
7687
  "locationInModule": {
7688
7688
  "filename": "src/project.ts",
7689
- "line": 89
7689
+ "line": 94
7690
7690
  },
7691
7691
  "name": "projenCommand",
7692
7692
  "optional": true,
@@ -7704,7 +7704,7 @@
7704
7704
  "immutable": true,
7705
7705
  "locationInModule": {
7706
7706
  "filename": "src/project.ts",
7707
- "line": 74
7707
+ "line": 79
7708
7708
  },
7709
7709
  "name": "projenrcJson",
7710
7710
  "optional": true,
@@ -7722,7 +7722,7 @@
7722
7722
  "immutable": true,
7723
7723
  "locationInModule": {
7724
7724
  "filename": "src/project.ts",
7725
- "line": 80
7725
+ "line": 85
7726
7726
  },
7727
7727
  "name": "projenrcJsonOptions",
7728
7728
  "optional": true,
@@ -7740,7 +7740,7 @@
7740
7740
  "immutable": true,
7741
7741
  "locationInModule": {
7742
7742
  "filename": "src/project.ts",
7743
- "line": 96
7743
+ "line": 101
7744
7744
  },
7745
7745
  "name": "renovatebot",
7746
7746
  "optional": true,
@@ -7758,7 +7758,7 @@
7758
7758
  "immutable": true,
7759
7759
  "locationInModule": {
7760
7760
  "filename": "src/project.ts",
7761
- "line": 103
7761
+ "line": 108
7762
7762
  },
7763
7763
  "name": "renovatebotOptions",
7764
7764
  "optional": true,
@@ -7827,7 +7827,7 @@
7827
7827
  "kind": "enum",
7828
7828
  "locationInModule": {
7829
7829
  "filename": "src/project.ts",
7830
- "line": 667
7830
+ "line": 669
7831
7831
  },
7832
7832
  "members": [
7833
7833
  {
@@ -15419,7 +15419,7 @@
15419
15419
  "kind": "interface",
15420
15420
  "locationInModule": {
15421
15421
  "filename": "src/build/build-workflow.ts",
15422
- "line": 458
15422
+ "line": 456
15423
15423
  },
15424
15424
  "name": "AddPostBuildJobCommandsOptions",
15425
15425
  "namespace": "build",
@@ -15434,7 +15434,7 @@
15434
15434
  "immutable": true,
15435
15435
  "locationInModule": {
15436
15436
  "filename": "src/build/build-workflow.ts",
15437
- "line": 470
15437
+ "line": 468
15438
15438
  },
15439
15439
  "name": "checkoutRepo",
15440
15440
  "optional": true,
@@ -15453,7 +15453,7 @@
15453
15453
  "immutable": true,
15454
15454
  "locationInModule": {
15455
15455
  "filename": "src/build/build-workflow.ts",
15456
- "line": 480
15456
+ "line": 478
15457
15457
  },
15458
15458
  "name": "installDeps",
15459
15459
  "optional": true,
@@ -15475,7 +15475,7 @@
15475
15475
  "immutable": true,
15476
15476
  "locationInModule": {
15477
15477
  "filename": "src/build/build-workflow.ts",
15478
- "line": 488
15478
+ "line": 486
15479
15479
  },
15480
15480
  "name": "runsOn",
15481
15481
  "optional": true,
@@ -15501,7 +15501,7 @@
15501
15501
  "immutable": true,
15502
15502
  "locationInModule": {
15503
15503
  "filename": "src/build/build-workflow.ts",
15504
- "line": 495
15504
+ "line": 493
15505
15505
  },
15506
15506
  "name": "runsOnGroup",
15507
15507
  "optional": true,
@@ -15518,7 +15518,7 @@
15518
15518
  "immutable": true,
15519
15519
  "locationInModule": {
15520
15520
  "filename": "src/build/build-workflow.ts",
15521
- "line": 462
15521
+ "line": 460
15522
15522
  },
15523
15523
  "name": "tools",
15524
15524
  "optional": true,
@@ -15540,7 +15540,7 @@
15540
15540
  "kind": "interface",
15541
15541
  "locationInModule": {
15542
15542
  "filename": "src/build/build-workflow.ts",
15543
- "line": 433
15543
+ "line": 431
15544
15544
  },
15545
15545
  "name": "AddPostBuildJobTaskOptions",
15546
15546
  "namespace": "build",
@@ -15559,7 +15559,7 @@
15559
15559
  "immutable": true,
15560
15560
  "locationInModule": {
15561
15561
  "filename": "src/build/build-workflow.ts",
15562
- "line": 445
15562
+ "line": 443
15563
15563
  },
15564
15564
  "name": "runsOn",
15565
15565
  "optional": true,
@@ -15585,7 +15585,7 @@
15585
15585
  "immutable": true,
15586
15586
  "locationInModule": {
15587
15587
  "filename": "src/build/build-workflow.ts",
15588
- "line": 452
15588
+ "line": 450
15589
15589
  },
15590
15590
  "name": "runsOnGroup",
15591
15591
  "optional": true,
@@ -15602,7 +15602,7 @@
15602
15602
  "immutable": true,
15603
15603
  "locationInModule": {
15604
15604
  "filename": "src/build/build-workflow.ts",
15605
- "line": 437
15605
+ "line": 435
15606
15606
  },
15607
15607
  "name": "tools",
15608
15608
  "optional": true,
@@ -20805,12 +20805,12 @@
20805
20805
  },
20806
20806
  "fqn": "projen.github.CheckoutOptions",
20807
20807
  "interfaces": [
20808
- "projen.github.CommonWorkflowStepOptions"
20808
+ "projen.github.workflows.JobStepConfiguration"
20809
20809
  ],
20810
20810
  "kind": "interface",
20811
20811
  "locationInModule": {
20812
20812
  "filename": "src/github/workflow-steps.ts",
20813
- "line": 80
20813
+ "line": 86
20814
20814
  },
20815
20815
  "name": "CheckoutOptions",
20816
20816
  "namespace": "github",
@@ -20824,7 +20824,7 @@
20824
20824
  "immutable": true,
20825
20825
  "locationInModule": {
20826
20826
  "filename": "src/github/workflow-steps.ts",
20827
- "line": 84
20827
+ "line": 90
20828
20828
  },
20829
20829
  "name": "with",
20830
20830
  "optional": true,
@@ -20846,7 +20846,7 @@
20846
20846
  "kind": "interface",
20847
20847
  "locationInModule": {
20848
20848
  "filename": "src/github/workflow-steps.ts",
20849
- "line": 90
20849
+ "line": 96
20850
20850
  },
20851
20851
  "name": "CheckoutWith",
20852
20852
  "namespace": "github",
@@ -20862,7 +20862,7 @@
20862
20862
  "immutable": true,
20863
20863
  "locationInModule": {
20864
20864
  "filename": "src/github/workflow-steps.ts",
20865
- "line": 96
20865
+ "line": 102
20866
20866
  },
20867
20867
  "name": "fetchDepth",
20868
20868
  "optional": true,
@@ -20880,7 +20880,7 @@
20880
20880
  "immutable": true,
20881
20881
  "locationInModule": {
20882
20882
  "filename": "src/github/workflow-steps.ts",
20883
- "line": 102
20883
+ "line": 108
20884
20884
  },
20885
20885
  "name": "lfs",
20886
20886
  "optional": true,
@@ -20898,7 +20898,7 @@
20898
20898
  "immutable": true,
20899
20899
  "locationInModule": {
20900
20900
  "filename": "src/github/workflow-steps.ts",
20901
- "line": 108
20901
+ "line": 114
20902
20902
  },
20903
20903
  "name": "ref",
20904
20904
  "optional": true,
@@ -20916,7 +20916,7 @@
20916
20916
  "immutable": true,
20917
20917
  "locationInModule": {
20918
20918
  "filename": "src/github/workflow-steps.ts",
20919
- "line": 114
20919
+ "line": 120
20920
20920
  },
20921
20921
  "name": "repository",
20922
20922
  "optional": true,
@@ -20935,7 +20935,7 @@
20935
20935
  "immutable": true,
20936
20936
  "locationInModule": {
20937
20937
  "filename": "src/github/workflow-steps.ts",
20938
- "line": 123
20938
+ "line": 129
20939
20939
  },
20940
20940
  "name": "token",
20941
20941
  "optional": true,
@@ -20960,7 +20960,7 @@
20960
20960
  "kind": "interface",
20961
20961
  "locationInModule": {
20962
20962
  "filename": "src/github/workflow-actions.ts",
20963
- "line": 161
20963
+ "line": 160
20964
20964
  },
20965
20965
  "name": "CheckoutWithPatchOptions",
20966
20966
  "namespace": "github",
@@ -20975,7 +20975,7 @@
20975
20975
  "immutable": true,
20976
20976
  "locationInModule": {
20977
20977
  "filename": "src/github/workflow-actions.ts",
20978
- "line": 166
20978
+ "line": 165
20979
20979
  },
20980
20980
  "name": "patchFile",
20981
20981
  "optional": true,
@@ -20986,75 +20986,6 @@
20986
20986
  ],
20987
20987
  "symbolId": "src/github/workflow-actions:CheckoutWithPatchOptions"
20988
20988
  },
20989
- "projen.github.CommonWorkflowStepOptions": {
20990
- "assembly": "projen",
20991
- "datatype": true,
20992
- "docs": {
20993
- "stability": "experimental"
20994
- },
20995
- "fqn": "projen.github.CommonWorkflowStepOptions",
20996
- "kind": "interface",
20997
- "locationInModule": {
20998
- "filename": "src/github/workflow-steps.ts",
20999
- "line": 63
21000
- },
21001
- "name": "CommonWorkflowStepOptions",
21002
- "namespace": "github",
21003
- "properties": [
21004
- {
21005
- "abstract": true,
21006
- "docs": {
21007
- "stability": "experimental",
21008
- "summary": "A unique identifier for the step."
21009
- },
21010
- "immutable": true,
21011
- "locationInModule": {
21012
- "filename": "src/github/workflow-steps.ts",
21013
- "line": 67
21014
- },
21015
- "name": "id",
21016
- "optional": true,
21017
- "type": {
21018
- "primitive": "string"
21019
- }
21020
- },
21021
- {
21022
- "abstract": true,
21023
- "docs": {
21024
- "stability": "experimental",
21025
- "summary": "A condition to determine whether to run this step."
21026
- },
21027
- "immutable": true,
21028
- "locationInModule": {
21029
- "filename": "src/github/workflow-steps.ts",
21030
- "line": 72
21031
- },
21032
- "name": "if",
21033
- "optional": true,
21034
- "type": {
21035
- "primitive": "string"
21036
- }
21037
- },
21038
- {
21039
- "abstract": true,
21040
- "docs": {
21041
- "stability": "experimental",
21042
- "summary": "The name of the step."
21043
- },
21044
- "immutable": true,
21045
- "locationInModule": {
21046
- "filename": "src/github/workflow-steps.ts",
21047
- "line": 77
21048
- },
21049
- "name": "name",
21050
- "optional": true,
21051
- "type": {
21052
- "primitive": "string"
21053
- }
21054
- }
21055
- ],
21056
- "symbolId": "src/github/workflow-steps:CommonWorkflowStepOptions"
21057
- },
21058
20989
  "projen.github.ContributorStatementOptions": {
21059
20990
  "assembly": "projen",
21060
20991
  "datatype": true,
@@ -21130,7 +21061,7 @@
21130
21061
  "kind": "interface",
21131
21062
  "locationInModule": {
21132
21063
  "filename": "src/github/workflow-actions.ts",
21133
- "line": 202
21064
+ "line": 201
21134
21065
  },
21135
21066
  "name": "CreatePullRequestOptions",
21136
21067
  "namespace": "github",
@@ -21145,7 +21076,7 @@
21145
21076
  "immutable": true,
21146
21077
  "locationInModule": {
21147
21078
  "filename": "src/github/workflow-actions.ts",
21148
- "line": 239
21079
+ "line": 238
21149
21080
  },
21150
21081
  "name": "pullRequestDescription",
21151
21082
  "type": {
@@ -21162,7 +21093,7 @@
21162
21093
  "immutable": true,
21163
21094
  "locationInModule": {
21164
21095
  "filename": "src/github/workflow-actions.ts",
21165
- "line": 232
21096
+ "line": 231
21166
21097
  },
21167
21098
  "name": "pullRequestTitle",
21168
21099
  "type": {
@@ -21178,7 +21109,7 @@
21178
21109
  "immutable": true,
21179
21110
  "locationInModule": {
21180
21111
  "filename": "src/github/workflow-actions.ts",
21181
- "line": 225
21112
+ "line": 224
21182
21113
  },
21183
21114
  "name": "workflowName",
21184
21115
  "type": {
@@ -21195,7 +21126,7 @@
21195
21126
  "immutable": true,
21196
21127
  "locationInModule": {
21197
21128
  "filename": "src/github/workflow-actions.ts",
21198
- "line": 280
21129
+ "line": 279
21199
21130
  },
21200
21131
  "name": "assignees",
21201
21132
  "optional": true,
@@ -21218,7 +21149,7 @@
21218
21149
  "immutable": true,
21219
21150
  "locationInModule": {
21220
21151
  "filename": "src/github/workflow-actions.ts",
21221
- "line": 246
21152
+ "line": 245
21222
21153
  },
21223
21154
  "name": "baseBranch",
21224
21155
  "optional": true,
@@ -21236,7 +21167,7 @@
21236
21167
  "immutable": true,
21237
21168
  "locationInModule": {
21238
21169
  "filename": "src/github/workflow-actions.ts",
21239
- "line": 253
21170
+ "line": 252
21240
21171
  },
21241
21172
  "name": "branchName",
21242
21173
  "optional": true,
@@ -21254,7 +21185,7 @@
21254
21185
  "immutable": true,
21255
21186
  "locationInModule": {
21256
21187
  "filename": "src/github/workflow-actions.ts",
21257
- "line": 220
21188
+ "line": 219
21258
21189
  },
21259
21190
  "name": "credentials",
21260
21191
  "optional": true,
@@ -21272,7 +21203,7 @@
21272
21203
  "immutable": true,
21273
21204
  "locationInModule": {
21274
21205
  "filename": "src/github/workflow-actions.ts",
21275
- "line": 259
21206
+ "line": 258
21276
21207
  },
21277
21208
  "name": "gitIdentity",
21278
21209
  "optional": true,
@@ -21290,7 +21221,7 @@
21290
21221
  "immutable": true,
21291
21222
  "locationInModule": {
21292
21223
  "filename": "src/github/workflow-actions.ts",
21293
- "line": 273
21224
+ "line": 272
21294
21225
  },
21295
21226
  "name": "labels",
21296
21227
  "optional": true,
@@ -21313,7 +21244,7 @@
21313
21244
  "immutable": true,
21314
21245
  "locationInModule": {
21315
21246
  "filename": "src/github/workflow-actions.ts",
21316
- "line": 266
21247
+ "line": 265
21317
21248
  },
21318
21249
  "name": "signoff",
21319
21250
  "optional": true,
@@ -21331,7 +21262,7 @@
21331
21262
  "immutable": true,
21332
21263
  "locationInModule": {
21333
21264
  "filename": "src/github/workflow-actions.ts",
21334
- "line": 207
21265
+ "line": 206
21335
21266
  },
21336
21267
  "name": "stepId",
21337
21268
  "optional": true,
@@ -21349,7 +21280,7 @@
21349
21280
  "immutable": true,
21350
21281
  "locationInModule": {
21351
21282
  "filename": "src/github/workflow-actions.ts",
21352
- "line": 213
21283
+ "line": 212
21353
21284
  },
21354
21285
  "name": "stepName",
21355
21286
  "optional": true,
@@ -23234,7 +23165,7 @@
23234
23165
  "kind": "interface",
23235
23166
  "locationInModule": {
23236
23167
  "filename": "src/github/task-workflow.ts",
23237
- "line": 226
23168
+ "line": 76
23238
23169
  },
23239
23170
  "name": "GitIdentity",
23240
23171
  "namespace": "github",
@@ -23248,7 +23179,7 @@
23248
23179
  "immutable": true,
23249
23180
  "locationInModule": {
23250
23181
  "filename": "src/github/task-workflow.ts",
23251
- "line": 235
23182
+ "line": 85
23252
23183
  },
23253
23184
  "name": "email",
23254
23185
  "type": {
@@ -23264,7 +23195,7 @@
23264
23195
  "immutable": true,
23265
23196
  "locationInModule": {
23266
23197
  "filename": "src/github/task-workflow.ts",
23267
- "line": 230
23198
+ "line": 80
23268
23199
  },
23269
23200
  "name": "name",
23270
23201
  "type": {
@@ -24899,12 +24830,12 @@
24899
24830
  },
24900
24831
  "fqn": "projen.github.SetupGitIdentityOptions",
24901
24832
  "interfaces": [
24902
- "projen.github.CommonWorkflowStepOptions"
24833
+ "projen.github.workflows.JobStepConfiguration"
24903
24834
  ],
24904
24835
  "kind": "interface",
24905
24836
  "locationInModule": {
24906
24837
  "filename": "src/github/workflow-steps.ts",
24907
- "line": 126
24838
+ "line": 132
24908
24839
  },
24909
24840
  "name": "SetupGitIdentityOptions",
24910
24841
  "namespace": "github",
@@ -24918,7 +24849,7 @@
24918
24849
  "immutable": true,
24919
24850
  "locationInModule": {
24920
24851
  "filename": "src/github/workflow-steps.ts",
24921
- "line": 130
24852
+ "line": 136
24922
24853
  },
24923
24854
  "name": "gitIdentity",
24924
24855
  "type": {
@@ -25245,7 +25176,7 @@
25245
25176
  },
25246
25177
  "locationInModule": {
25247
25178
  "filename": "src/github/task-workflow.ts",
25248
- "line": 143
25179
+ "line": 44
25249
25180
  },
25250
25181
  "parameters": [
25251
25182
  {
@@ -25265,7 +25196,7 @@
25265
25196
  "kind": "class",
25266
25197
  "locationInModule": {
25267
25198
  "filename": "src/github/task-workflow.ts",
25268
- "line": 138
25199
+ "line": 40
25269
25200
  },
25270
25201
  "name": "TaskWorkflow",
25271
25202
  "namespace": "github",
@@ -25277,7 +25208,7 @@
25277
25208
  "immutable": true,
25278
25209
  "locationInModule": {
25279
25210
  "filename": "src/github/task-workflow.ts",
25280
- "line": 140
25211
+ "line": 41
25281
25212
  },
25282
25213
  "name": "jobId",
25283
25214
  "type": {
@@ -25291,7 +25222,7 @@
25291
25222
  "immutable": true,
25292
25223
  "locationInModule": {
25293
25224
  "filename": "src/github/task-workflow.ts",
25294
- "line": 141
25225
+ "line": 42
25295
25226
  },
25296
25227
  "name": "artifactsDirectory",
25297
25228
  "optional": true,
@@ -25302,67 +25233,394 @@
25302
25233
  ],
25303
25234
  "symbolId": "src/github/task-workflow:TaskWorkflow"
25304
25235
  },
25305
- "projen.github.TaskWorkflowOptions": {
25236
+ "projen.github.TaskWorkflowJob": {
25306
25237
  "assembly": "projen",
25307
- "datatype": true,
25238
+ "base": "projen.Component",
25308
25239
  "docs": {
25309
- "stability": "experimental"
25240
+ "custom": {
25241
+ "implements": "Job"
25242
+ },
25243
+ "stability": "experimental",
25244
+ "summary": "The primary or initial job of a TaskWorkflow."
25310
25245
  },
25311
- "fqn": "projen.github.TaskWorkflowOptions",
25312
- "kind": "interface",
25246
+ "fqn": "projen.github.TaskWorkflowJob",
25247
+ "initializer": {
25248
+ "docs": {
25249
+ "stability": "experimental"
25250
+ },
25251
+ "locationInModule": {
25252
+ "filename": "src/github/task-workflow-job.ts",
25253
+ "line": 151
25254
+ },
25255
+ "parameters": [
25256
+ {
25257
+ "docs": {
25258
+ "summary": "should be part of the project the Task belongs to."
25259
+ },
25260
+ "name": "scope",
25261
+ "type": {
25262
+ "fqn": "constructs.IConstruct"
25263
+ }
25264
+ },
25265
+ {
25266
+ "docs": {
25267
+ "summary": "the main task that is run as part of this job."
25268
+ },
25269
+ "name": "task",
25270
+ "type": {
25271
+ "fqn": "projen.Task"
25272
+ }
25273
+ },
25274
+ {
25275
+ "docs": {
25276
+ "summary": "options to configure the TaskWorkflowJob."
25277
+ },
25278
+ "name": "options",
25279
+ "type": {
25280
+ "fqn": "projen.github.TaskWorkflowJobOptions"
25281
+ }
25282
+ }
25283
+ ]
25284
+ },
25285
+ "kind": "class",
25313
25286
  "locationInModule": {
25314
- "filename": "src/github/task-workflow.ts",
25315
- "line": 18
25287
+ "filename": "src/github/task-workflow-job.ts",
25288
+ "line": 126
25316
25289
  },
25317
- "name": "TaskWorkflowOptions",
25290
+ "name": "TaskWorkflowJob",
25318
25291
  "namespace": "github",
25319
25292
  "properties": [
25320
25293
  {
25321
- "abstract": true,
25322
25294
  "docs": {
25323
- "stability": "experimental",
25324
- "summary": "The workflow name."
25295
+ "stability": "experimental"
25325
25296
  },
25326
25297
  "immutable": true,
25327
25298
  "locationInModule": {
25328
- "filename": "src/github/task-workflow.ts",
25329
- "line": 22
25299
+ "filename": "src/github/task-workflow-job.ts",
25300
+ "line": 141
25301
+ },
25302
+ "name": "permissions",
25303
+ "type": {
25304
+ "fqn": "projen.github.workflows.JobPermissions"
25305
+ }
25306
+ },
25307
+ {
25308
+ "docs": {
25309
+ "stability": "experimental"
25310
+ },
25311
+ "immutable": true,
25312
+ "locationInModule": {
25313
+ "filename": "src/github/task-workflow-job.ts",
25314
+ "line": 129
25315
+ },
25316
+ "name": "steps",
25317
+ "type": {
25318
+ "collection": {
25319
+ "elementtype": {
25320
+ "fqn": "projen.github.workflows.JobStep"
25321
+ },
25322
+ "kind": "array"
25323
+ }
25324
+ }
25325
+ },
25326
+ {
25327
+ "docs": {
25328
+ "stability": "experimental"
25329
+ },
25330
+ "immutable": true,
25331
+ "locationInModule": {
25332
+ "filename": "src/github/task-workflow-job.ts",
25333
+ "line": 142
25334
+ },
25335
+ "name": "concurrency",
25336
+ "optional": true,
25337
+ "type": {
25338
+ "primitive": "any"
25339
+ }
25340
+ },
25341
+ {
25342
+ "docs": {
25343
+ "stability": "experimental"
25344
+ },
25345
+ "immutable": true,
25346
+ "locationInModule": {
25347
+ "filename": "src/github/task-workflow-job.ts",
25348
+ "line": 136
25349
+ },
25350
+ "name": "container",
25351
+ "optional": true,
25352
+ "type": {
25353
+ "fqn": "projen.github.workflows.ContainerOptions"
25354
+ }
25355
+ },
25356
+ {
25357
+ "docs": {
25358
+ "stability": "experimental"
25359
+ },
25360
+ "immutable": true,
25361
+ "locationInModule": {
25362
+ "filename": "src/github/task-workflow-job.ts",
25363
+ "line": 135
25364
+ },
25365
+ "name": "continueOnError",
25366
+ "optional": true,
25367
+ "type": {
25368
+ "primitive": "boolean"
25369
+ }
25370
+ },
25371
+ {
25372
+ "docs": {
25373
+ "stability": "experimental"
25374
+ },
25375
+ "immutable": true,
25376
+ "locationInModule": {
25377
+ "filename": "src/github/task-workflow-job.ts",
25378
+ "line": 133
25379
+ },
25380
+ "name": "defaults",
25381
+ "optional": true,
25382
+ "type": {
25383
+ "fqn": "projen.github.workflows.JobDefaults"
25384
+ }
25385
+ },
25386
+ {
25387
+ "docs": {
25388
+ "stability": "experimental"
25389
+ },
25390
+ "immutable": true,
25391
+ "locationInModule": {
25392
+ "filename": "src/github/task-workflow-job.ts",
25393
+ "line": 132
25394
+ },
25395
+ "name": "env",
25396
+ "optional": true,
25397
+ "type": {
25398
+ "collection": {
25399
+ "elementtype": {
25400
+ "primitive": "string"
25401
+ },
25402
+ "kind": "map"
25403
+ }
25404
+ }
25405
+ },
25406
+ {
25407
+ "docs": {
25408
+ "stability": "experimental"
25409
+ },
25410
+ "immutable": true,
25411
+ "locationInModule": {
25412
+ "filename": "src/github/task-workflow-job.ts",
25413
+ "line": 130
25414
+ },
25415
+ "name": "environment",
25416
+ "optional": true,
25417
+ "type": {
25418
+ "primitive": "any"
25419
+ }
25420
+ },
25421
+ {
25422
+ "docs": {
25423
+ "stability": "experimental"
25424
+ },
25425
+ "immutable": true,
25426
+ "locationInModule": {
25427
+ "filename": "src/github/task-workflow-job.ts",
25428
+ "line": 143
25429
+ },
25430
+ "name": "if",
25431
+ "optional": true,
25432
+ "type": {
25433
+ "primitive": "string"
25434
+ }
25435
+ },
25436
+ {
25437
+ "docs": {
25438
+ "stability": "experimental"
25439
+ },
25440
+ "immutable": true,
25441
+ "locationInModule": {
25442
+ "filename": "src/github/task-workflow-job.ts",
25443
+ "line": 139
25330
25444
  },
25331
25445
  "name": "name",
25446
+ "optional": true,
25332
25447
  "type": {
25333
25448
  "primitive": "string"
25334
25449
  }
25335
25450
  },
25336
25451
  {
25337
- "abstract": true,
25338
25452
  "docs": {
25339
- "stability": "experimental",
25340
- "summary": "Permissions for the build job."
25453
+ "stability": "experimental"
25341
25454
  },
25342
25455
  "immutable": true,
25343
25456
  "locationInModule": {
25344
- "filename": "src/github/task-workflow.ts",
25345
- "line": 98
25457
+ "filename": "src/github/task-workflow-job.ts",
25458
+ "line": 140
25346
25459
  },
25347
- "name": "permissions",
25460
+ "name": "needs",
25461
+ "optional": true,
25348
25462
  "type": {
25349
- "fqn": "projen.github.workflows.JobPermissions"
25463
+ "collection": {
25464
+ "elementtype": {
25465
+ "primitive": "string"
25466
+ },
25467
+ "kind": "array"
25468
+ }
25469
+ }
25470
+ },
25471
+ {
25472
+ "docs": {
25473
+ "stability": "experimental"
25474
+ },
25475
+ "immutable": true,
25476
+ "locationInModule": {
25477
+ "filename": "src/github/task-workflow-job.ts",
25478
+ "line": 131
25479
+ },
25480
+ "name": "outputs",
25481
+ "optional": true,
25482
+ "type": {
25483
+ "collection": {
25484
+ "elementtype": {
25485
+ "fqn": "projen.github.workflows.JobStepOutput"
25486
+ },
25487
+ "kind": "map"
25488
+ }
25489
+ }
25490
+ },
25491
+ {
25492
+ "docs": {
25493
+ "stability": "experimental"
25494
+ },
25495
+ "immutable": true,
25496
+ "locationInModule": {
25497
+ "filename": "src/github/task-workflow-job.ts",
25498
+ "line": 127
25499
+ },
25500
+ "name": "runsOn",
25501
+ "optional": true,
25502
+ "type": {
25503
+ "collection": {
25504
+ "elementtype": {
25505
+ "primitive": "string"
25506
+ },
25507
+ "kind": "array"
25508
+ }
25350
25509
  }
25351
25510
  },
25511
+ {
25512
+ "docs": {
25513
+ "stability": "experimental"
25514
+ },
25515
+ "immutable": true,
25516
+ "locationInModule": {
25517
+ "filename": "src/github/task-workflow-job.ts",
25518
+ "line": 128
25519
+ },
25520
+ "name": "runsOnGroup",
25521
+ "optional": true,
25522
+ "type": {
25523
+ "fqn": "projen.GroupRunnerOptions"
25524
+ }
25525
+ },
25526
+ {
25527
+ "docs": {
25528
+ "stability": "experimental"
25529
+ },
25530
+ "immutable": true,
25531
+ "locationInModule": {
25532
+ "filename": "src/github/task-workflow-job.ts",
25533
+ "line": 137
25534
+ },
25535
+ "name": "services",
25536
+ "optional": true,
25537
+ "type": {
25538
+ "collection": {
25539
+ "elementtype": {
25540
+ "fqn": "projen.github.workflows.ContainerOptions"
25541
+ },
25542
+ "kind": "map"
25543
+ }
25544
+ }
25545
+ },
25546
+ {
25547
+ "docs": {
25548
+ "stability": "experimental"
25549
+ },
25550
+ "immutable": true,
25551
+ "locationInModule": {
25552
+ "filename": "src/github/task-workflow-job.ts",
25553
+ "line": 144
25554
+ },
25555
+ "name": "strategy",
25556
+ "optional": true,
25557
+ "type": {
25558
+ "fqn": "projen.github.workflows.JobStrategy"
25559
+ }
25560
+ },
25561
+ {
25562
+ "docs": {
25563
+ "stability": "experimental"
25564
+ },
25565
+ "immutable": true,
25566
+ "locationInModule": {
25567
+ "filename": "src/github/task-workflow-job.ts",
25568
+ "line": 134
25569
+ },
25570
+ "name": "timeoutMinutes",
25571
+ "optional": true,
25572
+ "type": {
25573
+ "primitive": "number"
25574
+ }
25575
+ },
25576
+ {
25577
+ "docs": {
25578
+ "stability": "experimental"
25579
+ },
25580
+ "immutable": true,
25581
+ "locationInModule": {
25582
+ "filename": "src/github/task-workflow-job.ts",
25583
+ "line": 138
25584
+ },
25585
+ "name": "tools",
25586
+ "optional": true,
25587
+ "type": {
25588
+ "fqn": "projen.github.workflows.Tools"
25589
+ }
25590
+ }
25591
+ ],
25592
+ "symbolId": "src/github/task-workflow-job:TaskWorkflowJob"
25593
+ },
25594
+ "projen.github.TaskWorkflowJobOptions": {
25595
+ "assembly": "projen",
25596
+ "datatype": true,
25597
+ "docs": {
25598
+ "stability": "experimental",
25599
+ "summary": "Options to create the Job associated with a TaskWorkflow."
25600
+ },
25601
+ "fqn": "projen.github.TaskWorkflowJobOptions",
25602
+ "kind": "interface",
25603
+ "locationInModule": {
25604
+ "filename": "src/github/task-workflow-job.ts",
25605
+ "line": 22
25606
+ },
25607
+ "name": "TaskWorkflowJobOptions",
25608
+ "namespace": "github",
25609
+ "properties": [
25352
25610
  {
25353
25611
  "abstract": true,
25354
25612
  "docs": {
25355
25613
  "stability": "experimental",
25356
- "summary": "The main task to be executed."
25614
+ "summary": "Permissions for the build job."
25357
25615
  },
25358
25616
  "immutable": true,
25359
25617
  "locationInModule": {
25360
- "filename": "src/github/task-workflow.ts",
25361
- "line": 80
25618
+ "filename": "src/github/task-workflow-job.ts",
25619
+ "line": 79
25362
25620
  },
25363
- "name": "task",
25621
+ "name": "permissions",
25364
25622
  "type": {
25365
- "fqn": "projen.Task"
25623
+ "fqn": "projen.github.workflows.JobPermissions"
25366
25624
  }
25367
25625
  },
25368
25626
  {
@@ -25374,8 +25632,8 @@
25374
25632
  },
25375
25633
  "immutable": true,
25376
25634
  "locationInModule": {
25377
- "filename": "src/github/task-workflow.ts",
25378
- "line": 47
25635
+ "filename": "src/github/task-workflow-job.ts",
25636
+ "line": 40
25379
25637
  },
25380
25638
  "name": "artifactsDirectory",
25381
25639
  "optional": true,
@@ -25392,8 +25650,8 @@
25392
25650
  },
25393
25651
  "immutable": true,
25394
25652
  "locationInModule": {
25395
- "filename": "src/github/task-workflow.ts",
25396
- "line": 68
25653
+ "filename": "src/github/task-workflow-job.ts",
25654
+ "line": 54
25397
25655
  },
25398
25656
  "name": "checkoutWith",
25399
25657
  "optional": true,
@@ -25409,8 +25667,8 @@
25409
25667
  },
25410
25668
  "immutable": true,
25411
25669
  "locationInModule": {
25412
- "filename": "src/github/task-workflow.ts",
25413
- "line": 38
25670
+ "filename": "src/github/task-workflow-job.ts",
25671
+ "line": 31
25414
25672
  },
25415
25673
  "name": "condition",
25416
25674
  "optional": true,
@@ -25426,8 +25684,8 @@
25426
25684
  },
25427
25685
  "immutable": true,
25428
25686
  "locationInModule": {
25429
- "filename": "src/github/task-workflow.ts",
25430
- "line": 33
25687
+ "filename": "src/github/task-workflow-job.ts",
25688
+ "line": 26
25431
25689
  },
25432
25690
  "name": "container",
25433
25691
  "optional": true,
@@ -25444,8 +25702,8 @@
25444
25702
  },
25445
25703
  "immutable": true,
25446
25704
  "locationInModule": {
25447
- "filename": "src/github/task-workflow.ts",
25448
- "line": 132
25705
+ "filename": "src/github/task-workflow-job.ts",
25706
+ "line": 113
25449
25707
  },
25450
25708
  "name": "downloadLfs",
25451
25709
  "optional": true,
@@ -25462,8 +25720,8 @@
25462
25720
  },
25463
25721
  "immutable": true,
25464
25722
  "locationInModule": {
25465
- "filename": "src/github/task-workflow.ts",
25466
- "line": 93
25723
+ "filename": "src/github/task-workflow-job.ts",
25724
+ "line": 74
25467
25725
  },
25468
25726
  "name": "env",
25469
25727
  "optional": true,
@@ -25484,8 +25742,8 @@
25484
25742
  },
25485
25743
  "immutable": true,
25486
25744
  "locationInModule": {
25487
- "filename": "src/github/task-workflow.ts",
25488
- "line": 110
25745
+ "filename": "src/github/task-workflow-job.ts",
25746
+ "line": 91
25489
25747
  },
25490
25748
  "name": "gitIdentity",
25491
25749
  "optional": true,
@@ -25496,19 +25754,18 @@
25496
25754
  {
25497
25755
  "abstract": true,
25498
25756
  "docs": {
25499
- "default": "\"build\"",
25500
25757
  "stability": "experimental",
25501
- "summary": "The primary job id."
25758
+ "summary": "Default settings for all steps in the TaskWorkflow Job."
25502
25759
  },
25503
25760
  "immutable": true,
25504
25761
  "locationInModule": {
25505
- "filename": "src/github/task-workflow.ts",
25506
- "line": 28
25762
+ "filename": "src/github/task-workflow-job.ts",
25763
+ "line": 118
25507
25764
  },
25508
- "name": "jobId",
25765
+ "name": "jobDefaults",
25509
25766
  "optional": true,
25510
25767
  "type": {
25511
- "primitive": "string"
25768
+ "fqn": "projen.github.workflows.JobDefaults"
25512
25769
  }
25513
25770
  },
25514
25771
  {
@@ -25520,8 +25777,8 @@
25520
25777
  },
25521
25778
  "immutable": true,
25522
25779
  "locationInModule": {
25523
- "filename": "src/github/task-workflow.ts",
25524
- "line": 105
25780
+ "filename": "src/github/task-workflow-job.ts",
25781
+ "line": 86
25525
25782
  },
25526
25783
  "name": "outputs",
25527
25784
  "optional": true,
@@ -25543,8 +25800,8 @@
25543
25800
  },
25544
25801
  "immutable": true,
25545
25802
  "locationInModule": {
25546
- "filename": "src/github/task-workflow.ts",
25547
- "line": 87
25803
+ "filename": "src/github/task-workflow-job.ts",
25804
+ "line": 68
25548
25805
  },
25549
25806
  "name": "postBuildSteps",
25550
25807
  "optional": true,
@@ -25566,8 +25823,8 @@
25566
25823
  },
25567
25824
  "immutable": true,
25568
25825
  "locationInModule": {
25569
- "filename": "src/github/task-workflow.ts",
25570
- "line": 75
25826
+ "filename": "src/github/task-workflow-job.ts",
25827
+ "line": 61
25571
25828
  },
25572
25829
  "name": "preBuildSteps",
25573
25830
  "optional": true,
@@ -25589,8 +25846,8 @@
25589
25846
  },
25590
25847
  "immutable": true,
25591
25848
  "locationInModule": {
25592
- "filename": "src/github/task-workflow.ts",
25593
- "line": 61
25849
+ "filename": "src/github/task-workflow-job.ts",
25850
+ "line": 47
25594
25851
  },
25595
25852
  "name": "preCheckoutSteps",
25596
25853
  "optional": true,
@@ -25616,8 +25873,8 @@
25616
25873
  },
25617
25874
  "immutable": true,
25618
25875
  "locationInModule": {
25619
- "filename": "src/github/task-workflow.ts",
25620
- "line": 118
25876
+ "filename": "src/github/task-workflow-job.ts",
25877
+ "line": 99
25621
25878
  },
25622
25879
  "name": "runsOn",
25623
25880
  "optional": true,
@@ -25642,14 +25899,86 @@
25642
25899
  },
25643
25900
  "immutable": true,
25644
25901
  "locationInModule": {
25645
- "filename": "src/github/task-workflow.ts",
25646
- "line": 125
25902
+ "filename": "src/github/task-workflow-job.ts",
25903
+ "line": 106
25647
25904
  },
25648
25905
  "name": "runsOnGroup",
25649
25906
  "optional": true,
25650
25907
  "type": {
25651
25908
  "fqn": "projen.GroupRunnerOptions"
25652
25909
  }
25910
+ }
25911
+ ],
25912
+ "symbolId": "src/github/task-workflow-job:TaskWorkflowJobOptions"
25913
+ },
25914
+ "projen.github.TaskWorkflowOptions": {
25915
+ "assembly": "projen",
25916
+ "datatype": true,
25917
+ "docs": {
25918
+ "stability": "experimental",
25919
+ "summary": "Options to create a TaskWorkflow."
25920
+ },
25921
+ "fqn": "projen.github.TaskWorkflowOptions",
25922
+ "interfaces": [
25923
+ "projen.github.TaskWorkflowJobOptions"
25924
+ ],
25925
+ "kind": "interface",
25926
+ "locationInModule": {
25927
+ "filename": "src/github/task-workflow.ts",
25928
+ "line": 12
25929
+ },
25930
+ "name": "TaskWorkflowOptions",
25931
+ "namespace": "github",
25932
+ "properties": [
25933
+ {
25934
+ "abstract": true,
25935
+ "docs": {
25936
+ "stability": "experimental",
25937
+ "summary": "The workflow name."
25938
+ },
25939
+ "immutable": true,
25940
+ "locationInModule": {
25941
+ "filename": "src/github/task-workflow.ts",
25942
+ "line": 16
25943
+ },
25944
+ "name": "name",
25945
+ "type": {
25946
+ "primitive": "string"
25947
+ }
25948
+ },
25949
+ {
25950
+ "abstract": true,
25951
+ "docs": {
25952
+ "stability": "experimental",
25953
+ "summary": "The main task to be executed."
25954
+ },
25955
+ "immutable": true,
25956
+ "locationInModule": {
25957
+ "filename": "src/github/task-workflow.ts",
25958
+ "line": 34
25959
+ },
25960
+ "name": "task",
25961
+ "type": {
25962
+ "fqn": "projen.Task"
25963
+ }
25964
+ },
25965
+ {
25966
+ "abstract": true,
25967
+ "docs": {
25968
+ "default": "\"build\"",
25969
+ "stability": "experimental",
25970
+ "summary": "The primary job id."
25971
+ },
25972
+ "immutable": true,
25973
+ "locationInModule": {
25974
+ "filename": "src/github/task-workflow.ts",
25975
+ "line": 22
25976
+ },
25977
+ "name": "jobId",
25978
+ "optional": true,
25979
+ "type": {
25980
+ "primitive": "string"
25981
+ }
25653
25982
  },
25654
25983
  {
25655
25984
  "abstract": true,
@@ -25661,7 +25990,7 @@
25661
25990
  "immutable": true,
25662
25991
  "locationInModule": {
25663
25992
  "filename": "src/github/task-workflow.ts",
25664
- "line": 54
25993
+ "line": 29
25665
25994
  },
25666
25995
  "name": "triggers",
25667
25996
  "optional": true,
@@ -25672,6 +26001,152 @@
25672
26001
  ],
25673
26002
  "symbolId": "src/github/task-workflow:TaskWorkflowOptions"
25674
26003
  },
26004
+ "projen.github.UploadArtifactOptions": {
26005
+ "assembly": "projen",
26006
+ "datatype": true,
26007
+ "docs": {
26008
+ "stability": "experimental"
26009
+ },
26010
+ "fqn": "projen.github.UploadArtifactOptions",
26011
+ "interfaces": [
26012
+ "projen.github.workflows.JobStepConfiguration"
26013
+ ],
26014
+ "kind": "interface",
26015
+ "locationInModule": {
26016
+ "filename": "src/github/workflow-steps.ts",
26017
+ "line": 184
26018
+ },
26019
+ "name": "UploadArtifactOptions",
26020
+ "namespace": "github",
26021
+ "properties": [
26022
+ {
26023
+ "abstract": true,
26024
+ "docs": {
26025
+ "stability": "experimental",
26026
+ "summary": "Options for `upload-artifact`."
26027
+ },
26028
+ "immutable": true,
26029
+ "locationInModule": {
26030
+ "filename": "src/github/workflow-steps.ts",
26031
+ "line": 188
26032
+ },
26033
+ "name": "with",
26034
+ "type": {
26035
+ "fqn": "projen.github.UploadArtifactWith"
26036
+ }
26037
+ }
26038
+ ],
26039
+ "symbolId": "src/github/workflow-steps:UploadArtifactOptions"
26040
+ },
26041
+ "projen.github.UploadArtifactWith": {
26042
+ "assembly": "projen",
26043
+ "datatype": true,
26044
+ "docs": {
26045
+ "stability": "experimental"
26046
+ },
26047
+ "fqn": "projen.github.UploadArtifactWith",
26048
+ "kind": "interface",
26049
+ "locationInModule": {
26050
+ "filename": "src/github/workflow-steps.ts",
26051
+ "line": 139
26052
+ },
26053
+ "name": "UploadArtifactWith",
26054
+ "namespace": "github",
26055
+ "properties": [
26056
+ {
26057
+ "abstract": true,
26058
+ "docs": {
26059
+ "stability": "experimental",
26060
+ "summary": "A file, directory or wildcard pattern that describes what to upload."
26061
+ },
26062
+ "immutable": true,
26063
+ "locationInModule": {
26064
+ "filename": "src/github/workflow-steps.ts",
26065
+ "line": 150
26066
+ },
26067
+ "name": "path",
26068
+ "type": {
26069
+ "primitive": "string"
26070
+ }
26071
+ },
26072
+ {
26073
+ "abstract": true,
26074
+ "docs": {
26075
+ "default": "6",
26076
+ "remarks": "The value can range from 0 to 9.\nFor large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.",
26077
+ "stability": "experimental",
26078
+ "summary": "The level of compression for Zlib to be applied to the artifact archive."
26079
+ },
26080
+ "immutable": true,
26081
+ "locationInModule": {
26082
+ "filename": "src/github/workflow-steps.ts",
26083
+ "line": 181
26084
+ },
26085
+ "name": "compressionLevel",
26086
+ "optional": true,
26087
+ "type": {
26088
+ "primitive": "number"
26089
+ }
26090
+ },
26091
+ {
26092
+ "abstract": true,
26093
+ "docs": {
26094
+ "default": "\"warn\"",
26095
+ "remarks": "Available Options:\n warn: Output a warning but do not fail the action\n error: Fail the action with an error message\n ignore: Do not output any warnings or errors, the action does not fail",
26096
+ "stability": "experimental",
26097
+ "summary": "The desired behavior if no files are found using the provided path."
26098
+ },
26099
+ "immutable": true,
26100
+ "locationInModule": {
26101
+ "filename": "src/github/workflow-steps.ts",
26102
+ "line": 161
26103
+ },
26104
+ "name": "ifNoFilesFound",
26105
+ "optional": true,
26106
+ "type": {
26107
+ "primitive": "string"
26108
+ }
26109
+ },
26110
+ {
26111
+ "abstract": true,
26112
+ "docs": {
26113
+ "default": "\"artifact\"",
26114
+ "stability": "experimental",
26115
+ "summary": "Name of the artifact to upload."
26116
+ },
26117
+ "immutable": true,
26118
+ "locationInModule": {
26119
+ "filename": "src/github/workflow-steps.ts",
26120
+ "line": 145
26121
+ },
26122
+ "name": "name",
26123
+ "optional": true,
26124
+ "type": {
26125
+ "primitive": "string"
26126
+ }
26127
+ },
26128
+ {
26129
+ "abstract": true,
26130
+ "docs": {
26131
+ "default": "- The default repository retention",
26132
+ "remarks": "Minimum 1 day.\nMaximum 90 days unless changed from the repository settings page.",
26133
+ "stability": "experimental",
26134
+ "summary": "Duration after which artifact will expire in days. 0 means using default repository retention."
26135
+ },
26136
+ "immutable": true,
26137
+ "locationInModule": {
26138
+ "filename": "src/github/workflow-steps.ts",
26139
+ "line": 171
26140
+ },
26141
+ "name": "retentionDays",
26142
+ "optional": true,
26143
+ "type": {
26144
+ "primitive": "number"
26145
+ }
26146
+ }
26147
+ ],
26148
+ "symbolId": "src/github/workflow-steps:UploadArtifactWith"
26149
+ },
25675
26150
  "projen.github.UploadGitPatchOptions": {
25676
26151
  "assembly": "projen",
25677
26152
  "datatype": true,
@@ -25683,7 +26158,7 @@
25683
26158
  "kind": "interface",
25684
26159
  "locationInModule": {
25685
26160
  "filename": "src/github/workflow-actions.ts",
25686
- "line": 172
26161
+ "line": 171
25687
26162
  },
25688
26163
  "name": "UploadGitPatchOptions",
25689
26164
  "namespace": "github",
@@ -25698,7 +26173,7 @@
25698
26173
  "immutable": true,
25699
26174
  "locationInModule": {
25700
26175
  "filename": "src/github/workflow-actions.ts",
25701
- "line": 193
26176
+ "line": 192
25702
26177
  },
25703
26178
  "name": "outputName",
25704
26179
  "type": {
@@ -25714,7 +26189,7 @@
25714
26189
  "immutable": true,
25715
26190
  "locationInModule": {
25716
26191
  "filename": "src/github/workflow-actions.ts",
25717
- "line": 176
26192
+ "line": 175
25718
26193
  },
25719
26194
  "name": "stepId",
25720
26195
  "type": {
@@ -25731,7 +26206,7 @@
25731
26206
  "immutable": true,
25732
26207
  "locationInModule": {
25733
26208
  "filename": "src/github/workflow-actions.ts",
25734
- "line": 199
26209
+ "line": 198
25735
26210
  },
25736
26211
  "name": "mutationError",
25737
26212
  "optional": true,
@@ -25749,7 +26224,7 @@
25749
26224
  "immutable": true,
25750
26225
  "locationInModule": {
25751
26226
  "filename": "src/github/workflow-actions.ts",
25752
- "line": 188
26227
+ "line": 187
25753
26228
  },
25754
26229
  "name": "patchFile",
25755
26230
  "optional": true,
@@ -25767,7 +26242,7 @@
25767
26242
  "immutable": true,
25768
26243
  "locationInModule": {
25769
26244
  "filename": "src/github/workflow-actions.ts",
25770
- "line": 182
26245
+ "line": 181
25771
26246
  },
25772
26247
  "name": "stepName",
25773
26248
  "optional": true,
@@ -25859,7 +26334,7 @@
25859
26334
  },
25860
26335
  "locationInModule": {
25861
26336
  "filename": "src/github/workflow-actions.ts",
25862
- "line": 72
26337
+ "line": 71
25863
26338
  },
25864
26339
  "name": "checkoutWithPatch",
25865
26340
  "parameters": [
@@ -25894,7 +26369,7 @@
25894
26369
  },
25895
26370
  "locationInModule": {
25896
26371
  "filename": "src/github/workflow-actions.ts",
25897
- "line": 98
26372
+ "line": 97
25898
26373
  },
25899
26374
  "name": "createPullRequest",
25900
26375
  "parameters": [
@@ -25929,7 +26404,7 @@
25929
26404
  },
25930
26405
  "locationInModule": {
25931
26406
  "filename": "src/github/workflow-actions.ts",
25932
- "line": 153
26407
+ "line": 152
25933
26408
  },
25934
26409
  "name": "setupGitIdentity",
25935
26410
  "parameters": [
@@ -26120,6 +26595,30 @@
26120
26595
  }
26121
26596
  },
26122
26597
  "static": true
26598
+ },
26599
+ {
26600
+ "docs": {
26601
+ "stability": "experimental"
26602
+ },
26603
+ "locationInModule": {
26604
+ "filename": "src/github/workflow-steps.ts",
26605
+ "line": 52
26606
+ },
26607
+ "name": "uploadArtifact",
26608
+ "parameters": [
26609
+ {
26610
+ "name": "options",
26611
+ "type": {
26612
+ "fqn": "projen.github.UploadArtifactOptions"
26613
+ }
26614
+ }
26615
+ ],
26616
+ "returns": {
26617
+ "type": {
26618
+ "fqn": "projen.github.workflows.JobStep"
26619
+ }
26620
+ },
26621
+ "static": true
26123
26622
  }
26124
26623
  ],
26125
26624
  "name": "WorkflowSteps",
@@ -26726,7 +27225,7 @@
26726
27225
  "kind": "interface",
26727
27226
  "locationInModule": {
26728
27227
  "filename": "src/github/workflows-model.ts",
26729
- "line": 818
27228
+ "line": 839
26730
27229
  },
26731
27230
  "name": "BranchProtectionRuleOptions",
26732
27231
  "namespace": "github.workflows",
@@ -26743,7 +27242,7 @@
26743
27242
  "immutable": true,
26744
27243
  "locationInModule": {
26745
27244
  "filename": "src/github/workflows-model.ts",
26746
- "line": 824
27245
+ "line": 845
26747
27246
  },
26748
27247
  "name": "types",
26749
27248
  "optional": true,
@@ -26770,7 +27269,7 @@
26770
27269
  "kind": "interface",
26771
27270
  "locationInModule": {
26772
27271
  "filename": "src/github/workflows-model.ts",
26773
- "line": 830
27272
+ "line": 851
26774
27273
  },
26775
27274
  "name": "CheckRunOptions",
26776
27275
  "namespace": "github.workflows",
@@ -26787,7 +27286,7 @@
26787
27286
  "immutable": true,
26788
27287
  "locationInModule": {
26789
27288
  "filename": "src/github/workflows-model.ts",
26790
- "line": 836
27289
+ "line": 857
26791
27290
  },
26792
27291
  "name": "types",
26793
27292
  "optional": true,
@@ -26814,7 +27313,7 @@
26814
27313
  "kind": "interface",
26815
27314
  "locationInModule": {
26816
27315
  "filename": "src/github/workflows-model.ts",
26817
- "line": 844
27316
+ "line": 865
26818
27317
  },
26819
27318
  "name": "CheckSuiteOptions",
26820
27319
  "namespace": "github.workflows",
@@ -26831,7 +27330,7 @@
26831
27330
  "immutable": true,
26832
27331
  "locationInModule": {
26833
27332
  "filename": "src/github/workflows-model.ts",
26834
- "line": 850
27333
+ "line": 871
26835
27334
  },
26836
27335
  "name": "types",
26837
27336
  "optional": true,
@@ -26988,7 +27487,7 @@
26988
27487
  "kind": "interface",
26989
27488
  "locationInModule": {
26990
27489
  "filename": "src/github/workflows-model.ts",
26991
- "line": 547
27490
+ "line": 568
26992
27491
  },
26993
27492
  "name": "ContainerCredentials",
26994
27493
  "namespace": "github.workflows",
@@ -27002,7 +27501,7 @@
27002
27501
  "immutable": true,
27003
27502
  "locationInModule": {
27004
27503
  "filename": "src/github/workflows-model.ts",
27005
- "line": 552
27504
+ "line": 573
27006
27505
  },
27007
27506
  "name": "password",
27008
27507
  "type": {
@@ -27018,7 +27517,7 @@
27018
27517
  "immutable": true,
27019
27518
  "locationInModule": {
27020
27519
  "filename": "src/github/workflows-model.ts",
27021
- "line": 549
27520
+ "line": 570
27022
27521
  },
27023
27522
  "name": "username",
27024
27523
  "type": {
@@ -27039,7 +27538,7 @@
27039
27538
  "kind": "interface",
27040
27539
  "locationInModule": {
27041
27540
  "filename": "src/github/workflows-model.ts",
27042
- "line": 500
27541
+ "line": 521
27043
27542
  },
27044
27543
  "name": "ContainerOptions",
27045
27544
  "namespace": "github.workflows",
@@ -27054,7 +27553,7 @@
27054
27553
  "immutable": true,
27055
27554
  "locationInModule": {
27056
27555
  "filename": "src/github/workflows-model.ts",
27057
- "line": 505
27556
+ "line": 526
27058
27557
  },
27059
27558
  "name": "image",
27060
27559
  "type": {
@@ -27071,7 +27570,7 @@
27071
27570
  "immutable": true,
27072
27571
  "locationInModule": {
27073
27572
  "filename": "src/github/workflows-model.ts",
27074
- "line": 513
27573
+ "line": 534
27075
27574
  },
27076
27575
  "name": "credentials",
27077
27576
  "optional": true,
@@ -27088,7 +27587,7 @@
27088
27587
  "immutable": true,
27089
27588
  "locationInModule": {
27090
27589
  "filename": "src/github/workflows-model.ts",
27091
- "line": 518
27590
+ "line": 539
27092
27591
  },
27093
27592
  "name": "env",
27094
27593
  "optional": true,
@@ -27111,7 +27610,7 @@
27111
27610
  "immutable": true,
27112
27611
  "locationInModule": {
27113
27612
  "filename": "src/github/workflows-model.ts",
27114
- "line": 541
27613
+ "line": 562
27115
27614
  },
27116
27615
  "name": "options",
27117
27616
  "optional": true,
@@ -27133,7 +27632,7 @@
27133
27632
  "immutable": true,
27134
27633
  "locationInModule": {
27135
27634
  "filename": "src/github/workflows-model.ts",
27136
- "line": 523
27635
+ "line": 544
27137
27636
  },
27138
27637
  "name": "ports",
27139
27638
  "optional": true,
@@ -27156,7 +27655,7 @@
27156
27655
  "immutable": true,
27157
27656
  "locationInModule": {
27158
27657
  "filename": "src/github/workflows-model.ts",
27159
- "line": 534
27658
+ "line": 555
27160
27659
  },
27161
27660
  "name": "volumes",
27162
27661
  "optional": true,
@@ -27183,7 +27682,7 @@
27183
27682
  "kind": "interface",
27184
27683
  "locationInModule": {
27185
27684
  "filename": "src/github/workflows-model.ts",
27186
- "line": 1208
27685
+ "line": 1229
27187
27686
  },
27188
27687
  "name": "CreateOptions",
27189
27688
  "namespace": "github.workflows",
@@ -27200,7 +27699,7 @@
27200
27699
  "kind": "interface",
27201
27700
  "locationInModule": {
27202
27701
  "filename": "src/github/workflows-model.ts",
27203
- "line": 796
27702
+ "line": 817
27204
27703
  },
27205
27704
  "name": "CronScheduleOptions",
27206
27705
  "namespace": "github.workflows",
@@ -27214,7 +27713,7 @@
27214
27713
  "immutable": true,
27215
27714
  "locationInModule": {
27216
27715
  "filename": "src/github/workflows-model.ts",
27217
- "line": 800
27716
+ "line": 821
27218
27717
  },
27219
27718
  "name": "cron",
27220
27719
  "type": {
@@ -27235,7 +27734,7 @@
27235
27734
  "kind": "interface",
27236
27735
  "locationInModule": {
27237
27736
  "filename": "src/github/workflows-model.ts",
27238
- "line": 1213
27737
+ "line": 1234
27239
27738
  },
27240
27739
  "name": "DeleteOptions",
27241
27740
  "namespace": "github.workflows",
@@ -27252,7 +27751,7 @@
27252
27751
  "kind": "interface",
27253
27752
  "locationInModule": {
27254
27753
  "filename": "src/github/workflows-model.ts",
27255
- "line": 1218
27754
+ "line": 1239
27256
27755
  },
27257
27756
  "name": "DeploymentOptions",
27258
27757
  "namespace": "github.workflows",
@@ -27269,7 +27768,7 @@
27269
27768
  "kind": "interface",
27270
27769
  "locationInModule": {
27271
27770
  "filename": "src/github/workflows-model.ts",
27272
- "line": 1223
27771
+ "line": 1244
27273
27772
  },
27274
27773
  "name": "DeploymentStatusOptions",
27275
27774
  "namespace": "github.workflows",
@@ -27286,7 +27785,7 @@
27286
27785
  "kind": "interface",
27287
27786
  "locationInModule": {
27288
27787
  "filename": "src/github/workflows-model.ts",
27289
- "line": 881
27788
+ "line": 902
27290
27789
  },
27291
27790
  "name": "DiscussionCommentOptions",
27292
27791
  "namespace": "github.workflows",
@@ -27303,7 +27802,7 @@
27303
27802
  "immutable": true,
27304
27803
  "locationInModule": {
27305
27804
  "filename": "src/github/workflows-model.ts",
27306
- "line": 887
27805
+ "line": 908
27307
27806
  },
27308
27807
  "name": "types",
27309
27808
  "optional": true,
@@ -27330,7 +27829,7 @@
27330
27829
  "kind": "interface",
27331
27830
  "locationInModule": {
27332
27831
  "filename": "src/github/workflows-model.ts",
27333
- "line": 856
27832
+ "line": 877
27334
27833
  },
27335
27834
  "name": "DiscussionOptions",
27336
27835
  "namespace": "github.workflows",
@@ -27347,7 +27846,7 @@
27347
27846
  "immutable": true,
27348
27847
  "locationInModule": {
27349
27848
  "filename": "src/github/workflows-model.ts",
27350
- "line": 862
27849
+ "line": 883
27351
27850
  },
27352
27851
  "name": "types",
27353
27852
  "optional": true,
@@ -27374,7 +27873,7 @@
27374
27873
  "kind": "interface",
27375
27874
  "locationInModule": {
27376
27875
  "filename": "src/github/workflows-model.ts",
27377
- "line": 1228
27876
+ "line": 1249
27378
27877
  },
27379
27878
  "name": "ForkOptions",
27380
27879
  "namespace": "github.workflows",
@@ -27391,7 +27890,7 @@
27391
27890
  "kind": "interface",
27392
27891
  "locationInModule": {
27393
27892
  "filename": "src/github/workflows-model.ts",
27394
- "line": 1233
27893
+ "line": 1254
27395
27894
  },
27396
27895
  "name": "GollumOptions",
27397
27896
  "namespace": "github.workflows",
@@ -27408,7 +27907,7 @@
27408
27907
  "kind": "interface",
27409
27908
  "locationInModule": {
27410
27909
  "filename": "src/github/workflows-model.ts",
27411
- "line": 893
27910
+ "line": 914
27412
27911
  },
27413
27912
  "name": "IssueCommentOptions",
27414
27913
  "namespace": "github.workflows",
@@ -27425,7 +27924,7 @@
27425
27924
  "immutable": true,
27426
27925
  "locationInModule": {
27427
27926
  "filename": "src/github/workflows-model.ts",
27428
- "line": 899
27927
+ "line": 920
27429
27928
  },
27430
27929
  "name": "types",
27431
27930
  "optional": true,
@@ -27452,7 +27951,7 @@
27452
27951
  "kind": "interface",
27453
27952
  "locationInModule": {
27454
27953
  "filename": "src/github/workflows-model.ts",
27455
- "line": 905
27954
+ "line": 926
27456
27955
  },
27457
27956
  "name": "IssuesOptions",
27458
27957
  "namespace": "github.workflows",
@@ -27469,7 +27968,7 @@
27469
27968
  "immutable": true,
27470
27969
  "locationInModule": {
27471
27970
  "filename": "src/github/workflows-model.ts",
27472
- "line": 911
27971
+ "line": 932
27473
27972
  },
27474
27973
  "name": "types",
27475
27974
  "optional": true,
@@ -27901,7 +28400,7 @@
27901
28400
  "kind": "interface",
27902
28401
  "locationInModule": {
27903
28402
  "filename": "src/github/workflows-model.ts",
27904
- "line": 470
28403
+ "line": 491
27905
28404
  },
27906
28405
  "name": "JobMatrix",
27907
28406
  "namespace": "github.workflows",
@@ -27916,7 +28415,7 @@
27916
28415
  "immutable": true,
27917
28416
  "locationInModule": {
27918
28417
  "filename": "src/github/workflows-model.ts",
27919
- "line": 479
28418
+ "line": 500
27920
28419
  },
27921
28420
  "name": "domain",
27922
28421
  "optional": true,
@@ -27956,7 +28455,7 @@
27956
28455
  "immutable": true,
27957
28456
  "locationInModule": {
27958
28457
  "filename": "src/github/workflows-model.ts",
27959
- "line": 494
28458
+ "line": 515
27960
28459
  },
27961
28460
  "name": "exclude",
27962
28461
  "optional": true,
@@ -27996,7 +28495,7 @@
27996
28495
  "immutable": true,
27997
28496
  "locationInModule": {
27998
28497
  "filename": "src/github/workflows-model.ts",
27999
- "line": 487
28498
+ "line": 508
28000
28499
  },
28001
28500
  "name": "include",
28002
28501
  "optional": true,
@@ -28300,20 +28799,42 @@
28300
28799
  "assembly": "projen",
28301
28800
  "datatype": true,
28302
28801
  "docs": {
28802
+ "see": "https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsteps",
28303
28803
  "stability": "experimental",
28304
- "summary": "A job step."
28804
+ "summary": "JobSteps run as part of a GitHub Workflow Job."
28305
28805
  },
28306
28806
  "fqn": "projen.github.workflows.JobStep",
28307
28807
  "interfaces": [
28308
- "projen.github.workflows.Step"
28808
+ "projen.github.workflows.Step",
28809
+ "projen.github.workflows.JobStepConfiguration"
28309
28810
  ],
28310
28811
  "kind": "interface",
28311
28812
  "locationInModule": {
28312
28813
  "filename": "src/github/workflows-model.ts",
28313
- "line": 419
28814
+ "line": 451
28314
28815
  },
28315
28816
  "name": "JobStep",
28316
28817
  "namespace": "github.workflows",
28818
+ "symbolId": "src/github/workflows-model:JobStep"
28819
+ },
28820
+ "projen.github.workflows.JobStepConfiguration": {
28821
+ "assembly": "projen",
28822
+ "datatype": true,
28823
+ "docs": {
28824
+ "stability": "experimental",
28825
+ "summary": "These settings are unique to a JobStep from the fields contained within the metadata action.yaml file present in when creating a new GitHub Action. These fields are not present in action.yml, but are in JobStep, which are using when creating workflows."
28826
+ },
28827
+ "fqn": "projen.github.workflows.JobStepConfiguration",
28828
+ "interfaces": [
28829
+ "projen.github.workflows.StepConfiguration"
28830
+ ],
28831
+ "kind": "interface",
28832
+ "locationInModule": {
28833
+ "filename": "src/github/workflows-model.ts",
28834
+ "line": 433
28835
+ },
28836
+ "name": "JobStepConfiguration",
28837
+ "namespace": "github.workflows",
28317
28838
  "properties": [
28318
28839
  {
28319
28840
  "abstract": true,
@@ -28325,7 +28846,7 @@
28325
28846
  "immutable": true,
28326
28847
  "locationInModule": {
28327
28848
  "filename": "src/github/workflows-model.ts",
28328
- "line": 424
28849
+ "line": 438
28329
28850
  },
28330
28851
  "name": "continueOnError",
28331
28852
  "optional": true,
@@ -28342,7 +28863,7 @@
28342
28863
  "immutable": true,
28343
28864
  "locationInModule": {
28344
28865
  "filename": "src/github/workflows-model.ts",
28345
- "line": 429
28866
+ "line": 443
28346
28867
  },
28347
28868
  "name": "timeoutMinutes",
28348
28869
  "optional": true,
@@ -28351,7 +28872,7 @@
28351
28872
  }
28352
28873
  }
28353
28874
  ],
28354
- "symbolId": "src/github/workflows-model:JobStep"
28875
+ "symbolId": "src/github/workflows-model:JobStepConfiguration"
28355
28876
  },
28356
28877
  "projen.github.workflows.JobStepOutput": {
28357
28878
  "assembly": "projen",
@@ -28416,7 +28937,7 @@
28416
28937
  "kind": "interface",
28417
28938
  "locationInModule": {
28418
28939
  "filename": "src/github/workflows-model.ts",
28419
- "line": 436
28940
+ "line": 457
28420
28941
  },
28421
28942
  "name": "JobStrategy",
28422
28943
  "namespace": "github.workflows",
@@ -28431,7 +28952,7 @@
28431
28952
  "immutable": true,
28432
28953
  "locationInModule": {
28433
28954
  "filename": "src/github/workflows-model.ts",
28434
- "line": 454
28955
+ "line": 475
28435
28956
  },
28436
28957
  "name": "failFast",
28437
28958
  "optional": true,
@@ -28449,7 +28970,7 @@
28449
28970
  "immutable": true,
28450
28971
  "locationInModule": {
28451
28972
  "filename": "src/github/workflows-model.ts",
28452
- "line": 448
28973
+ "line": 469
28453
28974
  },
28454
28975
  "name": "matrix",
28455
28976
  "optional": true,
@@ -28467,7 +28988,7 @@
28467
28988
  "immutable": true,
28468
28989
  "locationInModule": {
28469
28990
  "filename": "src/github/workflows-model.ts",
28470
- "line": 462
28991
+ "line": 483
28471
28992
  },
28472
28993
  "name": "maxParallel",
28473
28994
  "optional": true,
@@ -28489,7 +29010,7 @@
28489
29010
  "kind": "interface",
28490
29011
  "locationInModule": {
28491
29012
  "filename": "src/github/workflows-model.ts",
28492
- "line": 934
29013
+ "line": 955
28493
29014
  },
28494
29015
  "name": "LabelOptions",
28495
29016
  "namespace": "github.workflows",
@@ -28506,7 +29027,7 @@
28506
29027
  "immutable": true,
28507
29028
  "locationInModule": {
28508
29029
  "filename": "src/github/workflows-model.ts",
28509
- "line": 940
29030
+ "line": 961
28510
29031
  },
28511
29032
  "name": "types",
28512
29033
  "optional": true,
@@ -28533,7 +29054,7 @@
28533
29054
  "kind": "interface",
28534
29055
  "locationInModule": {
28535
29056
  "filename": "src/github/workflows-model.ts",
28536
- "line": 948
29057
+ "line": 969
28537
29058
  },
28538
29059
  "name": "MergeGroupOptions",
28539
29060
  "namespace": "github.workflows",
@@ -28548,7 +29069,7 @@
28548
29069
  "immutable": true,
28549
29070
  "locationInModule": {
28550
29071
  "filename": "src/github/workflows-model.ts",
28551
- "line": 954
29072
+ "line": 975
28552
29073
  },
28553
29074
  "name": "branches",
28554
29075
  "optional": true,
@@ -28575,7 +29096,7 @@
28575
29096
  "kind": "interface",
28576
29097
  "locationInModule": {
28577
29098
  "filename": "src/github/workflows-model.ts",
28578
- "line": 960
29099
+ "line": 981
28579
29100
  },
28580
29101
  "name": "MilestoneOptions",
28581
29102
  "namespace": "github.workflows",
@@ -28592,7 +29113,7 @@
28592
29113
  "immutable": true,
28593
29114
  "locationInModule": {
28594
29115
  "filename": "src/github/workflows-model.ts",
28595
- "line": 966
29116
+ "line": 987
28596
29117
  },
28597
29118
  "name": "types",
28598
29119
  "optional": true,
@@ -28619,7 +29140,7 @@
28619
29140
  "kind": "interface",
28620
29141
  "locationInModule": {
28621
29142
  "filename": "src/github/workflows-model.ts",
28622
- "line": 1238
29143
+ "line": 1259
28623
29144
  },
28624
29145
  "name": "PageBuildOptions",
28625
29146
  "namespace": "github.workflows",
@@ -28636,7 +29157,7 @@
28636
29157
  "kind": "interface",
28637
29158
  "locationInModule": {
28638
29159
  "filename": "src/github/workflows-model.ts",
28639
- "line": 988
29160
+ "line": 1009
28640
29161
  },
28641
29162
  "name": "ProjectCardOptions",
28642
29163
  "namespace": "github.workflows",
@@ -28653,7 +29174,7 @@
28653
29174
  "immutable": true,
28654
29175
  "locationInModule": {
28655
29176
  "filename": "src/github/workflows-model.ts",
28656
- "line": 994
29177
+ "line": 1015
28657
29178
  },
28658
29179
  "name": "types",
28659
29180
  "optional": true,
@@ -28680,7 +29201,7 @@
28680
29201
  "kind": "interface",
28681
29202
  "locationInModule": {
28682
29203
  "filename": "src/github/workflows-model.ts",
28683
- "line": 1002
29204
+ "line": 1023
28684
29205
  },
28685
29206
  "name": "ProjectColumnOptions",
28686
29207
  "namespace": "github.workflows",
@@ -28697,7 +29218,7 @@
28697
29218
  "immutable": true,
28698
29219
  "locationInModule": {
28699
29220
  "filename": "src/github/workflows-model.ts",
28700
- "line": 1008
29221
+ "line": 1029
28701
29222
  },
28702
29223
  "name": "types",
28703
29224
  "optional": true,
@@ -28724,7 +29245,7 @@
28724
29245
  "kind": "interface",
28725
29246
  "locationInModule": {
28726
29247
  "filename": "src/github/workflows-model.ts",
28727
- "line": 974
29248
+ "line": 995
28728
29249
  },
28729
29250
  "name": "ProjectOptions",
28730
29251
  "namespace": "github.workflows",
@@ -28741,7 +29262,7 @@
28741
29262
  "immutable": true,
28742
29263
  "locationInModule": {
28743
29264
  "filename": "src/github/workflows-model.ts",
28744
- "line": 980
29265
+ "line": 1001
28745
29266
  },
28746
29267
  "name": "types",
28747
29268
  "optional": true,
@@ -28768,7 +29289,7 @@
28768
29289
  "kind": "interface",
28769
29290
  "locationInModule": {
28770
29291
  "filename": "src/github/workflows-model.ts",
28771
- "line": 1243
29292
+ "line": 1264
28772
29293
  },
28773
29294
  "name": "PublicOptions",
28774
29295
  "namespace": "github.workflows",
@@ -28788,7 +29309,7 @@
28788
29309
  "kind": "interface",
28789
29310
  "locationInModule": {
28790
29311
  "filename": "src/github/workflows-model.ts",
28791
- "line": 1014
29312
+ "line": 1035
28792
29313
  },
28793
29314
  "name": "PullRequestOptions",
28794
29315
  "namespace": "github.workflows",
@@ -28805,7 +29326,7 @@
28805
29326
  "immutable": true,
28806
29327
  "locationInModule": {
28807
29328
  "filename": "src/github/workflows-model.ts",
28808
- "line": 1020
29329
+ "line": 1041
28809
29330
  },
28810
29331
  "name": "types",
28811
29332
  "optional": true,
@@ -28832,7 +29353,7 @@
28832
29353
  "kind": "interface",
28833
29354
  "locationInModule": {
28834
29355
  "filename": "src/github/workflows-model.ts",
28835
- "line": 1053
29356
+ "line": 1074
28836
29357
  },
28837
29358
  "name": "PullRequestReviewCommentOptions",
28838
29359
  "namespace": "github.workflows",
@@ -28849,7 +29370,7 @@
28849
29370
  "immutable": true,
28850
29371
  "locationInModule": {
28851
29372
  "filename": "src/github/workflows-model.ts",
28852
- "line": 1059
29373
+ "line": 1080
28853
29374
  },
28854
29375
  "name": "types",
28855
29376
  "optional": true,
@@ -28876,7 +29397,7 @@
28876
29397
  "kind": "interface",
28877
29398
  "locationInModule": {
28878
29399
  "filename": "src/github/workflows-model.ts",
28879
- "line": 1041
29400
+ "line": 1062
28880
29401
  },
28881
29402
  "name": "PullRequestReviewOptions",
28882
29403
  "namespace": "github.workflows",
@@ -28893,7 +29414,7 @@
28893
29414
  "immutable": true,
28894
29415
  "locationInModule": {
28895
29416
  "filename": "src/github/workflows-model.ts",
28896
- "line": 1047
29417
+ "line": 1068
28897
29418
  },
28898
29419
  "name": "types",
28899
29420
  "optional": true,
@@ -28923,7 +29444,7 @@
28923
29444
  "kind": "interface",
28924
29445
  "locationInModule": {
28925
29446
  "filename": "src/github/workflows-model.ts",
28926
- "line": 1065
29447
+ "line": 1086
28927
29448
  },
28928
29449
  "name": "PullRequestTargetOptions",
28929
29450
  "namespace": "github.workflows",
@@ -28940,7 +29461,7 @@
28940
29461
  "immutable": true,
28941
29462
  "locationInModule": {
28942
29463
  "filename": "src/github/workflows-model.ts",
28943
- "line": 1071
29464
+ "line": 1092
28944
29465
  },
28945
29466
  "name": "types",
28946
29467
  "optional": true,
@@ -28967,7 +29488,7 @@
28967
29488
  "kind": "interface",
28968
29489
  "locationInModule": {
28969
29490
  "filename": "src/github/workflows-model.ts",
28970
- "line": 1092
29491
+ "line": 1113
28971
29492
  },
28972
29493
  "name": "PushOptions",
28973
29494
  "namespace": "github.workflows",
@@ -28983,7 +29504,7 @@
28983
29504
  "immutable": true,
28984
29505
  "locationInModule": {
28985
29506
  "filename": "src/github/workflows-model.ts",
28986
- "line": 1102
29507
+ "line": 1123
28987
29508
  },
28988
29509
  "name": "branches",
28989
29510
  "optional": true,
@@ -29007,7 +29528,7 @@
29007
29528
  "immutable": true,
29008
29529
  "locationInModule": {
29009
29530
  "filename": "src/github/workflows-model.ts",
29010
- "line": 1123
29531
+ "line": 1144
29011
29532
  },
29012
29533
  "name": "paths",
29013
29534
  "optional": true,
@@ -29031,7 +29552,7 @@
29031
29552
  "immutable": true,
29032
29553
  "locationInModule": {
29033
29554
  "filename": "src/github/workflows-model.ts",
29034
- "line": 1113
29555
+ "line": 1134
29035
29556
  },
29036
29557
  "name": "tags",
29037
29558
  "optional": true,
@@ -29058,7 +29579,7 @@
29058
29579
  "kind": "interface",
29059
29580
  "locationInModule": {
29060
29581
  "filename": "src/github/workflows-model.ts",
29061
- "line": 1129
29582
+ "line": 1150
29062
29583
  },
29063
29584
  "name": "RegistryPackageOptions",
29064
29585
  "namespace": "github.workflows",
@@ -29075,7 +29596,7 @@
29075
29596
  "immutable": true,
29076
29597
  "locationInModule": {
29077
29598
  "filename": "src/github/workflows-model.ts",
29078
- "line": 1135
29599
+ "line": 1156
29079
29600
  },
29080
29601
  "name": "types",
29081
29602
  "optional": true,
@@ -29102,7 +29623,7 @@
29102
29623
  "kind": "interface",
29103
29624
  "locationInModule": {
29104
29625
  "filename": "src/github/workflows-model.ts",
29105
- "line": 1141
29626
+ "line": 1162
29106
29627
  },
29107
29628
  "name": "ReleaseOptions",
29108
29629
  "namespace": "github.workflows",
@@ -29119,7 +29640,7 @@
29119
29640
  "immutable": true,
29120
29641
  "locationInModule": {
29121
29642
  "filename": "src/github/workflows-model.ts",
29122
- "line": 1147
29643
+ "line": 1168
29123
29644
  },
29124
29645
  "name": "types",
29125
29646
  "optional": true,
@@ -29146,7 +29667,7 @@
29146
29667
  "kind": "interface",
29147
29668
  "locationInModule": {
29148
29669
  "filename": "src/github/workflows-model.ts",
29149
- "line": 806
29670
+ "line": 827
29150
29671
  },
29151
29672
  "name": "RepositoryDispatchOptions",
29152
29673
  "namespace": "github.workflows",
@@ -29163,7 +29684,7 @@
29163
29684
  "immutable": true,
29164
29685
  "locationInModule": {
29165
29686
  "filename": "src/github/workflows-model.ts",
29166
- "line": 812
29687
+ "line": 833
29167
29688
  },
29168
29689
  "name": "types",
29169
29690
  "optional": true,
@@ -29244,7 +29765,7 @@
29244
29765
  "kind": "interface",
29245
29766
  "locationInModule": {
29246
29767
  "filename": "src/github/workflows-model.ts",
29247
- "line": 1248
29768
+ "line": 1269
29248
29769
  },
29249
29770
  "name": "StatusOptions",
29250
29771
  "namespace": "github.workflows",
@@ -29254,14 +29775,19 @@
29254
29775
  "assembly": "projen",
29255
29776
  "datatype": true,
29256
29777
  "docs": {
29778
+ "remarks": "This is by far the most common use case.\n- The metadata file `action.yaml` that is used to define an Action when you are creating one. As in, if you were creating an Action to be used in a JobStep.\nThere is some overlap between the two, and this captures that overlap.",
29779
+ "see": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions",
29257
29780
  "stability": "experimental",
29258
- "summary": "A generic step."
29781
+ "summary": "This contains the fields that are common amongst both: - JobStep, which is a step that is part of a Job in Github Actions."
29259
29782
  },
29260
29783
  "fqn": "projen.github.workflows.Step",
29784
+ "interfaces": [
29785
+ "projen.github.workflows.StepConfiguration"
29786
+ ],
29261
29787
  "kind": "interface",
29262
29788
  "locationInModule": {
29263
29789
  "filename": "src/github/workflows-model.ts",
29264
- "line": 362
29790
+ "line": 405
29265
29791
  },
29266
29792
  "name": "Step",
29267
29793
  "namespace": "github.workflows",
@@ -29269,39 +29795,34 @@
29269
29795
  {
29270
29796
  "abstract": true,
29271
29797
  "docs": {
29272
- "remarks": "You can also set environment variables for the entire workflow or a job.",
29798
+ "remarks": "If you do\nnot provide a name, the step name will default to the text specified in\nthe run command.",
29273
29799
  "stability": "experimental",
29274
- "summary": "Sets environment variables for steps to use in the runner environment."
29800
+ "summary": "Runs command-line programs using the operating system's shell."
29275
29801
  },
29276
29802
  "immutable": true,
29277
29803
  "locationInModule": {
29278
29804
  "filename": "src/github/workflows-model.ts",
29279
- "line": 407
29805
+ "line": 419
29280
29806
  },
29281
- "name": "env",
29807
+ "name": "run",
29282
29808
  "optional": true,
29283
29809
  "type": {
29284
- "collection": {
29285
- "elementtype": {
29286
- "primitive": "string"
29287
- },
29288
- "kind": "map"
29289
- }
29810
+ "primitive": "string"
29290
29811
  }
29291
29812
  },
29292
29813
  {
29293
29814
  "abstract": true,
29294
29815
  "docs": {
29295
- "remarks": "You can use the id to reference the\nstep in contexts.",
29816
+ "remarks": "An action is a\nreusable unit of code. You can use an action defined in the same\nrepository as the workflow, a public repository, or in a published Docker\ncontainer image.",
29296
29817
  "stability": "experimental",
29297
- "summary": "A unique identifier for the step."
29818
+ "summary": "Selects an action to run as part of a step in your job."
29298
29819
  },
29299
29820
  "immutable": true,
29300
29821
  "locationInModule": {
29301
29822
  "filename": "src/github/workflows-model.ts",
29302
- "line": 367
29823
+ "line": 412
29303
29824
  },
29304
- "name": "id",
29825
+ "name": "uses",
29305
29826
  "optional": true,
29306
29827
  "type": {
29307
29828
  "primitive": "string"
@@ -29310,51 +29831,82 @@
29310
29831
  {
29311
29832
  "abstract": true,
29312
29833
  "docs": {
29313
- "remarks": "You can use any supported context and expression to\ncreate a conditional.",
29834
+ "remarks": "Each input parameter\nis a key/value pair. Input parameters are set as environment variables.\nThe variable is prefixed with INPUT_ and converted to upper case.",
29314
29835
  "stability": "experimental",
29315
- "summary": "You can use the if conditional to prevent a job from running unless a condition is met."
29836
+ "summary": "A map of the input parameters defined by the action."
29316
29837
  },
29317
29838
  "immutable": true,
29318
29839
  "locationInModule": {
29319
29840
  "filename": "src/github/workflows-model.ts",
29320
- "line": 374
29841
+ "line": 426
29321
29842
  },
29322
- "name": "if",
29843
+ "name": "with",
29323
29844
  "optional": true,
29324
29845
  "type": {
29325
- "primitive": "string"
29846
+ "collection": {
29847
+ "elementtype": {
29848
+ "primitive": "any"
29849
+ },
29850
+ "kind": "map"
29851
+ }
29326
29852
  }
29327
- },
29853
+ }
29854
+ ],
29855
+ "symbolId": "src/github/workflows-model:Step"
29856
+ },
29857
+ "projen.github.workflows.StepConfiguration": {
29858
+ "assembly": "projen",
29859
+ "datatype": true,
29860
+ "docs": {
29861
+ "remarks": "These fields can have none present, but can be present on every Step, and have no effect on one another.\n\nThis stands in contrast to the Command (non-Configuration) fields, which are mutually exclusive, and describe the What.",
29862
+ "stability": "experimental",
29863
+ "summary": "Fields that describe the How, Why, When, and Who of a Step."
29864
+ },
29865
+ "fqn": "projen.github.workflows.StepConfiguration",
29866
+ "kind": "interface",
29867
+ "locationInModule": {
29868
+ "filename": "src/github/workflows-model.ts",
29869
+ "line": 365
29870
+ },
29871
+ "name": "StepConfiguration",
29872
+ "namespace": "github.workflows",
29873
+ "properties": [
29328
29874
  {
29329
29875
  "abstract": true,
29330
29876
  "docs": {
29877
+ "remarks": "You can also set environment variables for the entire workflow or a job.",
29331
29878
  "stability": "experimental",
29332
- "summary": "A name for your step to display on GitHub."
29879
+ "summary": "Sets environment variables for steps to use in the runner environment."
29333
29880
  },
29334
29881
  "immutable": true,
29335
29882
  "locationInModule": {
29336
29883
  "filename": "src/github/workflows-model.ts",
29337
- "line": 379
29884
+ "line": 388
29338
29885
  },
29339
- "name": "name",
29886
+ "name": "env",
29340
29887
  "optional": true,
29341
29888
  "type": {
29342
- "primitive": "string"
29889
+ "collection": {
29890
+ "elementtype": {
29891
+ "primitive": "string"
29892
+ },
29893
+ "kind": "map"
29894
+ }
29343
29895
  }
29344
29896
  },
29345
29897
  {
29346
29898
  "abstract": true,
29347
29899
  "docs": {
29348
- "remarks": "If you do\nnot provide a name, the step name will default to the text specified in\nthe run command.",
29900
+ "remarks": "You can use the id to reference the\nstep in contexts.",
29349
29901
  "stability": "experimental",
29350
- "summary": "Runs command-line programs using the operating system's shell."
29902
+ "summary": "A unique identifier for the step."
29351
29903
  },
29352
29904
  "immutable": true,
29353
29905
  "locationInModule": {
29354
29906
  "filename": "src/github/workflows-model.ts",
29355
- "line": 394
29907
+ "line": 370
29356
29908
  },
29357
- "name": "run",
29909
+ "name": "id",
29358
29910
  "optional": true,
29359
29911
  "type": {
29360
29912
  "primitive": "string"
@@ -29363,16 +29915,16 @@
29363
29915
  {
29364
29916
  "abstract": true,
29365
29917
  "docs": {
29366
- "remarks": "An action is a\nreusable unit of code. You can use an action defined in the same\nrepository as the workflow, a public repository, or in a published Docker\ncontainer image.",
29918
+ "remarks": "You can use any supported context and expression to\ncreate a conditional.",
29367
29919
  "stability": "experimental",
29368
- "summary": "Selects an action to run as part of a step in your job."
29920
+ "summary": "You can use the if conditional to prevent a job from running unless a condition is met."
29369
29921
  },
29370
29922
  "immutable": true,
29371
29923
  "locationInModule": {
29372
29924
  "filename": "src/github/workflows-model.ts",
29373
- "line": 387
29925
+ "line": 377
29374
29926
  },
29375
- "name": "uses",
29927
+ "name": "if",
29376
29928
  "optional": true,
29377
29929
  "type": {
29378
29930
  "primitive": "string"
@@ -29381,24 +29933,18 @@
29381
29933
  {
29382
29934
  "abstract": true,
29383
29935
  "docs": {
29384
- "remarks": "Each input parameter\nis a key/value pair. Input parameters are set as environment variables.\nThe variable is prefixed with INPUT_ and converted to upper case.",
29385
29936
  "stability": "experimental",
29386
- "summary": "A map of the input parameters defined by the action."
29937
+ "summary": "A name for your step to display on GitHub."
29387
29938
  },
29388
29939
  "immutable": true,
29389
29940
  "locationInModule": {
29390
29941
  "filename": "src/github/workflows-model.ts",
29391
- "line": 401
29942
+ "line": 382
29392
29943
  },
29393
- "name": "with",
29944
+ "name": "name",
29394
29945
  "optional": true,
29395
29946
  "type": {
29396
- "collection": {
29397
- "elementtype": {
29398
- "primitive": "any"
29399
- },
29400
- "kind": "map"
29401
- }
29947
+ "primitive": "string"
29402
29948
  }
29403
29949
  },
29404
29950
  {
@@ -29411,7 +29957,7 @@
29411
29957
  "immutable": true,
29412
29958
  "locationInModule": {
29413
29959
  "filename": "src/github/workflows-model.ts",
29414
- "line": 413
29960
+ "line": 394
29415
29961
  },
29416
29962
  "name": "workingDirectory",
29417
29963
  "optional": true,
@@ -29420,7 +29966,7 @@
29420
29966
  }
29421
29967
  }
29422
29968
  ],
29423
- "symbolId": "src/github/workflows-model:Step"
29969
+ "symbolId": "src/github/workflows-model:StepConfiguration"
29424
29970
  },
29425
29971
  "projen.github.workflows.ToolRequirement": {
29426
29972
  "assembly": "projen",
@@ -29577,7 +30123,7 @@
29577
30123
  "kind": "interface",
29578
30124
  "locationInModule": {
29579
30125
  "filename": "src/github/workflows-model.ts",
29580
- "line": 560
30126
+ "line": 581
29581
30127
  },
29582
30128
  "name": "Triggers",
29583
30129
  "namespace": "github.workflows",
@@ -29591,7 +30137,7 @@
29591
30137
  "immutable": true,
29592
30138
  "locationInModule": {
29593
30139
  "filename": "src/github/workflows-model.ts",
29594
- "line": 602
30140
+ "line": 623
29595
30141
  },
29596
30142
  "name": "branchProtectionRule",
29597
30143
  "optional": true,
@@ -29608,7 +30154,7 @@
29608
30154
  "immutable": true,
29609
30155
  "locationInModule": {
29610
30156
  "filename": "src/github/workflows-model.ts",
29611
- "line": 607
30157
+ "line": 628
29612
30158
  },
29613
30159
  "name": "checkRun",
29614
30160
  "optional": true,
@@ -29625,7 +30171,7 @@
29625
30171
  "immutable": true,
29626
30172
  "locationInModule": {
29627
30173
  "filename": "src/github/workflows-model.ts",
29628
- "line": 612
30174
+ "line": 633
29629
30175
  },
29630
30176
  "name": "checkSuite",
29631
30177
  "optional": true,
@@ -29642,7 +30188,7 @@
29642
30188
  "immutable": true,
29643
30189
  "locationInModule": {
29644
30190
  "filename": "src/github/workflows-model.ts",
29645
- "line": 618
30191
+ "line": 639
29646
30192
  },
29647
30193
  "name": "create",
29648
30194
  "optional": true,
@@ -29659,7 +30205,7 @@
29659
30205
  "immutable": true,
29660
30206
  "locationInModule": {
29661
30207
  "filename": "src/github/workflows-model.ts",
29662
- "line": 624
30208
+ "line": 645
29663
30209
  },
29664
30210
  "name": "delete",
29665
30211
  "optional": true,
@@ -29677,7 +30223,7 @@
29677
30223
  "immutable": true,
29678
30224
  "locationInModule": {
29679
30225
  "filename": "src/github/workflows-model.ts",
29680
- "line": 631
30226
+ "line": 652
29681
30227
  },
29682
30228
  "name": "deployment",
29683
30229
  "optional": true,
@@ -29695,7 +30241,7 @@
29695
30241
  "immutable": true,
29696
30242
  "locationInModule": {
29697
30243
  "filename": "src/github/workflows-model.ts",
29698
- "line": 638
30244
+ "line": 659
29699
30245
  },
29700
30246
  "name": "deploymentStatus",
29701
30247
  "optional": true,
@@ -29714,7 +30260,7 @@
29714
30260
  "immutable": true,
29715
30261
  "locationInModule": {
29716
30262
  "filename": "src/github/workflows-model.ts",
29717
- "line": 644
30263
+ "line": 665
29718
30264
  },
29719
30265
  "name": "discussion",
29720
30266
  "optional": true,
@@ -29733,7 +30279,7 @@
29733
30279
  "immutable": true,
29734
30280
  "locationInModule": {
29735
30281
  "filename": "src/github/workflows-model.ts",
29736
- "line": 650
30282
+ "line": 671
29737
30283
  },
29738
30284
  "name": "discussionComment",
29739
30285
  "optional": true,
@@ -29750,7 +30296,7 @@
29750
30296
  "immutable": true,
29751
30297
  "locationInModule": {
29752
30298
  "filename": "src/github/workflows-model.ts",
29753
- "line": 656
30299
+ "line": 677
29754
30300
  },
29755
30301
  "name": "fork",
29756
30302
  "optional": true,
@@ -29767,7 +30313,7 @@
29767
30313
  "immutable": true,
29768
30314
  "locationInModule": {
29769
30315
  "filename": "src/github/workflows-model.ts",
29770
- "line": 662
30316
+ "line": 683
29771
30317
  },
29772
30318
  "name": "gollum",
29773
30319
  "optional": true,
@@ -29784,7 +30330,7 @@
29784
30330
  "immutable": true,
29785
30331
  "locationInModule": {
29786
30332
  "filename": "src/github/workflows-model.ts",
29787
- "line": 667
30333
+ "line": 688
29788
30334
  },
29789
30335
  "name": "issueComment",
29790
30336
  "optional": true,
@@ -29801,7 +30347,7 @@
29801
30347
  "immutable": true,
29802
30348
  "locationInModule": {
29803
30349
  "filename": "src/github/workflows-model.ts",
29804
- "line": 672
30350
+ "line": 693
29805
30351
  },
29806
30352
  "name": "issues",
29807
30353
  "optional": true,
@@ -29818,7 +30364,7 @@
29818
30364
  "immutable": true,
29819
30365
  "locationInModule": {
29820
30366
  "filename": "src/github/workflows-model.ts",
29821
- "line": 677
30367
+ "line": 698
29822
30368
  },
29823
30369
  "name": "label",
29824
30370
  "optional": true,
@@ -29835,7 +30381,7 @@
29835
30381
  "immutable": true,
29836
30382
  "locationInModule": {
29837
30383
  "filename": "src/github/workflows-model.ts",
29838
- "line": 685
30384
+ "line": 706
29839
30385
  },
29840
30386
  "name": "mergeGroup",
29841
30387
  "optional": true,
@@ -29852,7 +30398,7 @@
29852
30398
  "immutable": true,
29853
30399
  "locationInModule": {
29854
30400
  "filename": "src/github/workflows-model.ts",
29855
- "line": 690
30401
+ "line": 711
29856
30402
  },
29857
30403
  "name": "milestone",
29858
30404
  "optional": true,
@@ -29869,7 +30415,7 @@
29869
30415
  "immutable": true,
29870
30416
  "locationInModule": {
29871
30417
  "filename": "src/github/workflows-model.ts",
29872
- "line": 696
30418
+ "line": 717
29873
30419
  },
29874
30420
  "name": "pageBuild",
29875
30421
  "optional": true,
@@ -29886,7 +30432,7 @@
29886
30432
  "immutable": true,
29887
30433
  "locationInModule": {
29888
30434
  "filename": "src/github/workflows-model.ts",
29889
- "line": 701
30435
+ "line": 722
29890
30436
  },
29891
30437
  "name": "project",
29892
30438
  "optional": true,
@@ -29903,7 +30449,7 @@
29903
30449
  "immutable": true,
29904
30450
  "locationInModule": {
29905
30451
  "filename": "src/github/workflows-model.ts",
29906
- "line": 706
30452
+ "line": 727
29907
30453
  },
29908
30454
  "name": "projectCard",
29909
30455
  "optional": true,
@@ -29920,7 +30466,7 @@
29920
30466
  "immutable": true,
29921
30467
  "locationInModule": {
29922
30468
  "filename": "src/github/workflows-model.ts",
29923
- "line": 711
30469
+ "line": 732
29924
30470
  },
29925
30471
  "name": "projectColumn",
29926
30472
  "optional": true,
@@ -29937,7 +30483,7 @@
29937
30483
  "immutable": true,
29938
30484
  "locationInModule": {
29939
30485
  "filename": "src/github/workflows-model.ts",
29940
- "line": 717
30486
+ "line": 738
29941
30487
  },
29942
30488
  "name": "public",
29943
30489
  "optional": true,
@@ -29954,7 +30500,7 @@
29954
30500
  "immutable": true,
29955
30501
  "locationInModule": {
29956
30502
  "filename": "src/github/workflows-model.ts",
29957
- "line": 722
30503
+ "line": 743
29958
30504
  },
29959
30505
  "name": "pullRequest",
29960
30506
  "optional": true,
@@ -29971,7 +30517,7 @@
29971
30517
  "immutable": true,
29972
30518
  "locationInModule": {
29973
30519
  "filename": "src/github/workflows-model.ts",
29974
- "line": 727
30520
+ "line": 748
29975
30521
  },
29976
30522
  "name": "pullRequestReview",
29977
30523
  "optional": true,
@@ -29988,7 +30534,7 @@
29988
30534
  "immutable": true,
29989
30535
  "locationInModule": {
29990
30536
  "filename": "src/github/workflows-model.ts",
29991
- "line": 733
30537
+ "line": 754
29992
30538
  },
29993
30539
  "name": "pullRequestReviewComment",
29994
30540
  "optional": true,
@@ -30007,7 +30553,7 @@
30007
30553
  "immutable": true,
30008
30554
  "locationInModule": {
30009
30555
  "filename": "src/github/workflows-model.ts",
30010
- "line": 754
30556
+ "line": 775
30011
30557
  },
30012
30558
  "name": "pullRequestTarget",
30013
30559
  "optional": true,
@@ -30024,7 +30570,7 @@
30024
30570
  "immutable": true,
30025
30571
  "locationInModule": {
30026
30572
  "filename": "src/github/workflows-model.ts",
30027
- "line": 760
30573
+ "line": 781
30028
30574
  },
30029
30575
  "name": "push",
30030
30576
  "optional": true,
@@ -30041,7 +30587,7 @@
30041
30587
  "immutable": true,
30042
30588
  "locationInModule": {
30043
30589
  "filename": "src/github/workflows-model.ts",
30044
- "line": 765
30590
+ "line": 786
30045
30591
  },
30046
30592
  "name": "registryPackage",
30047
30593
  "optional": true,
@@ -30058,7 +30604,7 @@
30058
30604
  "immutable": true,
30059
30605
  "locationInModule": {
30060
30606
  "filename": "src/github/workflows-model.ts",
30061
- "line": 770
30607
+ "line": 791
30062
30608
  },
30063
30609
  "name": "release",
30064
30610
  "optional": true,
@@ -30075,7 +30621,7 @@
30075
30621
  "immutable": true,
30076
30622
  "locationInModule": {
30077
30623
  "filename": "src/github/workflows-model.ts",
30078
- "line": 587
30624
+ "line": 608
30079
30625
  },
30080
30626
  "name": "repositoryDispatch",
30081
30627
  "optional": true,
@@ -30094,7 +30640,7 @@
30094
30640
  "immutable": true,
30095
30641
  "locationInModule": {
30096
30642
  "filename": "src/github/workflows-model.ts",
30097
- "line": 570
30643
+ "line": 591
30098
30644
  },
30099
30645
  "name": "schedule",
30100
30646
  "optional": true,
@@ -30116,7 +30662,7 @@
30116
30662
  "immutable": true,
30117
30663
  "locationInModule": {
30118
30664
  "filename": "src/github/workflows-model.ts",
30119
- "line": 776
30665
+ "line": 797
30120
30666
  },
30121
30667
  "name": "status",
30122
30668
  "optional": true,
@@ -30133,7 +30679,7 @@
30133
30679
  "immutable": true,
30134
30680
  "locationInModule": {
30135
30681
  "filename": "src/github/workflows-model.ts",
30136
- "line": 781
30682
+ "line": 802
30137
30683
  },
30138
30684
  "name": "watch",
30139
30685
  "optional": true,
@@ -30151,7 +30697,7 @@
30151
30697
  "immutable": true,
30152
30698
  "locationInModule": {
30153
30699
  "filename": "src/github/workflows-model.ts",
30154
- "line": 595
30700
+ "line": 616
30155
30701
  },
30156
30702
  "name": "workflowCall",
30157
30703
  "optional": true,
@@ -30169,7 +30715,7 @@
30169
30715
  "immutable": true,
30170
30716
  "locationInModule": {
30171
30717
  "filename": "src/github/workflows-model.ts",
30172
- "line": 580
30718
+ "line": 601
30173
30719
  },
30174
30720
  "name": "workflowDispatch",
30175
30721
  "optional": true,
@@ -30187,7 +30733,7 @@
30187
30733
  "immutable": true,
30188
30734
  "locationInModule": {
30189
30735
  "filename": "src/github/workflows-model.ts",
30190
- "line": 789
30736
+ "line": 810
30191
30737
  },
30192
30738
  "name": "workflowRun",
30193
30739
  "optional": true,
@@ -30209,7 +30755,7 @@
30209
30755
  "kind": "interface",
30210
30756
  "locationInModule": {
30211
30757
  "filename": "src/github/workflows-model.ts",
30212
- "line": 1161
30758
+ "line": 1182
30213
30759
  },
30214
30760
  "name": "WatchOptions",
30215
30761
  "namespace": "github.workflows",
@@ -30226,7 +30772,7 @@
30226
30772
  "immutable": true,
30227
30773
  "locationInModule": {
30228
30774
  "filename": "src/github/workflows-model.ts",
30229
- "line": 1167
30775
+ "line": 1188
30230
30776
  },
30231
30777
  "name": "types",
30232
30778
  "optional": true,
@@ -30253,7 +30799,7 @@
30253
30799
  "kind": "interface",
30254
30800
  "locationInModule": {
30255
30801
  "filename": "src/github/workflows-model.ts",
30256
- "line": 1203
30802
+ "line": 1224
30257
30803
  },
30258
30804
  "name": "WorkflowCallOptions",
30259
30805
  "namespace": "github.workflows",
@@ -30270,7 +30816,7 @@
30270
30816
  "kind": "interface",
30271
30817
  "locationInModule": {
30272
30818
  "filename": "src/github/workflows-model.ts",
30273
- "line": 1198
30819
+ "line": 1219
30274
30820
  },
30275
30821
  "name": "WorkflowDispatchOptions",
30276
30822
  "namespace": "github.workflows",
@@ -30287,7 +30833,7 @@
30287
30833
  "kind": "interface",
30288
30834
  "locationInModule": {
30289
30835
  "filename": "src/github/workflows-model.ts",
30290
- "line": 1173
30836
+ "line": 1194
30291
30837
  },
30292
30838
  "name": "WorkflowRunOptions",
30293
30839
  "namespace": "github.workflows",
@@ -30304,7 +30850,7 @@
30304
30850
  "immutable": true,
30305
30851
  "locationInModule": {
30306
30852
  "filename": "src/github/workflows-model.ts",
30307
- "line": 1191
30853
+ "line": 1212
30308
30854
  },
30309
30855
  "name": "branches",
30310
30856
  "optional": true,
@@ -30329,7 +30875,7 @@
30329
30875
  "immutable": true,
30330
30876
  "locationInModule": {
30331
30877
  "filename": "src/github/workflows-model.ts",
30332
- "line": 1185
30878
+ "line": 1206
30333
30879
  },
30334
30880
  "name": "types",
30335
30881
  "optional": true,
@@ -30354,7 +30900,7 @@
30354
30900
  "immutable": true,
30355
30901
  "locationInModule": {
30356
30902
  "filename": "src/github/workflows-model.ts",
30357
- "line": 1179
30903
+ "line": 1200
30358
30904
  },
30359
30905
  "name": "workflows",
30360
30906
  "optional": true,
@@ -37404,7 +37950,7 @@
37404
37950
  "kind": "enum",
37405
37951
  "locationInModule": {
37406
37952
  "filename": "src/javascript/node-project.ts",
37407
- "line": 332
37953
+ "line": 334
37408
37954
  },
37409
37955
  "members": [
37410
37956
  {
@@ -42744,7 +43290,7 @@
42744
43290
  },
42745
43291
  "locationInModule": {
42746
43292
  "filename": "src/javascript/node-project.ts",
42747
- "line": 474
43293
+ "line": 476
42748
43294
  },
42749
43295
  "parameters": [
42750
43296
  {
@@ -42758,7 +43304,7 @@
42758
43304
  "kind": "class",
42759
43305
  "locationInModule": {
42760
43306
  "filename": "src/javascript/node-project.ts",
42761
- "line": 349
43307
+ "line": 351
42762
43308
  },
42763
43309
  "methods": [
42764
43310
  {
@@ -42767,7 +43313,7 @@
42767
43313
  },
42768
43314
  "locationInModule": {
42769
43315
  "filename": "src/javascript/node-project.ts",
42770
- "line": 825
43316
+ "line": 838
42771
43317
  },
42772
43318
  "name": "addBins",
42773
43319
  "parameters": [
@@ -42792,7 +43338,7 @@
42792
43338
  },
42793
43339
  "locationInModule": {
42794
43340
  "filename": "src/javascript/node-project.ts",
42795
- "line": 1108
43341
+ "line": 1122
42796
43342
  },
42797
43343
  "name": "addBundledDeps",
42798
43344
  "parameters": [
@@ -42818,7 +43364,7 @@
42818
43364
  },
42819
43365
  "locationInModule": {
42820
43366
  "filename": "src/javascript/node-project.ts",
42821
- "line": 870
43367
+ "line": 883
42822
43368
  },
42823
43369
  "name": "addCompileCommand",
42824
43370
  "parameters": [
@@ -42839,7 +43385,7 @@
42839
43385
  },
42840
43386
  "locationInModule": {
42841
43387
  "filename": "src/javascript/node-project.ts",
42842
- "line": 1062
43388
+ "line": 1076
42843
43389
  },
42844
43390
  "name": "addDeps",
42845
43391
  "parameters": [
@@ -42864,7 +43410,7 @@
42864
43410
  },
42865
43411
  "locationInModule": {
42866
43412
  "filename": "src/javascript/node-project.ts",
42867
- "line": 1075
43413
+ "line": 1089
42868
43414
  },
42869
43415
  "name": "addDevDeps",
42870
43416
  "parameters": [
@@ -42889,7 +43435,7 @@
42889
43435
  },
42890
43436
  "locationInModule": {
42891
43437
  "filename": "src/javascript/node-project.ts",
42892
- "line": 890
43438
+ "line": 903
42893
43439
  },
42894
43440
  "name": "addFields",
42895
43441
  "parameters": [
@@ -42916,7 +43462,7 @@
42916
43462
  },
42917
43463
  "locationInModule": {
42918
43464
  "filename": "src/javascript/node-project.ts",
42919
- "line": 900
43465
+ "line": 913
42920
43466
  },
42921
43467
  "name": "addKeywords",
42922
43468
  "parameters": [
@@ -42943,7 +43489,7 @@
42943
43489
  },
42944
43490
  "locationInModule": {
42945
43491
  "filename": "src/javascript/node-project.ts",
42946
- "line": 1120
43492
+ "line": 1134
42947
43493
  },
42948
43494
  "name": "addPackageIgnore",
42949
43495
  "overrides": "projen.Project",
@@ -42967,7 +43513,7 @@
42967
43513
  },
42968
43514
  "locationInModule": {
42969
43515
  "filename": "src/javascript/node-project.ts",
42970
- "line": 1092
43516
+ "line": 1106
42971
43517
  },
42972
43518
  "name": "addPeerDeps",
42973
43519
  "parameters": [
@@ -42992,7 +43538,7 @@
42992
43538
  },
42993
43539
  "locationInModule": {
42994
43540
  "filename": "src/javascript/node-project.ts",
42995
- "line": 843
43541
+ "line": 856
42996
43542
  },
42997
43543
  "name": "addScripts",
42998
43544
  "parameters": [
@@ -43020,7 +43566,7 @@
43020
43566
  },
43021
43567
  "locationInModule": {
43022
43568
  "filename": "src/javascript/node-project.ts",
43023
- "line": 880
43569
+ "line": 893
43024
43570
  },
43025
43571
  "name": "addTestCommand",
43026
43572
  "parameters": [
@@ -43042,7 +43588,7 @@
43042
43588
  },
43043
43589
  "locationInModule": {
43044
43590
  "filename": "src/javascript/node-project.ts",
43045
- "line": 862
43591
+ "line": 875
43046
43592
  },
43047
43593
  "name": "hasScript",
43048
43594
  "parameters": [
@@ -43069,7 +43615,7 @@
43069
43615
  },
43070
43616
  "locationInModule": {
43071
43617
  "filename": "src/javascript/node-project.ts",
43072
- "line": 853
43618
+ "line": 866
43073
43619
  },
43074
43620
  "name": "removeScript",
43075
43621
  "parameters": [
@@ -43092,7 +43638,7 @@
43092
43638
  },
43093
43639
  "locationInModule": {
43094
43640
  "filename": "src/javascript/node-project.ts",
43095
- "line": 990
43641
+ "line": 1003
43096
43642
  },
43097
43643
  "name": "renderWorkflowSetup",
43098
43644
  "parameters": [
@@ -43126,7 +43672,7 @@
43126
43672
  },
43127
43673
  "locationInModule": {
43128
43674
  "filename": "src/javascript/node-project.ts",
43129
- "line": 1193
43675
+ "line": 1207
43130
43676
  },
43131
43677
  "name": "runTaskCommand",
43132
43678
  "overrides": "projen.Project",
@@ -43154,7 +43700,7 @@
43154
43700
  },
43155
43701
  "locationInModule": {
43156
43702
  "filename": "src/javascript/node-project.ts",
43157
- "line": 835
43703
+ "line": 848
43158
43704
  },
43159
43705
  "name": "setScript",
43160
43706
  "parameters": [
@@ -43190,7 +43736,7 @@
43190
43736
  "immutable": true,
43191
43737
  "locationInModule": {
43192
43738
  "filename": "src/javascript/node-project.ts",
43193
- "line": 374
43739
+ "line": 376
43194
43740
  },
43195
43741
  "name": "allowLibraryDependencies",
43196
43742
  "type": {
@@ -43206,7 +43752,7 @@
43206
43752
  "immutable": true,
43207
43753
  "locationInModule": {
43208
43754
  "filename": "src/javascript/node-project.ts",
43209
- "line": 457
43755
+ "line": 459
43210
43756
  },
43211
43757
  "name": "artifactsDirectory",
43212
43758
  "type": {
@@ -43221,7 +43767,7 @@
43221
43767
  "immutable": true,
43222
43768
  "locationInModule": {
43223
43769
  "filename": "src/javascript/node-project.ts",
43224
- "line": 462
43770
+ "line": 464
43225
43771
  },
43226
43772
  "name": "artifactsJavascriptDirectory",
43227
43773
  "type": {
@@ -43235,7 +43781,7 @@
43235
43781
  "immutable": true,
43236
43782
  "locationInModule": {
43237
43783
  "filename": "src/javascript/node-project.ts",
43238
- "line": 450
43784
+ "line": 452
43239
43785
  },
43240
43786
  "name": "bundler",
43241
43787
  "type": {
@@ -43250,7 +43796,7 @@
43250
43796
  "immutable": true,
43251
43797
  "locationInModule": {
43252
43798
  "filename": "src/javascript/node-project.ts",
43253
- "line": 381
43799
+ "line": 383
43254
43800
  },
43255
43801
  "name": "entrypoint",
43256
43802
  "type": {
@@ -43265,7 +43811,7 @@
43265
43811
  "immutable": true,
43266
43812
  "locationInModule": {
43267
43813
  "filename": "src/javascript/node-project.ts",
43268
- "line": 446
43814
+ "line": 448
43269
43815
  },
43270
43816
  "name": "manifest",
43271
43817
  "type": {
@@ -43280,7 +43826,7 @@
43280
43826
  "immutable": true,
43281
43827
  "locationInModule": {
43282
43828
  "filename": "src/javascript/node-project.ts",
43283
- "line": 363
43829
+ "line": 365
43284
43830
  },
43285
43831
  "name": "npmrc",
43286
43832
  "type": {
@@ -43295,7 +43841,7 @@
43295
43841
  "immutable": true,
43296
43842
  "locationInModule": {
43297
43843
  "filename": "src/javascript/node-project.ts",
43298
- "line": 353
43844
+ "line": 355
43299
43845
  },
43300
43846
  "name": "package",
43301
43847
  "type": {
@@ -43311,7 +43857,7 @@
43311
43857
  "immutable": true,
43312
43858
  "locationInModule": {
43313
43859
  "filename": "src/javascript/node-project.ts",
43314
- "line": 429
43860
+ "line": 431
43315
43861
  },
43316
43862
  "name": "packageManager",
43317
43863
  "type": {
@@ -43326,7 +43872,7 @@
43326
43872
  "immutable": true,
43327
43873
  "locationInModule": {
43328
43874
  "filename": "src/javascript/node-project.ts",
43329
- "line": 436
43875
+ "line": 438
43330
43876
  },
43331
43877
  "name": "runScriptCommand",
43332
43878
  "type": {
@@ -43340,7 +43886,7 @@
43340
43886
  "immutable": true,
43341
43887
  "locationInModule": {
43342
43888
  "filename": "src/javascript/node-project.ts",
43343
- "line": 469
43889
+ "line": 471
43344
43890
  },
43345
43891
  "name": "workflowBootstrapSteps",
43346
43892
  "protected": true,
@@ -43360,7 +43906,7 @@
43360
43906
  "immutable": true,
43361
43907
  "locationInModule": {
43362
43908
  "filename": "src/javascript/node-project.ts",
43363
- "line": 471
43909
+ "line": 473
43364
43910
  },
43365
43911
  "name": "workflowPackageCache",
43366
43912
  "protected": true,
@@ -43376,7 +43922,7 @@
43376
43922
  "immutable": true,
43377
43923
  "locationInModule": {
43378
43924
  "filename": "src/javascript/node-project.ts",
43379
- "line": 388
43925
+ "line": 390
43380
43926
  },
43381
43927
  "name": "autoMerge",
43382
43928
  "optional": true,
@@ -43393,7 +43939,7 @@
43393
43939
  "immutable": true,
43394
43940
  "locationInModule": {
43395
43941
  "filename": "src/javascript/node-project.ts",
43396
- "line": 393
43942
+ "line": 395
43397
43943
  },
43398
43944
  "name": "buildWorkflow",
43399
43945
  "optional": true,
@@ -43409,7 +43955,7 @@
43409
43955
  "immutable": true,
43410
43956
  "locationInModule": {
43411
43957
  "filename": "src/javascript/node-project.ts",
43412
- "line": 1200
43958
+ "line": 1214
43413
43959
  },
43414
43960
  "name": "buildWorkflowJobId",
43415
43961
  "optional": true,
@@ -43425,7 +43971,7 @@
43425
43971
  "immutable": true,
43426
43972
  "locationInModule": {
43427
43973
  "filename": "src/javascript/node-project.ts",
43428
- "line": 441
43974
+ "line": 443
43429
43975
  },
43430
43976
  "name": "jest",
43431
43977
  "optional": true,
@@ -43441,7 +43987,7 @@
43441
43987
  "immutable": true,
43442
43988
  "locationInModule": {
43443
43989
  "filename": "src/javascript/node-project.ts",
43444
- "line": 418
43990
+ "line": 420
43445
43991
  },
43446
43992
  "name": "maxNodeVersion",
43447
43993
  "optional": true,
@@ -43457,7 +44003,7 @@
43457
44003
  "immutable": true,
43458
44004
  "locationInModule": {
43459
44005
  "filename": "src/javascript/node-project.ts",
43460
- "line": 411
44006
+ "line": 413
43461
44007
  },
43462
44008
  "name": "minNodeVersion",
43463
44009
  "optional": true,
@@ -43472,7 +44018,7 @@
43472
44018
  "immutable": true,
43473
44019
  "locationInModule": {
43474
44020
  "filename": "src/javascript/node-project.ts",
43475
- "line": 422
44021
+ "line": 424
43476
44022
  },
43477
44023
  "name": "nodeVersion",
43478
44024
  "optional": true,
@@ -43489,7 +44035,7 @@
43489
44035
  "immutable": true,
43490
44036
  "locationInModule": {
43491
44037
  "filename": "src/javascript/node-project.ts",
43492
- "line": 358
44038
+ "line": 360
43493
44039
  },
43494
44040
  "name": "npmignore",
43495
44041
  "optional": true,
@@ -43504,7 +44050,7 @@
43504
44050
  "immutable": true,
43505
44051
  "locationInModule": {
43506
44052
  "filename": "src/javascript/node-project.ts",
43507
- "line": 472
44053
+ "line": 474
43508
44054
  },
43509
44055
  "name": "prettier",
43510
44056
  "optional": true,
@@ -43522,7 +44068,7 @@
43522
44068
  "immutable": true,
43523
44069
  "locationInModule": {
43524
44070
  "filename": "src/javascript/node-project.ts",
43525
- "line": 401
44071
+ "line": 403
43526
44072
  },
43527
44073
  "name": "publisher",
43528
44074
  "optional": true,
@@ -43538,7 +44084,7 @@
43538
44084
  "immutable": true,
43539
44085
  "locationInModule": {
43540
44086
  "filename": "src/javascript/node-project.ts",
43541
- "line": 406
44087
+ "line": 408
43542
44088
  },
43543
44089
  "name": "release",
43544
44090
  "optional": true,
@@ -43554,7 +44100,7 @@
43554
44100
  "immutable": true,
43555
44101
  "locationInModule": {
43556
44102
  "filename": "src/javascript/node-project.ts",
43557
- "line": 467
44103
+ "line": 469
43558
44104
  },
43559
44105
  "name": "upgradeWorkflow",
43560
44106
  "optional": true,
@@ -43580,7 +44126,7 @@
43580
44126
  "kind": "interface",
43581
44127
  "locationInModule": {
43582
44128
  "filename": "src/javascript/node-project.ts",
43583
- "line": 56
44129
+ "line": 58
43584
44130
  },
43585
44131
  "name": "NodeProjectOptions",
43586
44132
  "namespace": "javascript",
@@ -43595,7 +44141,7 @@
43595
44141
  "immutable": true,
43596
44142
  "locationInModule": {
43597
44143
  "filename": "src/javascript/node-project.ts",
43598
- "line": 140
44144
+ "line": 142
43599
44145
  },
43600
44146
  "name": "defaultReleaseBranch",
43601
44147
  "type": {
@@ -43612,7 +44158,7 @@
43612
44158
  "immutable": true,
43613
44159
  "locationInModule": {
43614
44160
  "filename": "src/javascript/node-project.ts",
43615
- "line": 303
44161
+ "line": 305
43616
44162
  },
43617
44163
  "name": "artifactsDirectory",
43618
44164
  "optional": true,
@@ -43631,7 +44177,7 @@
43631
44177
  "immutable": true,
43632
44178
  "locationInModule": {
43633
44179
  "filename": "src/javascript/node-project.ts",
43634
- "line": 214
44180
+ "line": 216
43635
44181
  },
43636
44182
  "name": "autoApproveUpgrades",
43637
44183
  "optional": true,
@@ -43649,7 +44195,7 @@
43649
44195
  "immutable": true,
43650
44196
  "locationInModule": {
43651
44197
  "filename": "src/javascript/node-project.ts",
43652
- "line": 92
44198
+ "line": 94
43653
44199
  },
43654
44200
  "name": "buildWorkflow",
43655
44201
  "optional": true,
@@ -43667,7 +44213,7 @@
43667
44213
  "immutable": true,
43668
44214
  "locationInModule": {
43669
44215
  "filename": "src/javascript/node-project.ts",
43670
- "line": 317
44216
+ "line": 319
43671
44217
  },
43672
44218
  "name": "buildWorkflowTriggers",
43673
44219
  "optional": true,
@@ -43684,7 +44230,7 @@
43684
44230
  "immutable": true,
43685
44231
  "locationInModule": {
43686
44232
  "filename": "src/javascript/node-project.ts",
43687
- "line": 296
44233
+ "line": 298
43688
44234
  },
43689
44235
  "name": "bundlerOptions",
43690
44236
  "optional": true,
@@ -43703,7 +44249,7 @@
43703
44249
  "immutable": true,
43704
44250
  "locationInModule": {
43705
44251
  "filename": "src/javascript/node-project.ts",
43706
- "line": 326
44252
+ "line": 328
43707
44253
  },
43708
44254
  "name": "checkLicenses",
43709
44255
  "optional": true,
@@ -43721,7 +44267,7 @@
43721
44267
  "immutable": true,
43722
44268
  "locationInModule": {
43723
44269
  "filename": "src/javascript/node-project.ts",
43724
- "line": 111
44270
+ "line": 113
43725
44271
  },
43726
44272
  "name": "codeCov",
43727
44273
  "optional": true,
@@ -43739,7 +44285,7 @@
43739
44285
  "immutable": true,
43740
44286
  "locationInModule": {
43741
44287
  "filename": "src/javascript/node-project.ts",
43742
- "line": 118
44288
+ "line": 120
43743
44289
  },
43744
44290
  "name": "codeCovTokenSecret",
43745
44291
  "optional": true,
@@ -43757,7 +44303,7 @@
43757
44303
  "immutable": true,
43758
44304
  "locationInModule": {
43759
44305
  "filename": "src/javascript/node-project.ts",
43760
- "line": 65
44306
+ "line": 67
43761
44307
  },
43762
44308
  "name": "copyrightOwner",
43763
44309
  "optional": true,
@@ -43775,7 +44321,7 @@
43775
44321
  "immutable": true,
43776
44322
  "locationInModule": {
43777
44323
  "filename": "src/javascript/node-project.ts",
43778
- "line": 72
44324
+ "line": 74
43779
44325
  },
43780
44326
  "name": "copyrightPeriod",
43781
44327
  "optional": true,
@@ -43794,7 +44340,7 @@
43794
44340
  "immutable": true,
43795
44341
  "locationInModule": {
43796
44342
  "filename": "src/javascript/node-project.ts",
43797
- "line": 182
44343
+ "line": 184
43798
44344
  },
43799
44345
  "name": "dependabot",
43800
44346
  "optional": true,
@@ -43812,7 +44358,7 @@
43812
44358
  "immutable": true,
43813
44359
  "locationInModule": {
43814
44360
  "filename": "src/javascript/node-project.ts",
43815
- "line": 189
44361
+ "line": 191
43816
44362
  },
43817
44363
  "name": "dependabotOptions",
43818
44364
  "optional": true,
@@ -43831,7 +44377,7 @@
43831
44377
  "immutable": true,
43832
44378
  "locationInModule": {
43833
44379
  "filename": "src/javascript/node-project.ts",
43834
- "line": 197
44380
+ "line": 199
43835
44381
  },
43836
44382
  "name": "depsUpgrade",
43837
44383
  "optional": true,
@@ -43849,7 +44395,7 @@
43849
44395
  "immutable": true,
43850
44396
  "locationInModule": {
43851
44397
  "filename": "src/javascript/node-project.ts",
43852
- "line": 204
44398
+ "line": 206
43853
44399
  },
43854
44400
  "name": "depsUpgradeOptions",
43855
44401
  "optional": true,
@@ -43866,7 +44412,7 @@
43866
44412
  "immutable": true,
43867
44413
  "locationInModule": {
43868
44414
  "filename": "src/javascript/node-project.ts",
43869
- "line": 265
44415
+ "line": 267
43870
44416
  },
43871
44417
  "name": "gitignore",
43872
44418
  "optional": true,
@@ -43889,7 +44435,7 @@
43889
44435
  "immutable": true,
43890
44436
  "locationInModule": {
43891
44437
  "filename": "src/javascript/node-project.ts",
43892
- "line": 271
44438
+ "line": 273
43893
44439
  },
43894
44440
  "name": "jest",
43895
44441
  "optional": true,
@@ -43907,7 +44453,7 @@
43907
44453
  "immutable": true,
43908
44454
  "locationInModule": {
43909
44455
  "filename": "src/javascript/node-project.ts",
43910
- "line": 277
44456
+ "line": 279
43911
44457
  },
43912
44458
  "name": "jestOptions",
43913
44459
  "optional": true,
@@ -43926,7 +44472,7 @@
43926
44472
  "immutable": true,
43927
44473
  "locationInModule": {
43928
44474
  "filename": "src/javascript/node-project.ts",
43929
- "line": 103
44475
+ "line": 105
43930
44476
  },
43931
44477
  "name": "mutableBuild",
43932
44478
  "optional": true,
@@ -43944,7 +44490,7 @@
43944
44490
  "immutable": true,
43945
44491
  "locationInModule": {
43946
44492
  "filename": "src/javascript/node-project.ts",
43947
- "line": 233
44493
+ "line": 235
43948
44494
  },
43949
44495
  "name": "npmignore",
43950
44496
  "optional": true,
@@ -43967,7 +44513,7 @@
43967
44513
  "immutable": true,
43968
44514
  "locationInModule": {
43969
44515
  "filename": "src/javascript/node-project.ts",
43970
- "line": 222
44516
+ "line": 224
43971
44517
  },
43972
44518
  "name": "npmignoreEnabled",
43973
44519
  "optional": true,
@@ -43984,7 +44530,7 @@
43984
44530
  "immutable": true,
43985
44531
  "locationInModule": {
43986
44532
  "filename": "src/javascript/node-project.ts",
43987
- "line": 227
44533
+ "line": 229
43988
44534
  },
43989
44535
  "name": "npmIgnoreOptions",
43990
44536
  "optional": true,
@@ -44002,7 +44548,7 @@
44002
44548
  "immutable": true,
44003
44549
  "locationInModule": {
44004
44550
  "filename": "src/javascript/node-project.ts",
44005
- "line": 311
44551
+ "line": 313
44006
44552
  },
44007
44553
  "name": "package",
44008
44554
  "optional": true,
@@ -44020,7 +44566,7 @@
44020
44566
  "immutable": true,
44021
44567
  "locationInModule": {
44022
44568
  "filename": "src/javascript/node-project.ts",
44023
- "line": 254
44569
+ "line": 256
44024
44570
  },
44025
44571
  "name": "prettier",
44026
44572
  "optional": true,
@@ -44038,7 +44584,7 @@
44038
44584
  "immutable": true,
44039
44585
  "locationInModule": {
44040
44586
  "filename": "src/javascript/node-project.ts",
44041
- "line": 260
44587
+ "line": 262
44042
44588
  },
44043
44589
  "name": "prettierOptions",
44044
44590
  "optional": true,
@@ -44056,7 +44602,7 @@
44056
44602
  "immutable": true,
44057
44603
  "locationInModule": {
44058
44604
  "filename": "src/javascript/node-project.ts",
44059
- "line": 86
44605
+ "line": 88
44060
44606
  },
44061
44607
  "name": "projenDevDependency",
44062
44608
  "optional": true,
@@ -44074,7 +44620,7 @@
44074
44620
  "immutable": true,
44075
44621
  "locationInModule": {
44076
44622
  "filename": "src/javascript/node-project.ts",
44077
- "line": 285
44623
+ "line": 287
44078
44624
  },
44079
44625
  "name": "projenrcJs",
44080
44626
  "optional": true,
@@ -44092,7 +44638,7 @@
44092
44638
  "immutable": true,
44093
44639
  "locationInModule": {
44094
44640
  "filename": "src/javascript/node-project.ts",
44095
- "line": 291
44641
+ "line": 293
44096
44642
  },
44097
44643
  "name": "projenrcJsOptions",
44098
44644
  "optional": true,
@@ -44110,7 +44656,7 @@
44110
44656
  "immutable": true,
44111
44657
  "locationInModule": {
44112
44658
  "filename": "src/javascript/node-project.ts",
44113
- "line": 79
44659
+ "line": 81
44114
44660
  },
44115
44661
  "name": "projenVersion",
44116
44662
  "optional": true,
@@ -44128,7 +44674,7 @@
44128
44674
  "immutable": true,
44129
44675
  "locationInModule": {
44130
44676
  "filename": "src/javascript/node-project.ts",
44131
- "line": 240
44677
+ "line": 242
44132
44678
  },
44133
44679
  "name": "pullRequestTemplate",
44134
44680
  "optional": true,
@@ -44146,7 +44692,7 @@
44146
44692
  "immutable": true,
44147
44693
  "locationInModule": {
44148
44694
  "filename": "src/javascript/node-project.ts",
44149
- "line": 247
44695
+ "line": 249
44150
44696
  },
44151
44697
  "name": "pullRequestTemplateContents",
44152
44698
  "optional": true,
@@ -44169,7 +44715,7 @@
44169
44715
  "immutable": true,
44170
44716
  "locationInModule": {
44171
44717
  "filename": "src/javascript/node-project.ts",
44172
- "line": 133
44718
+ "line": 135
44173
44719
  },
44174
44720
  "name": "release",
44175
44721
  "optional": true,
@@ -44187,7 +44733,7 @@
44187
44733
  "immutable": true,
44188
44734
  "locationInModule": {
44189
44735
  "filename": "src/javascript/node-project.ts",
44190
- "line": 160
44736
+ "line": 162
44191
44737
  },
44192
44738
  "name": "releaseToNpm",
44193
44739
  "optional": true,
@@ -44206,7 +44752,7 @@
44206
44752
  "immutable": true,
44207
44753
  "locationInModule": {
44208
44754
  "filename": "src/javascript/node-project.ts",
44209
- "line": 126
44755
+ "line": 128
44210
44756
  },
44211
44757
  "name": "releaseWorkflow",
44212
44758
  "optional": true,
@@ -44224,7 +44770,7 @@
44224
44770
  "immutable": true,
44225
44771
  "locationInModule": {
44226
44772
  "filename": "src/javascript/node-project.ts",
44227
- "line": 147
44773
+ "line": 149
44228
44774
  },
44229
44775
  "name": "workflowBootstrapSteps",
44230
44776
  "optional": true,
@@ -44247,7 +44793,7 @@
44247
44793
  "immutable": true,
44248
44794
  "locationInModule": {
44249
44795
  "filename": "src/javascript/node-project.ts",
44250
- "line": 154
44796
+ "line": 156
44251
44797
  },
44252
44798
  "name": "workflowGitIdentity",
44253
44799
  "optional": true,
@@ -44265,7 +44811,7 @@
44265
44811
  "immutable": true,
44266
44812
  "locationInModule": {
44267
44813
  "filename": "src/javascript/node-project.ts",
44268
- "line": 167
44814
+ "line": 169
44269
44815
  },
44270
44816
  "name": "workflowNodeVersion",
44271
44817
  "optional": true,
@@ -44283,7 +44829,7 @@
44283
44829
  "immutable": true,
44284
44830
  "locationInModule": {
44285
44831
  "filename": "src/javascript/node-project.ts",
44286
- "line": 174
44832
+ "line": 176
44287
44833
  },
44288
44834
  "name": "workflowPackageCache",
44289
44835
  "optional": true,
@@ -45587,17 +46133,36 @@
45587
46133
  "datatype": true,
45588
46134
  "docs": {
45589
46135
  "stability": "experimental",
45590
- "summary": "Options for `renderInstallSteps()`."
46136
+ "summary": "Options for `renderWorkflowSetup()`."
45591
46137
  },
45592
46138
  "fqn": "projen.javascript.RenderWorkflowSetupOptions",
45593
46139
  "kind": "interface",
45594
46140
  "locationInModule": {
45595
46141
  "filename": "src/javascript/node-project.ts",
45596
- "line": 1208
46142
+ "line": 1222
45597
46143
  },
45598
46144
  "name": "RenderWorkflowSetupOptions",
45599
46145
  "namespace": "javascript",
45600
46146
  "properties": [
46147
+ {
46148
+ "abstract": true,
46149
+ "docs": {
46150
+ "default": "- `{ name: \"Install dependencies\" }`",
46151
+ "example": "- { env: { NPM_TOKEN: \"token\" }} for installing from private npm registry.",
46152
+ "stability": "experimental",
46153
+ "summary": "Configure the install step in the workflow setup."
46154
+ },
46155
+ "immutable": true,
46156
+ "locationInModule": {
46157
+ "filename": "src/javascript/node-project.ts",
46158
+ "line": 1231
46159
+ },
46160
+ "name": "installStepConfiguration",
46161
+ "optional": true,
46162
+ "type": {
46163
+ "fqn": "projen.github.workflows.JobStepConfiguration"
46164
+ }
46165
+ },
45601
46166
  {
45602
46167
  "abstract": true,
45603
46168
  "docs": {
@@ -45608,7 +46173,7 @@
45608
46173
  "immutable": true,
45609
46174
  "locationInModule": {
45610
46175
  "filename": "src/javascript/node-project.ts",
45611
- "line": 1213
46176
+ "line": 1236
45612
46177
  },
45613
46178
  "name": "mutable",
45614
46179
  "optional": true,
@@ -53936,7 +54501,7 @@
53936
54501
  "kind": "interface",
53937
54502
  "locationInModule": {
53938
54503
  "filename": "src/release/release.ts",
53939
- "line": 694
54504
+ "line": 745
53940
54505
  },
53941
54506
  "name": "BranchOptions",
53942
54507
  "namespace": "release",
@@ -53950,7 +54515,7 @@
53950
54515
  "immutable": true,
53951
54516
  "locationInModule": {
53952
54517
  "filename": "src/release/release.ts",
53953
- "line": 704
54518
+ "line": 755
53954
54519
  },
53955
54520
  "name": "majorVersion",
53956
54521
  "type": {
@@ -53966,7 +54531,7 @@
53966
54531
  "immutable": true,
53967
54532
  "locationInModule": {
53968
54533
  "filename": "src/release/release.ts",
53969
- "line": 709
54534
+ "line": 760
53970
54535
  },
53971
54536
  "name": "minMajorVersion",
53972
54537
  "optional": true,
@@ -53983,7 +54548,7 @@
53983
54548
  "immutable": true,
53984
54549
  "locationInModule": {
53985
54550
  "filename": "src/release/release.ts",
53986
- "line": 714
54551
+ "line": 765
53987
54552
  },
53988
54553
  "name": "minorVersion",
53989
54554
  "optional": true,
@@ -54001,7 +54566,7 @@
54001
54566
  "immutable": true,
54002
54567
  "locationInModule": {
54003
54568
  "filename": "src/release/release.ts",
54004
- "line": 742
54569
+ "line": 793
54005
54570
  },
54006
54571
  "name": "npmDistTag",
54007
54572
  "optional": true,
@@ -54019,7 +54584,7 @@
54019
54584
  "immutable": true,
54020
54585
  "locationInModule": {
54021
54586
  "filename": "src/release/release.ts",
54022
- "line": 721
54587
+ "line": 772
54023
54588
  },
54024
54589
  "name": "prerelease",
54025
54590
  "optional": true,
@@ -54038,7 +54603,7 @@
54038
54603
  "immutable": true,
54039
54604
  "locationInModule": {
54040
54605
  "filename": "src/release/release.ts",
54041
- "line": 735
54606
+ "line": 786
54042
54607
  },
54043
54608
  "name": "tagPrefix",
54044
54609
  "optional": true,
@@ -54056,7 +54621,7 @@
54056
54621
  "immutable": true,
54057
54622
  "locationInModule": {
54058
54623
  "filename": "src/release/release.ts",
54059
- "line": 699
54624
+ "line": 750
54060
54625
  },
54061
54626
  "name": "workflowName",
54062
54627
  "optional": true,
@@ -55847,16 +56412,22 @@
55847
56412
  },
55848
56413
  "locationInModule": {
55849
56414
  "filename": "src/release/release.ts",
55850
- "line": 325
56415
+ "line": 337
55851
56416
  },
55852
56417
  "parameters": [
55853
56418
  {
55854
- "name": "project",
56419
+ "docs": {
56420
+ "summary": "should be part of the project the Release belongs to."
56421
+ },
56422
+ "name": "scope",
55855
56423
  "type": {
55856
- "fqn": "projen.github.GitHubProject"
56424
+ "fqn": "constructs.IConstruct"
55857
56425
  }
55858
56426
  },
55859
56427
  {
56428
+ "docs": {
56429
+ "summary": "options to configure the Release Component."
56430
+ },
55860
56431
  "name": "options",
55861
56432
  "type": {
55862
56433
  "fqn": "projen.release.ReleaseOptions"
@@ -55867,7 +56438,7 @@
55867
56438
  "kind": "class",
55868
56439
  "locationInModule": {
55869
56440
  "filename": "src/release/release.ts",
55870
- "line": 286
56441
+ "line": 294
55871
56442
  },
55872
56443
  "methods": [
55873
56444
  {
@@ -55877,14 +56448,14 @@
55877
56448
  },
55878
56449
  "locationInModule": {
55879
56450
  "filename": "src/release/release.ts",
55880
- "line": 293
56451
+ "line": 301
55881
56452
  },
55882
56453
  "name": "of",
55883
56454
  "parameters": [
55884
56455
  {
55885
56456
  "name": "project",
55886
56457
  "type": {
55887
- "fqn": "projen.github.GitHubProject"
56458
+ "fqn": "projen.Project"
55888
56459
  }
55889
56460
  }
55890
56461
  ],
@@ -55904,7 +56475,7 @@
55904
56475
  },
55905
56476
  "locationInModule": {
55906
56477
  "filename": "src/release/release.ts",
55907
- "line": 452
56478
+ "line": 466
55908
56479
  },
55909
56480
  "name": "addBranch",
55910
56481
  "parameters": [
@@ -55935,7 +56506,7 @@
55935
56506
  },
55936
56507
  "locationInModule": {
55937
56508
  "filename": "src/release/release.ts",
55938
- "line": 519
56509
+ "line": 533
55939
56510
  },
55940
56511
  "name": "addJobs",
55941
56512
  "parameters": [
@@ -55962,7 +56533,7 @@
55962
56533
  },
55963
56534
  "locationInModule": {
55964
56535
  "filename": "src/release/release.ts",
55965
- "line": 502
56536
+ "line": 516
55966
56537
  },
55967
56538
  "name": "preSynthesize",
55968
56539
  "overrides": "projen.Component"
@@ -55979,7 +56550,7 @@
55979
56550
  "immutable": true,
55980
56551
  "locationInModule": {
55981
56552
  "filename": "src/release/release.ts",
55982
- "line": 287
56553
+ "line": 295
55983
56554
  },
55984
56555
  "name": "ANTI_TAMPER_CMD",
55985
56556
  "static": true,
@@ -55995,7 +56566,7 @@
55995
56566
  "immutable": true,
55996
56567
  "locationInModule": {
55997
56568
  "filename": "src/release/release.ts",
55998
- "line": 323
56569
+ "line": 331
55999
56570
  },
56000
56571
  "name": "artifactsDirectory",
56001
56572
  "type": {
@@ -56010,7 +56581,7 @@
56010
56581
  "immutable": true,
56011
56582
  "locationInModule": {
56012
56583
  "filename": "src/release/release.ts",
56013
- "line": 528
56584
+ "line": 542
56014
56585
  },
56015
56586
  "name": "branches",
56016
56587
  "type": {
@@ -56030,7 +56601,7 @@
56030
56601
  "immutable": true,
56031
56602
  "locationInModule": {
56032
56603
  "filename": "src/release/release.ts",
56033
- "line": 301
56604
+ "line": 309
56034
56605
  },
56035
56606
  "name": "publisher",
56036
56607
  "type": {
@@ -56054,7 +56625,7 @@
56054
56625
  "kind": "interface",
56055
56626
  "locationInModule": {
56056
56627
  "filename": "src/release/release.ts",
56057
- "line": 226
56628
+ "line": 234
56058
56629
  },
56059
56630
  "name": "ReleaseOptions",
56060
56631
  "namespace": "release",
@@ -56069,7 +56640,7 @@
56069
56640
  "immutable": true,
56070
56641
  "locationInModule": {
56071
56642
  "filename": "src/release/release.ts",
56072
- "line": 263
56643
+ "line": 271
56073
56644
  },
56074
56645
  "name": "artifactsDirectory",
56075
56646
  "type": {
@@ -56086,7 +56657,7 @@
56086
56657
  "immutable": true,
56087
56658
  "locationInModule": {
56088
56659
  "filename": "src/release/release.ts",
56089
- "line": 249
56660
+ "line": 257
56090
56661
  },
56091
56662
  "name": "branch",
56092
56663
  "type": {
@@ -56103,7 +56674,7 @@
56103
56674
  "immutable": true,
56104
56675
  "locationInModule": {
56105
56676
  "filename": "src/release/release.ts",
56106
- "line": 232
56677
+ "line": 240
56107
56678
  },
56108
56679
  "name": "task",
56109
56680
  "type": {
@@ -56120,7 +56691,7 @@
56120
56691
  "immutable": true,
56121
56692
  "locationInModule": {
56122
56693
  "filename": "src/release/release.ts",
56123
- "line": 239
56694
+ "line": 247
56124
56695
  },
56125
56696
  "name": "versionFile",
56126
56697
  "type": {
@@ -56137,7 +56708,7 @@
56137
56708
  "immutable": true,
56138
56709
  "locationInModule": {
56139
56710
  "filename": "src/release/release.ts",
56140
- "line": 256
56711
+ "line": 264
56141
56712
  },
56142
56713
  "name": "githubRelease",
56143
56714
  "optional": true,
@@ -56156,7 +56727,7 @@
56156
56727
  "immutable": true,
56157
56728
  "locationInModule": {
56158
56729
  "filename": "src/release/release.ts",
56159
- "line": 272
56730
+ "line": 280
56160
56731
  },
56161
56732
  "name": "workflowNodeVersion",
56162
56733
  "optional": true,
@@ -56174,7 +56745,7 @@
56174
56745
  "immutable": true,
56175
56746
  "locationInModule": {
56176
56747
  "filename": "src/release/release.ts",
56177
- "line": 278
56748
+ "line": 286
56178
56749
  },
56179
56750
  "name": "workflowPermissions",
56180
56751
  "optional": true,
@@ -56196,7 +56767,7 @@
56196
56767
  "kind": "interface",
56197
56768
  "locationInModule": {
56198
56769
  "filename": "src/release/release.ts",
56199
- "line": 33
56770
+ "line": 41
56200
56771
  },
56201
56772
  "name": "ReleaseProjectOptions",
56202
56773
  "namespace": "release",
@@ -56211,7 +56782,7 @@
56211
56782
  "immutable": true,
56212
56783
  "locationInModule": {
56213
56784
  "filename": "src/release/release.ts",
56214
- "line": 76
56785
+ "line": 84
56215
56786
  },
56216
56787
  "name": "jsiiReleaseVersion",
56217
56788
  "optional": true,
@@ -56230,7 +56801,7 @@
56230
56801
  "immutable": true,
56231
56802
  "locationInModule": {
56232
56803
  "filename": "src/release/release.ts",
56233
- "line": 92
56804
+ "line": 100
56234
56805
  },
56235
56806
  "name": "majorVersion",
56236
56807
  "optional": true,
@@ -56249,7 +56820,7 @@
56249
56820
  "immutable": true,
56250
56821
  "locationInModule": {
56251
56822
  "filename": "src/release/release.ts",
56252
- "line": 105
56823
+ "line": 113
56253
56824
  },
56254
56825
  "name": "minMajorVersion",
56255
56826
  "optional": true,
@@ -56268,7 +56839,7 @@
56268
56839
  "immutable": true,
56269
56840
  "locationInModule": {
56270
56841
  "filename": "src/release/release.ts",
56271
- "line": 123
56842
+ "line": 131
56272
56843
  },
56273
56844
  "name": "npmDistTag",
56274
56845
  "optional": true,
@@ -56286,7 +56857,7 @@
56286
56857
  "immutable": true,
56287
56858
  "locationInModule": {
56288
56859
  "filename": "src/release/release.ts",
56289
- "line": 82
56860
+ "line": 90
56290
56861
  },
56291
56862
  "name": "postBuildSteps",
56292
56863
  "optional": true,
@@ -56309,7 +56880,7 @@
56309
56880
  "immutable": true,
56310
56881
  "locationInModule": {
56311
56882
  "filename": "src/release/release.ts",
56312
- "line": 113
56883
+ "line": 121
56313
56884
  },
56314
56885
  "name": "prerelease",
56315
56886
  "optional": true,
@@ -56327,7 +56898,7 @@
56327
56898
  "immutable": true,
56328
56899
  "locationInModule": {
56329
56900
  "filename": "src/release/release.ts",
56330
- "line": 212
56901
+ "line": 220
56331
56902
  },
56332
56903
  "name": "publishDryRun",
56333
56904
  "optional": true,
@@ -56346,7 +56917,7 @@
56346
56917
  "immutable": true,
56347
56918
  "locationInModule": {
56348
56919
  "filename": "src/release/release.ts",
56349
- "line": 205
56920
+ "line": 213
56350
56921
  },
56351
56922
  "name": "publishTasks",
56352
56923
  "optional": true,
@@ -56364,7 +56935,7 @@
56364
56935
  "immutable": true,
56365
56936
  "locationInModule": {
56366
56937
  "filename": "src/release/release.ts",
56367
- "line": 220
56938
+ "line": 228
56368
56939
  },
56369
56940
  "name": "releasableCommits",
56370
56941
  "optional": true,
@@ -56383,7 +56954,7 @@
56383
56954
  "immutable": true,
56384
56955
  "locationInModule": {
56385
56956
  "filename": "src/release/release.ts",
56386
- "line": 143
56957
+ "line": 151
56387
56958
  },
56388
56959
  "name": "releaseBranches",
56389
56960
  "optional": true,
@@ -56407,7 +56978,7 @@
56407
56978
  "immutable": true,
56408
56979
  "locationInModule": {
56409
56980
  "filename": "src/release/release.ts",
56410
- "line": 41
56981
+ "line": 49
56411
56982
  },
56412
56983
  "name": "releaseEveryCommit",
56413
56984
  "optional": true,
@@ -56425,7 +56996,7 @@
56425
56996
  "immutable": true,
56426
56997
  "locationInModule": {
56427
56998
  "filename": "src/release/release.ts",
56428
- "line": 150
56999
+ "line": 158
56429
57000
  },
56430
57001
  "name": "releaseFailureIssue",
56431
57002
  "optional": true,
@@ -56444,7 +57015,7 @@
56444
57015
  "immutable": true,
56445
57016
  "locationInModule": {
56446
57017
  "filename": "src/release/release.ts",
56447
- "line": 158
57018
+ "line": 166
56448
57019
  },
56449
57020
  "name": "releaseFailureIssueLabel",
56450
57021
  "optional": true,
@@ -56463,7 +57034,7 @@
56463
57034
  "immutable": true,
56464
57035
  "locationInModule": {
56465
57036
  "filename": "src/release/release.ts",
56466
- "line": 50
57037
+ "line": 58
56467
57038
  },
56468
57039
  "name": "releaseSchedule",
56469
57040
  "optional": true,
@@ -56482,7 +57053,7 @@
56482
57053
  "immutable": true,
56483
57054
  "locationInModule": {
56484
57055
  "filename": "src/release/release.ts",
56485
- "line": 172
57056
+ "line": 180
56486
57057
  },
56487
57058
  "name": "releaseTagPrefix",
56488
57059
  "optional": true,
@@ -56500,7 +57071,7 @@
56500
57071
  "immutable": true,
56501
57072
  "locationInModule": {
56502
57073
  "filename": "src/release/release.ts",
56503
- "line": 57
57074
+ "line": 65
56504
57075
  },
56505
57076
  "name": "releaseTrigger",
56506
57077
  "optional": true,
@@ -56511,14 +57082,14 @@
56511
57082
  {
56512
57083
  "abstract": true,
56513
57084
  "docs": {
56514
- "default": "\"Release\"",
57085
+ "default": "\"release\"",
56515
57086
  "stability": "experimental",
56516
57087
  "summary": "The name of the default release workflow."
56517
57088
  },
56518
57089
  "immutable": true,
56519
57090
  "locationInModule": {
56520
57091
  "filename": "src/release/release.ts",
56521
- "line": 130
57092
+ "line": 138
56522
57093
  },
56523
57094
  "name": "releaseWorkflowName",
56524
57095
  "optional": true,
@@ -56535,7 +57106,7 @@
56535
57106
  "immutable": true,
56536
57107
  "locationInModule": {
56537
57108
  "filename": "src/release/release.ts",
56538
- "line": 63
57109
+ "line": 71
56539
57110
  },
56540
57111
  "name": "releaseWorkflowSetupSteps",
56541
57112
  "optional": true,
@@ -56559,7 +57130,7 @@
56559
57130
  "immutable": true,
56560
57131
  "locationInModule": {
56561
57132
  "filename": "src/release/release.ts",
56562
- "line": 180
57133
+ "line": 188
56563
57134
  },
56564
57135
  "name": "versionrcOptions",
56565
57136
  "optional": true,
@@ -56582,7 +57153,7 @@
56582
57153
  "immutable": true,
56583
57154
  "locationInModule": {
56584
57155
  "filename": "src/release/release.ts",
56585
- "line": 70
57156
+ "line": 78
56586
57157
  },
56587
57158
  "name": "workflowContainerImage",
56588
57159
  "optional": true,
@@ -56604,7 +57175,7 @@
56604
57175
  "immutable": true,
56605
57176
  "locationInModule": {
56606
57177
  "filename": "src/release/release.ts",
56607
- "line": 188
57178
+ "line": 196
56608
57179
  },
56609
57180
  "name": "workflowRunsOn",
56610
57181
  "optional": true,
@@ -56630,7 +57201,7 @@
56630
57201
  "immutable": true,
56631
57202
  "locationInModule": {
56632
57203
  "filename": "src/release/release.ts",
56633
- "line": 195
57204
+ "line": 203
56634
57205
  },
56635
57206
  "name": "workflowRunsOnGroup",
56636
57207
  "optional": true,
@@ -61070,6 +61641,6 @@
61070
61641
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
61071
61642
  }
61072
61643
  },
61073
- "version": "0.78.9",
61074
- "fingerprint": "xFg/72r5S9sOBSIkLZDpxUCoGupGJJQoQAD+FoTN7JA="
61644
+ "version": "0.78.11",
61645
+ "fingerprint": "2O+pzOQlmZt41DQXCWbsF39sL2uWLdKOYPX2gJ5rvCY="
61075
61646
  }