projen 0.54.36 → 0.54.39

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 (121) hide show
  1. package/.jsii +329 -288
  2. package/changelog.md +1 -1
  3. package/docs/api/API.md +49 -7
  4. package/lib/awscdk/auto-discover.js +4 -4
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +3 -6
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/integration-test.js +1 -1
  27. package/lib/cdktf/cdktf-construct.js +1 -1
  28. package/lib/component.js +1 -1
  29. package/lib/dependencies.js +1 -1
  30. package/lib/dev-env.js +1 -1
  31. package/lib/docker-compose.js +2 -2
  32. package/lib/file.js +1 -1
  33. package/lib/gitattributes.js +1 -1
  34. package/lib/github/auto-approve.js +1 -1
  35. package/lib/github/auto-merge.js +1 -1
  36. package/lib/github/dependabot.js +1 -1
  37. package/lib/github/github-credentials.js +1 -1
  38. package/lib/github/github-project.d.ts +7 -1
  39. package/lib/github/github-project.js +2 -2
  40. package/lib/github/github.js +1 -1
  41. package/lib/github/mergify.js +1 -1
  42. package/lib/github/pr-template.js +1 -1
  43. package/lib/github/pull-request-lint.js +1 -1
  44. package/lib/github/stale.js +1 -1
  45. package/lib/github/task-workflow.js +1 -1
  46. package/lib/github/workflows-model.d.ts +7 -2
  47. package/lib/github/workflows-model.js +1 -1
  48. package/lib/github/workflows.js +1 -1
  49. package/lib/gitlab/configuration.js +1 -1
  50. package/lib/gitlab/gitlab-configuration.js +1 -1
  51. package/lib/gitlab/nested-configuration.js +1 -1
  52. package/lib/gitpod.js +1 -1
  53. package/lib/ignore-file.js +1 -1
  54. package/lib/ini.js +1 -1
  55. package/lib/java/java-project.js +1 -1
  56. package/lib/java/junit.js +1 -1
  57. package/lib/java/maven-compile.js +1 -1
  58. package/lib/java/maven-packaging.js +1 -1
  59. package/lib/java/maven-sample.js +1 -1
  60. package/lib/java/pom.js +1 -1
  61. package/lib/java/projenrc.js +1 -1
  62. package/lib/javascript/bundler.js +1 -1
  63. package/lib/javascript/eslint.js +1 -1
  64. package/lib/javascript/jest.js +1 -1
  65. package/lib/javascript/node-package.js +1 -1
  66. package/lib/javascript/node-project.d.ts +1 -1
  67. package/lib/javascript/node-project.js +14 -14
  68. package/lib/javascript/npm-config.js +1 -1
  69. package/lib/javascript/prettier.js +1 -1
  70. package/lib/javascript/projenrc.js +1 -1
  71. package/lib/javascript/typescript-config.js +1 -1
  72. package/lib/javascript/upgrade-dependencies.js +2 -2
  73. package/lib/json.js +1 -1
  74. package/lib/license.js +1 -1
  75. package/lib/logger.js +1 -1
  76. package/lib/makefile.js +1 -1
  77. package/lib/object-file.js +1 -1
  78. package/lib/project-build.js +1 -1
  79. package/lib/project.js +1 -1
  80. package/lib/projects.js +1 -1
  81. package/lib/projenrc-json.js +1 -1
  82. package/lib/python/pip.js +1 -1
  83. package/lib/python/poetry.js +2 -2
  84. package/lib/python/projenrc.js +1 -1
  85. package/lib/python/pytest-sample.js +1 -1
  86. package/lib/python/pytest.js +1 -1
  87. package/lib/python/python-project.js +1 -1
  88. package/lib/python/python-sample.js +1 -1
  89. package/lib/python/requirements-file.js +1 -1
  90. package/lib/python/setuppy.js +1 -1
  91. package/lib/python/setuptools.js +1 -1
  92. package/lib/python/venv.js +1 -1
  93. package/lib/readme.js +1 -1
  94. package/lib/release/publisher.js +1 -1
  95. package/lib/release/release-trigger.js +1 -1
  96. package/lib/release/release.js +1 -1
  97. package/lib/sample-file.js +2 -2
  98. package/lib/semver.js +1 -1
  99. package/lib/source-code.js +1 -1
  100. package/lib/task-runtime.js +1 -1
  101. package/lib/task.js +1 -1
  102. package/lib/tasks.js +1 -1
  103. package/lib/testing.js +1 -1
  104. package/lib/textfile.js +1 -1
  105. package/lib/toml.js +1 -1
  106. package/lib/typescript/projenrc.js +1 -1
  107. package/lib/typescript/typescript-typedoc.js +1 -1
  108. package/lib/typescript/typescript.js +3 -3
  109. package/lib/version.js +1 -1
  110. package/lib/vscode/devcontainer.js +1 -1
  111. package/lib/vscode/launch-config.js +1 -1
  112. package/lib/vscode/vscode.js +1 -1
  113. package/lib/web/next.js +3 -3
  114. package/lib/web/postcss.js +1 -1
  115. package/lib/web/react.js +4 -4
  116. package/lib/web/tailwind.js +1 -1
  117. package/lib/xmlfile.js +1 -1
  118. package/lib/yaml.js +1 -1
  119. package/package.json +1 -1
  120. package/releasetag.txt +1 -1
  121. package/version.txt +1 -1
package/.jsii CHANGED
@@ -16278,7 +16278,7 @@
16278
16278
  },
16279
16279
  "locationInModule": {
16280
16280
  "filename": "src/github/github-project.ts",
16281
- "line": 189
16281
+ "line": 196
16282
16282
  },
16283
16283
  "parameters": [
16284
16284
  {
@@ -16292,7 +16292,7 @@
16292
16292
  "kind": "class",
16293
16293
  "locationInModule": {
16294
16294
  "filename": "src/github/github-project.ts",
16295
- "line": 148
16295
+ "line": 155
16296
16296
  },
16297
16297
  "methods": [
16298
16298
  {
@@ -16304,7 +16304,7 @@
16304
16304
  },
16305
16305
  "locationInModule": {
16306
16306
  "filename": "src/github/github-project.ts",
16307
- "line": 241
16307
+ "line": 248
16308
16308
  },
16309
16309
  "name": "annotateGenerated",
16310
16310
  "overrides": "projen.Project",
@@ -16331,7 +16331,7 @@
16331
16331
  "immutable": true,
16332
16332
  "locationInModule": {
16333
16333
  "filename": "src/github/github-project.ts",
16334
- "line": 182
16334
+ "line": 189
16335
16335
  },
16336
16336
  "name": "projectType",
16337
16337
  "type": {
@@ -16346,7 +16346,7 @@
16346
16346
  "immutable": true,
16347
16347
  "locationInModule": {
16348
16348
  "filename": "src/github/github-project.ts",
16349
- "line": 187
16349
+ "line": 194
16350
16350
  },
16351
16351
  "name": "autoApprove",
16352
16352
  "optional": true,
@@ -16363,7 +16363,7 @@
16363
16363
  "immutable": true,
16364
16364
  "locationInModule": {
16365
16365
  "filename": "src/github/github-project.ts",
16366
- "line": 175
16366
+ "line": 182
16367
16367
  },
16368
16368
  "name": "devContainer",
16369
16369
  "optional": true,
@@ -16380,7 +16380,7 @@
16380
16380
  "immutable": true,
16381
16381
  "locationInModule": {
16382
16382
  "filename": "src/github/github-project.ts",
16383
- "line": 154
16383
+ "line": 161
16384
16384
  },
16385
16385
  "name": "github",
16386
16386
  "optional": true,
@@ -16397,7 +16397,7 @@
16397
16397
  "immutable": true,
16398
16398
  "locationInModule": {
16399
16399
  "filename": "src/github/github-project.ts",
16400
- "line": 168
16400
+ "line": 175
16401
16401
  },
16402
16402
  "name": "gitpod",
16403
16403
  "optional": true,
@@ -16414,7 +16414,7 @@
16414
16414
  "immutable": true,
16415
16415
  "locationInModule": {
16416
16416
  "filename": "src/github/github-project.ts",
16417
- "line": 161
16417
+ "line": 168
16418
16418
  },
16419
16419
  "name": "vscode",
16420
16420
  "optional": true,
@@ -16462,18 +16462,37 @@
16462
16462
  "fqn": "projen.github.AutoApproveOptions"
16463
16463
  }
16464
16464
  },
16465
+ {
16466
+ "abstract": true,
16467
+ "docs": {
16468
+ "default": "true",
16469
+ "remarks": "Has no effect if `github.mergify`\nis set to false.",
16470
+ "stability": "experimental",
16471
+ "summary": "Enable automatic merging on GitHub."
16472
+ },
16473
+ "immutable": true,
16474
+ "locationInModule": {
16475
+ "filename": "src/github/github-project.ts",
16476
+ "line": 104
16477
+ },
16478
+ "name": "autoMerge",
16479
+ "optional": true,
16480
+ "type": {
16481
+ "primitive": "boolean"
16482
+ }
16483
+ },
16465
16484
  {
16466
16485
  "abstract": true,
16467
16486
  "docs": {
16468
16487
  "default": "- see defaults in `AutoMergeOptions`",
16469
- "remarks": "Has no effect if\n`github.mergify` is set to false.",
16488
+ "remarks": "Has no effect if\n`github.mergify` or `autoMerge` is set to false.",
16470
16489
  "stability": "experimental",
16471
16490
  "summary": "Configure options for automatic merging on GitHub."
16472
16491
  },
16473
16492
  "immutable": true,
16474
16493
  "locationInModule": {
16475
16494
  "filename": "src/github/github-project.ts",
16476
- "line": 105
16495
+ "line": 112
16477
16496
  },
16478
16497
  "name": "autoMergeOptions",
16479
16498
  "optional": true,
@@ -16639,7 +16658,7 @@
16639
16658
  "immutable": true,
16640
16659
  "locationInModule": {
16641
16660
  "filename": "src/github/github-project.ts",
16642
- "line": 126
16661
+ "line": 133
16643
16662
  },
16644
16663
  "name": "projenCredentials",
16645
16664
  "optional": true,
@@ -16659,7 +16678,7 @@
16659
16678
  "immutable": true,
16660
16679
  "locationInModule": {
16661
16680
  "filename": "src/github/github-project.ts",
16662
- "line": 136
16681
+ "line": 143
16663
16682
  },
16664
16683
  "name": "projenTokenSecret",
16665
16684
  "optional": true,
@@ -16697,7 +16716,7 @@
16697
16716
  "immutable": true,
16698
16717
  "locationInModule": {
16699
16718
  "filename": "src/github/github-project.ts",
16700
- "line": 119
16719
+ "line": 126
16701
16720
  },
16702
16721
  "name": "stale",
16703
16722
  "optional": true,
@@ -16716,7 +16735,7 @@
16716
16735
  "immutable": true,
16717
16736
  "locationInModule": {
16718
16737
  "filename": "src/github/github-project.ts",
16719
- "line": 112
16738
+ "line": 119
16720
16739
  },
16721
16740
  "name": "staleOptions",
16722
16741
  "optional": true,
@@ -18714,7 +18733,7 @@
18714
18733
  "kind": "interface",
18715
18734
  "locationInModule": {
18716
18735
  "filename": "src/github/workflows-model.ts",
18717
- "line": 700
18736
+ "line": 705
18718
18737
  },
18719
18738
  "name": "BranchProtectionRuleOptions",
18720
18739
  "namespace": "github.workflows",
@@ -18731,7 +18750,7 @@
18731
18750
  "immutable": true,
18732
18751
  "locationInModule": {
18733
18752
  "filename": "src/github/workflows-model.ts",
18734
- "line": 706
18753
+ "line": 711
18735
18754
  },
18736
18755
  "name": "types",
18737
18756
  "optional": true,
@@ -18758,7 +18777,7 @@
18758
18777
  "kind": "interface",
18759
18778
  "locationInModule": {
18760
18779
  "filename": "src/github/workflows-model.ts",
18761
- "line": 712
18780
+ "line": 717
18762
18781
  },
18763
18782
  "name": "CheckRunOptions",
18764
18783
  "namespace": "github.workflows",
@@ -18775,7 +18794,7 @@
18775
18794
  "immutable": true,
18776
18795
  "locationInModule": {
18777
18796
  "filename": "src/github/workflows-model.ts",
18778
- "line": 718
18797
+ "line": 723
18779
18798
  },
18780
18799
  "name": "types",
18781
18800
  "optional": true,
@@ -18802,7 +18821,7 @@
18802
18821
  "kind": "interface",
18803
18822
  "locationInModule": {
18804
18823
  "filename": "src/github/workflows-model.ts",
18805
- "line": 726
18824
+ "line": 731
18806
18825
  },
18807
18826
  "name": "CheckSuiteOptions",
18808
18827
  "namespace": "github.workflows",
@@ -18819,7 +18838,7 @@
18819
18838
  "immutable": true,
18820
18839
  "locationInModule": {
18821
18840
  "filename": "src/github/workflows-model.ts",
18822
- "line": 732
18841
+ "line": 737
18823
18842
  },
18824
18843
  "name": "types",
18825
18844
  "optional": true,
@@ -18846,7 +18865,7 @@
18846
18865
  "kind": "interface",
18847
18866
  "locationInModule": {
18848
18867
  "filename": "src/github/workflows-model.ts",
18849
- "line": 437
18868
+ "line": 442
18850
18869
  },
18851
18870
  "name": "ContainerCredentials",
18852
18871
  "namespace": "github.workflows",
@@ -18860,7 +18879,7 @@
18860
18879
  "immutable": true,
18861
18880
  "locationInModule": {
18862
18881
  "filename": "src/github/workflows-model.ts",
18863
- "line": 442
18882
+ "line": 447
18864
18883
  },
18865
18884
  "name": "password",
18866
18885
  "type": {
@@ -18876,7 +18895,7 @@
18876
18895
  "immutable": true,
18877
18896
  "locationInModule": {
18878
18897
  "filename": "src/github/workflows-model.ts",
18879
- "line": 439
18898
+ "line": 444
18880
18899
  },
18881
18900
  "name": "username",
18882
18901
  "type": {
@@ -18897,7 +18916,7 @@
18897
18916
  "kind": "interface",
18898
18917
  "locationInModule": {
18899
18918
  "filename": "src/github/workflows-model.ts",
18900
- "line": 390
18919
+ "line": 395
18901
18920
  },
18902
18921
  "name": "ContainerOptions",
18903
18922
  "namespace": "github.workflows",
@@ -18912,7 +18931,7 @@
18912
18931
  "immutable": true,
18913
18932
  "locationInModule": {
18914
18933
  "filename": "src/github/workflows-model.ts",
18915
- "line": 395
18934
+ "line": 400
18916
18935
  },
18917
18936
  "name": "image",
18918
18937
  "type": {
@@ -18929,7 +18948,7 @@
18929
18948
  "immutable": true,
18930
18949
  "locationInModule": {
18931
18950
  "filename": "src/github/workflows-model.ts",
18932
- "line": 403
18951
+ "line": 408
18933
18952
  },
18934
18953
  "name": "credentials",
18935
18954
  "optional": true,
@@ -18946,7 +18965,7 @@
18946
18965
  "immutable": true,
18947
18966
  "locationInModule": {
18948
18967
  "filename": "src/github/workflows-model.ts",
18949
- "line": 408
18968
+ "line": 413
18950
18969
  },
18951
18970
  "name": "env",
18952
18971
  "optional": true,
@@ -18969,7 +18988,7 @@
18969
18988
  "immutable": true,
18970
18989
  "locationInModule": {
18971
18990
  "filename": "src/github/workflows-model.ts",
18972
- "line": 431
18991
+ "line": 436
18973
18992
  },
18974
18993
  "name": "options",
18975
18994
  "optional": true,
@@ -18991,7 +19010,7 @@
18991
19010
  "immutable": true,
18992
19011
  "locationInModule": {
18993
19012
  "filename": "src/github/workflows-model.ts",
18994
- "line": 413
19013
+ "line": 418
18995
19014
  },
18996
19015
  "name": "ports",
18997
19016
  "optional": true,
@@ -19014,7 +19033,7 @@
19014
19033
  "immutable": true,
19015
19034
  "locationInModule": {
19016
19035
  "filename": "src/github/workflows-model.ts",
19017
- "line": 424
19036
+ "line": 429
19018
19037
  },
19019
19038
  "name": "volumes",
19020
19039
  "optional": true,
@@ -19041,7 +19060,7 @@
19041
19060
  "kind": "interface",
19042
19061
  "locationInModule": {
19043
19062
  "filename": "src/github/workflows-model.ts",
19044
- "line": 1076
19063
+ "line": 1081
19045
19064
  },
19046
19065
  "name": "CreateOptions",
19047
19066
  "namespace": "github.workflows",
@@ -19058,7 +19077,7 @@
19058
19077
  "kind": "interface",
19059
19078
  "locationInModule": {
19060
19079
  "filename": "src/github/workflows-model.ts",
19061
- "line": 678
19080
+ "line": 683
19062
19081
  },
19063
19082
  "name": "CronScheduleOptions",
19064
19083
  "namespace": "github.workflows",
@@ -19072,7 +19091,7 @@
19072
19091
  "immutable": true,
19073
19092
  "locationInModule": {
19074
19093
  "filename": "src/github/workflows-model.ts",
19075
- "line": 682
19094
+ "line": 687
19076
19095
  },
19077
19096
  "name": "cron",
19078
19097
  "type": {
@@ -19093,7 +19112,7 @@
19093
19112
  "kind": "interface",
19094
19113
  "locationInModule": {
19095
19114
  "filename": "src/github/workflows-model.ts",
19096
- "line": 1081
19115
+ "line": 1086
19097
19116
  },
19098
19117
  "name": "DeleteOptions",
19099
19118
  "namespace": "github.workflows",
@@ -19110,7 +19129,7 @@
19110
19129
  "kind": "interface",
19111
19130
  "locationInModule": {
19112
19131
  "filename": "src/github/workflows-model.ts",
19113
- "line": 1086
19132
+ "line": 1091
19114
19133
  },
19115
19134
  "name": "DeploymentOptions",
19116
19135
  "namespace": "github.workflows",
@@ -19127,7 +19146,7 @@
19127
19146
  "kind": "interface",
19128
19147
  "locationInModule": {
19129
19148
  "filename": "src/github/workflows-model.ts",
19130
- "line": 1091
19149
+ "line": 1096
19131
19150
  },
19132
19151
  "name": "DeploymentStatusOptions",
19133
19152
  "namespace": "github.workflows",
@@ -19144,7 +19163,7 @@
19144
19163
  "kind": "interface",
19145
19164
  "locationInModule": {
19146
19165
  "filename": "src/github/workflows-model.ts",
19147
- "line": 763
19166
+ "line": 768
19148
19167
  },
19149
19168
  "name": "DiscussionCommentOptions",
19150
19169
  "namespace": "github.workflows",
@@ -19161,7 +19180,7 @@
19161
19180
  "immutable": true,
19162
19181
  "locationInModule": {
19163
19182
  "filename": "src/github/workflows-model.ts",
19164
- "line": 769
19183
+ "line": 774
19165
19184
  },
19166
19185
  "name": "types",
19167
19186
  "optional": true,
@@ -19188,7 +19207,7 @@
19188
19207
  "kind": "interface",
19189
19208
  "locationInModule": {
19190
19209
  "filename": "src/github/workflows-model.ts",
19191
- "line": 738
19210
+ "line": 743
19192
19211
  },
19193
19212
  "name": "DiscussionOptions",
19194
19213
  "namespace": "github.workflows",
@@ -19205,7 +19224,7 @@
19205
19224
  "immutable": true,
19206
19225
  "locationInModule": {
19207
19226
  "filename": "src/github/workflows-model.ts",
19208
- "line": 744
19227
+ "line": 749
19209
19228
  },
19210
19229
  "name": "types",
19211
19230
  "optional": true,
@@ -19232,7 +19251,7 @@
19232
19251
  "kind": "interface",
19233
19252
  "locationInModule": {
19234
19253
  "filename": "src/github/workflows-model.ts",
19235
- "line": 1096
19254
+ "line": 1101
19236
19255
  },
19237
19256
  "name": "ForkOptions",
19238
19257
  "namespace": "github.workflows",
@@ -19249,7 +19268,7 @@
19249
19268
  "kind": "interface",
19250
19269
  "locationInModule": {
19251
19270
  "filename": "src/github/workflows-model.ts",
19252
- "line": 1101
19271
+ "line": 1106
19253
19272
  },
19254
19273
  "name": "GollumOptions",
19255
19274
  "namespace": "github.workflows",
@@ -19266,7 +19285,7 @@
19266
19285
  "kind": "interface",
19267
19286
  "locationInModule": {
19268
19287
  "filename": "src/github/workflows-model.ts",
19269
- "line": 775
19288
+ "line": 780
19270
19289
  },
19271
19290
  "name": "IssueCommentOptions",
19272
19291
  "namespace": "github.workflows",
@@ -19283,7 +19302,7 @@
19283
19302
  "immutable": true,
19284
19303
  "locationInModule": {
19285
19304
  "filename": "src/github/workflows-model.ts",
19286
- "line": 781
19305
+ "line": 786
19287
19306
  },
19288
19307
  "name": "types",
19289
19308
  "optional": true,
@@ -19310,7 +19329,7 @@
19310
19329
  "kind": "interface",
19311
19330
  "locationInModule": {
19312
19331
  "filename": "src/github/workflows-model.ts",
19313
- "line": 787
19332
+ "line": 792
19314
19333
  },
19315
19334
  "name": "IssuesOptions",
19316
19335
  "namespace": "github.workflows",
@@ -19327,7 +19346,7 @@
19327
19346
  "immutable": true,
19328
19347
  "locationInModule": {
19329
19348
  "filename": "src/github/workflows-model.ts",
19330
- "line": 793
19349
+ "line": 798
19331
19350
  },
19332
19351
  "name": "types",
19333
19352
  "optional": true,
@@ -19744,7 +19763,7 @@
19744
19763
  "kind": "interface",
19745
19764
  "locationInModule": {
19746
19765
  "filename": "src/github/workflows-model.ts",
19747
- "line": 360
19766
+ "line": 365
19748
19767
  },
19749
19768
  "name": "JobMatrix",
19750
19769
  "namespace": "github.workflows",
@@ -19759,7 +19778,7 @@
19759
19778
  "immutable": true,
19760
19779
  "locationInModule": {
19761
19780
  "filename": "src/github/workflows-model.ts",
19762
- "line": 369
19781
+ "line": 374
19763
19782
  },
19764
19783
  "name": "domain",
19765
19784
  "optional": true,
@@ -19799,7 +19818,7 @@
19799
19818
  "immutable": true,
19800
19819
  "locationInModule": {
19801
19820
  "filename": "src/github/workflows-model.ts",
19802
- "line": 384
19821
+ "line": 389
19803
19822
  },
19804
19823
  "name": "exclude",
19805
19824
  "optional": true,
@@ -19839,7 +19858,7 @@
19839
19858
  "immutable": true,
19840
19859
  "locationInModule": {
19841
19860
  "filename": "src/github/workflows-model.ts",
19842
- "line": 377
19861
+ "line": 382
19843
19862
  },
19844
19863
  "name": "include",
19845
19864
  "optional": true,
@@ -20147,10 +20166,13 @@
20147
20166
  "summary": "A job step."
20148
20167
  },
20149
20168
  "fqn": "projen.github.workflows.JobStep",
20169
+ "interfaces": [
20170
+ "projen.github.workflows.Step"
20171
+ ],
20150
20172
  "kind": "interface",
20151
20173
  "locationInModule": {
20152
20174
  "filename": "src/github/workflows-model.ts",
20153
- "line": 263
20175
+ "line": 314
20154
20176
  },
20155
20177
  "name": "JobStep",
20156
20178
  "namespace": "github.workflows",
@@ -20165,7 +20187,7 @@
20165
20187
  "immutable": true,
20166
20188
  "locationInModule": {
20167
20189
  "filename": "src/github/workflows-model.ts",
20168
- "line": 314
20190
+ "line": 319
20169
20191
  },
20170
20192
  "name": "continueOnError",
20171
20193
  "optional": true,
@@ -20173,100 +20195,6 @@
20173
20195
  "primitive": "boolean"
20174
20196
  }
20175
20197
  },
20176
- {
20177
- "abstract": true,
20178
- "docs": {
20179
- "remarks": "You can also set environment variables for the entire workflow or a job.",
20180
- "stability": "experimental",
20181
- "summary": "Sets environment variables for steps to use in the runner environment."
20182
- },
20183
- "immutable": true,
20184
- "locationInModule": {
20185
- "filename": "src/github/workflows-model.ts",
20186
- "line": 308
20187
- },
20188
- "name": "env",
20189
- "optional": true,
20190
- "type": {
20191
- "collection": {
20192
- "elementtype": {
20193
- "primitive": "string"
20194
- },
20195
- "kind": "map"
20196
- }
20197
- }
20198
- },
20199
- {
20200
- "abstract": true,
20201
- "docs": {
20202
- "remarks": "You can use the id to reference the\nstep in contexts.",
20203
- "stability": "experimental",
20204
- "summary": "A unique identifier for the step."
20205
- },
20206
- "immutable": true,
20207
- "locationInModule": {
20208
- "filename": "src/github/workflows-model.ts",
20209
- "line": 268
20210
- },
20211
- "name": "id",
20212
- "optional": true,
20213
- "type": {
20214
- "primitive": "string"
20215
- }
20216
- },
20217
- {
20218
- "abstract": true,
20219
- "docs": {
20220
- "remarks": "You can use any supported context and expression to\ncreate a conditional.",
20221
- "stability": "experimental",
20222
- "summary": "You can use the if conditional to prevent a job from running unless a condition is met."
20223
- },
20224
- "immutable": true,
20225
- "locationInModule": {
20226
- "filename": "src/github/workflows-model.ts",
20227
- "line": 275
20228
- },
20229
- "name": "if",
20230
- "optional": true,
20231
- "type": {
20232
- "primitive": "string"
20233
- }
20234
- },
20235
- {
20236
- "abstract": true,
20237
- "docs": {
20238
- "stability": "experimental",
20239
- "summary": "A name for your step to display on GitHub."
20240
- },
20241
- "immutable": true,
20242
- "locationInModule": {
20243
- "filename": "src/github/workflows-model.ts",
20244
- "line": 280
20245
- },
20246
- "name": "name",
20247
- "optional": true,
20248
- "type": {
20249
- "primitive": "string"
20250
- }
20251
- },
20252
- {
20253
- "abstract": true,
20254
- "docs": {
20255
- "remarks": "If you do\nnot provide a name, the step name will default to the text specified in\nthe run command.",
20256
- "stability": "experimental",
20257
- "summary": "Runs command-line programs using the operating system's shell."
20258
- },
20259
- "immutable": true,
20260
- "locationInModule": {
20261
- "filename": "src/github/workflows-model.ts",
20262
- "line": 295
20263
- },
20264
- "name": "run",
20265
- "optional": true,
20266
- "type": {
20267
- "primitive": "string"
20268
- }
20269
- },
20270
20198
  {
20271
20199
  "abstract": true,
20272
20200
  "docs": {
@@ -20276,54 +20204,13 @@
20276
20204
  "immutable": true,
20277
20205
  "locationInModule": {
20278
20206
  "filename": "src/github/workflows-model.ts",
20279
- "line": 319
20207
+ "line": 324
20280
20208
  },
20281
20209
  "name": "timeoutMinutes",
20282
20210
  "optional": true,
20283
20211
  "type": {
20284
20212
  "primitive": "number"
20285
20213
  }
20286
- },
20287
- {
20288
- "abstract": true,
20289
- "docs": {
20290
- "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.",
20291
- "stability": "experimental",
20292
- "summary": "Selects an action to run as part of a step in your job."
20293
- },
20294
- "immutable": true,
20295
- "locationInModule": {
20296
- "filename": "src/github/workflows-model.ts",
20297
- "line": 288
20298
- },
20299
- "name": "uses",
20300
- "optional": true,
20301
- "type": {
20302
- "primitive": "string"
20303
- }
20304
- },
20305
- {
20306
- "abstract": true,
20307
- "docs": {
20308
- "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.",
20309
- "stability": "experimental",
20310
- "summary": "A map of the input parameters defined by the action."
20311
- },
20312
- "immutable": true,
20313
- "locationInModule": {
20314
- "filename": "src/github/workflows-model.ts",
20315
- "line": 302
20316
- },
20317
- "name": "with",
20318
- "optional": true,
20319
- "type": {
20320
- "collection": {
20321
- "elementtype": {
20322
- "primitive": "any"
20323
- },
20324
- "kind": "map"
20325
- }
20326
- }
20327
20214
  }
20328
20215
  ],
20329
20216
  "symbolId": "src/github/workflows-model:JobStep"
@@ -20391,7 +20278,7 @@
20391
20278
  "kind": "interface",
20392
20279
  "locationInModule": {
20393
20280
  "filename": "src/github/workflows-model.ts",
20394
- "line": 326
20281
+ "line": 331
20395
20282
  },
20396
20283
  "name": "JobStrategy",
20397
20284
  "namespace": "github.workflows",
@@ -20406,7 +20293,7 @@
20406
20293
  "immutable": true,
20407
20294
  "locationInModule": {
20408
20295
  "filename": "src/github/workflows-model.ts",
20409
- "line": 344
20296
+ "line": 349
20410
20297
  },
20411
20298
  "name": "failFast",
20412
20299
  "optional": true,
@@ -20424,7 +20311,7 @@
20424
20311
  "immutable": true,
20425
20312
  "locationInModule": {
20426
20313
  "filename": "src/github/workflows-model.ts",
20427
- "line": 338
20314
+ "line": 343
20428
20315
  },
20429
20316
  "name": "matrix",
20430
20317
  "optional": true,
@@ -20442,7 +20329,7 @@
20442
20329
  "immutable": true,
20443
20330
  "locationInModule": {
20444
20331
  "filename": "src/github/workflows-model.ts",
20445
- "line": 352
20332
+ "line": 357
20446
20333
  },
20447
20334
  "name": "maxParallel",
20448
20335
  "optional": true,
@@ -20464,7 +20351,7 @@
20464
20351
  "kind": "interface",
20465
20352
  "locationInModule": {
20466
20353
  "filename": "src/github/workflows-model.ts",
20467
- "line": 816
20354
+ "line": 821
20468
20355
  },
20469
20356
  "name": "LabelOptions",
20470
20357
  "namespace": "github.workflows",
@@ -20481,7 +20368,7 @@
20481
20368
  "immutable": true,
20482
20369
  "locationInModule": {
20483
20370
  "filename": "src/github/workflows-model.ts",
20484
- "line": 822
20371
+ "line": 827
20485
20372
  },
20486
20373
  "name": "types",
20487
20374
  "optional": true,
@@ -20508,7 +20395,7 @@
20508
20395
  "kind": "interface",
20509
20396
  "locationInModule": {
20510
20397
  "filename": "src/github/workflows-model.ts",
20511
- "line": 828
20398
+ "line": 833
20512
20399
  },
20513
20400
  "name": "MilestoneOptions",
20514
20401
  "namespace": "github.workflows",
@@ -20525,7 +20412,7 @@
20525
20412
  "immutable": true,
20526
20413
  "locationInModule": {
20527
20414
  "filename": "src/github/workflows-model.ts",
20528
- "line": 834
20415
+ "line": 839
20529
20416
  },
20530
20417
  "name": "types",
20531
20418
  "optional": true,
@@ -20552,7 +20439,7 @@
20552
20439
  "kind": "interface",
20553
20440
  "locationInModule": {
20554
20441
  "filename": "src/github/workflows-model.ts",
20555
- "line": 1106
20442
+ "line": 1111
20556
20443
  },
20557
20444
  "name": "PageBuildOptions",
20558
20445
  "namespace": "github.workflows",
@@ -20569,7 +20456,7 @@
20569
20456
  "kind": "interface",
20570
20457
  "locationInModule": {
20571
20458
  "filename": "src/github/workflows-model.ts",
20572
- "line": 856
20459
+ "line": 861
20573
20460
  },
20574
20461
  "name": "ProjectCardOptions",
20575
20462
  "namespace": "github.workflows",
@@ -20586,7 +20473,7 @@
20586
20473
  "immutable": true,
20587
20474
  "locationInModule": {
20588
20475
  "filename": "src/github/workflows-model.ts",
20589
- "line": 862
20476
+ "line": 867
20590
20477
  },
20591
20478
  "name": "types",
20592
20479
  "optional": true,
@@ -20613,7 +20500,7 @@
20613
20500
  "kind": "interface",
20614
20501
  "locationInModule": {
20615
20502
  "filename": "src/github/workflows-model.ts",
20616
- "line": 870
20503
+ "line": 875
20617
20504
  },
20618
20505
  "name": "ProjectColumnOptions",
20619
20506
  "namespace": "github.workflows",
@@ -20630,7 +20517,7 @@
20630
20517
  "immutable": true,
20631
20518
  "locationInModule": {
20632
20519
  "filename": "src/github/workflows-model.ts",
20633
- "line": 876
20520
+ "line": 881
20634
20521
  },
20635
20522
  "name": "types",
20636
20523
  "optional": true,
@@ -20657,7 +20544,7 @@
20657
20544
  "kind": "interface",
20658
20545
  "locationInModule": {
20659
20546
  "filename": "src/github/workflows-model.ts",
20660
- "line": 842
20547
+ "line": 847
20661
20548
  },
20662
20549
  "name": "ProjectOptions",
20663
20550
  "namespace": "github.workflows",
@@ -20674,7 +20561,7 @@
20674
20561
  "immutable": true,
20675
20562
  "locationInModule": {
20676
20563
  "filename": "src/github/workflows-model.ts",
20677
- "line": 848
20564
+ "line": 853
20678
20565
  },
20679
20566
  "name": "types",
20680
20567
  "optional": true,
@@ -20701,7 +20588,7 @@
20701
20588
  "kind": "interface",
20702
20589
  "locationInModule": {
20703
20590
  "filename": "src/github/workflows-model.ts",
20704
- "line": 1111
20591
+ "line": 1116
20705
20592
  },
20706
20593
  "name": "PublicOptions",
20707
20594
  "namespace": "github.workflows",
@@ -20718,7 +20605,7 @@
20718
20605
  "kind": "interface",
20719
20606
  "locationInModule": {
20720
20607
  "filename": "src/github/workflows-model.ts",
20721
- "line": 882
20608
+ "line": 887
20722
20609
  },
20723
20610
  "name": "PullRequestOptions",
20724
20611
  "namespace": "github.workflows",
@@ -20735,7 +20622,7 @@
20735
20622
  "immutable": true,
20736
20623
  "locationInModule": {
20737
20624
  "filename": "src/github/workflows-model.ts",
20738
- "line": 888
20625
+ "line": 893
20739
20626
  },
20740
20627
  "name": "types",
20741
20628
  "optional": true,
@@ -20762,7 +20649,7 @@
20762
20649
  "kind": "interface",
20763
20650
  "locationInModule": {
20764
20651
  "filename": "src/github/workflows-model.ts",
20765
- "line": 921
20652
+ "line": 926
20766
20653
  },
20767
20654
  "name": "PullRequestReviewCommentOptions",
20768
20655
  "namespace": "github.workflows",
@@ -20779,7 +20666,7 @@
20779
20666
  "immutable": true,
20780
20667
  "locationInModule": {
20781
20668
  "filename": "src/github/workflows-model.ts",
20782
- "line": 927
20669
+ "line": 932
20783
20670
  },
20784
20671
  "name": "types",
20785
20672
  "optional": true,
@@ -20806,7 +20693,7 @@
20806
20693
  "kind": "interface",
20807
20694
  "locationInModule": {
20808
20695
  "filename": "src/github/workflows-model.ts",
20809
- "line": 909
20696
+ "line": 914
20810
20697
  },
20811
20698
  "name": "PullRequestReviewOptions",
20812
20699
  "namespace": "github.workflows",
@@ -20823,7 +20710,7 @@
20823
20710
  "immutable": true,
20824
20711
  "locationInModule": {
20825
20712
  "filename": "src/github/workflows-model.ts",
20826
- "line": 915
20713
+ "line": 920
20827
20714
  },
20828
20715
  "name": "types",
20829
20716
  "optional": true,
@@ -20853,7 +20740,7 @@
20853
20740
  "kind": "interface",
20854
20741
  "locationInModule": {
20855
20742
  "filename": "src/github/workflows-model.ts",
20856
- "line": 933
20743
+ "line": 938
20857
20744
  },
20858
20745
  "name": "PullRequestTargetOptions",
20859
20746
  "namespace": "github.workflows",
@@ -20870,7 +20757,7 @@
20870
20757
  "immutable": true,
20871
20758
  "locationInModule": {
20872
20759
  "filename": "src/github/workflows-model.ts",
20873
- "line": 939
20760
+ "line": 944
20874
20761
  },
20875
20762
  "name": "types",
20876
20763
  "optional": true,
@@ -20897,7 +20784,7 @@
20897
20784
  "kind": "interface",
20898
20785
  "locationInModule": {
20899
20786
  "filename": "src/github/workflows-model.ts",
20900
- "line": 960
20787
+ "line": 965
20901
20788
  },
20902
20789
  "name": "PushOptions",
20903
20790
  "namespace": "github.workflows",
@@ -20913,7 +20800,7 @@
20913
20800
  "immutable": true,
20914
20801
  "locationInModule": {
20915
20802
  "filename": "src/github/workflows-model.ts",
20916
- "line": 970
20803
+ "line": 975
20917
20804
  },
20918
20805
  "name": "branches",
20919
20806
  "optional": true,
@@ -20937,7 +20824,7 @@
20937
20824
  "immutable": true,
20938
20825
  "locationInModule": {
20939
20826
  "filename": "src/github/workflows-model.ts",
20940
- "line": 991
20827
+ "line": 996
20941
20828
  },
20942
20829
  "name": "paths",
20943
20830
  "optional": true,
@@ -20961,7 +20848,7 @@
20961
20848
  "immutable": true,
20962
20849
  "locationInModule": {
20963
20850
  "filename": "src/github/workflows-model.ts",
20964
- "line": 981
20851
+ "line": 986
20965
20852
  },
20966
20853
  "name": "tags",
20967
20854
  "optional": true,
@@ -20988,7 +20875,7 @@
20988
20875
  "kind": "interface",
20989
20876
  "locationInModule": {
20990
20877
  "filename": "src/github/workflows-model.ts",
20991
- "line": 997
20878
+ "line": 1002
20992
20879
  },
20993
20880
  "name": "RegistryPackageOptions",
20994
20881
  "namespace": "github.workflows",
@@ -21005,7 +20892,7 @@
21005
20892
  "immutable": true,
21006
20893
  "locationInModule": {
21007
20894
  "filename": "src/github/workflows-model.ts",
21008
- "line": 1003
20895
+ "line": 1008
21009
20896
  },
21010
20897
  "name": "types",
21011
20898
  "optional": true,
@@ -21032,7 +20919,7 @@
21032
20919
  "kind": "interface",
21033
20920
  "locationInModule": {
21034
20921
  "filename": "src/github/workflows-model.ts",
21035
- "line": 1009
20922
+ "line": 1014
21036
20923
  },
21037
20924
  "name": "ReleaseOptions",
21038
20925
  "namespace": "github.workflows",
@@ -21049,7 +20936,7 @@
21049
20936
  "immutable": true,
21050
20937
  "locationInModule": {
21051
20938
  "filename": "src/github/workflows-model.ts",
21052
- "line": 1015
20939
+ "line": 1020
21053
20940
  },
21054
20941
  "name": "types",
21055
20942
  "optional": true,
@@ -21076,7 +20963,7 @@
21076
20963
  "kind": "interface",
21077
20964
  "locationInModule": {
21078
20965
  "filename": "src/github/workflows-model.ts",
21079
- "line": 688
20966
+ "line": 693
21080
20967
  },
21081
20968
  "name": "RepositoryDispatchOptions",
21082
20969
  "namespace": "github.workflows",
@@ -21093,7 +20980,7 @@
21093
20980
  "immutable": true,
21094
20981
  "locationInModule": {
21095
20982
  "filename": "src/github/workflows-model.ts",
21096
- "line": 694
20983
+ "line": 699
21097
20984
  },
21098
20985
  "name": "types",
21099
20986
  "optional": true,
@@ -21174,12 +21061,166 @@
21174
21061
  "kind": "interface",
21175
21062
  "locationInModule": {
21176
21063
  "filename": "src/github/workflows-model.ts",
21177
- "line": 1116
21064
+ "line": 1121
21178
21065
  },
21179
21066
  "name": "StatusOptions",
21180
21067
  "namespace": "github.workflows",
21181
21068
  "symbolId": "src/github/workflows-model:StatusOptions"
21182
21069
  },
21070
+ "projen.github.workflows.Step": {
21071
+ "assembly": "projen",
21072
+ "datatype": true,
21073
+ "docs": {
21074
+ "stability": "experimental",
21075
+ "summary": "A generic step."
21076
+ },
21077
+ "fqn": "projen.github.workflows.Step",
21078
+ "kind": "interface",
21079
+ "locationInModule": {
21080
+ "filename": "src/github/workflows-model.ts",
21081
+ "line": 263
21082
+ },
21083
+ "name": "Step",
21084
+ "namespace": "github.workflows",
21085
+ "properties": [
21086
+ {
21087
+ "abstract": true,
21088
+ "docs": {
21089
+ "remarks": "You can also set environment variables for the entire workflow or a job.",
21090
+ "stability": "experimental",
21091
+ "summary": "Sets environment variables for steps to use in the runner environment."
21092
+ },
21093
+ "immutable": true,
21094
+ "locationInModule": {
21095
+ "filename": "src/github/workflows-model.ts",
21096
+ "line": 308
21097
+ },
21098
+ "name": "env",
21099
+ "optional": true,
21100
+ "type": {
21101
+ "collection": {
21102
+ "elementtype": {
21103
+ "primitive": "string"
21104
+ },
21105
+ "kind": "map"
21106
+ }
21107
+ }
21108
+ },
21109
+ {
21110
+ "abstract": true,
21111
+ "docs": {
21112
+ "remarks": "You can use the id to reference the\nstep in contexts.",
21113
+ "stability": "experimental",
21114
+ "summary": "A unique identifier for the step."
21115
+ },
21116
+ "immutable": true,
21117
+ "locationInModule": {
21118
+ "filename": "src/github/workflows-model.ts",
21119
+ "line": 268
21120
+ },
21121
+ "name": "id",
21122
+ "optional": true,
21123
+ "type": {
21124
+ "primitive": "string"
21125
+ }
21126
+ },
21127
+ {
21128
+ "abstract": true,
21129
+ "docs": {
21130
+ "remarks": "You can use any supported context and expression to\ncreate a conditional.",
21131
+ "stability": "experimental",
21132
+ "summary": "You can use the if conditional to prevent a job from running unless a condition is met."
21133
+ },
21134
+ "immutable": true,
21135
+ "locationInModule": {
21136
+ "filename": "src/github/workflows-model.ts",
21137
+ "line": 275
21138
+ },
21139
+ "name": "if",
21140
+ "optional": true,
21141
+ "type": {
21142
+ "primitive": "string"
21143
+ }
21144
+ },
21145
+ {
21146
+ "abstract": true,
21147
+ "docs": {
21148
+ "stability": "experimental",
21149
+ "summary": "A name for your step to display on GitHub."
21150
+ },
21151
+ "immutable": true,
21152
+ "locationInModule": {
21153
+ "filename": "src/github/workflows-model.ts",
21154
+ "line": 280
21155
+ },
21156
+ "name": "name",
21157
+ "optional": true,
21158
+ "type": {
21159
+ "primitive": "string"
21160
+ }
21161
+ },
21162
+ {
21163
+ "abstract": true,
21164
+ "docs": {
21165
+ "remarks": "If you do\nnot provide a name, the step name will default to the text specified in\nthe run command.",
21166
+ "stability": "experimental",
21167
+ "summary": "Runs command-line programs using the operating system's shell."
21168
+ },
21169
+ "immutable": true,
21170
+ "locationInModule": {
21171
+ "filename": "src/github/workflows-model.ts",
21172
+ "line": 295
21173
+ },
21174
+ "name": "run",
21175
+ "optional": true,
21176
+ "type": {
21177
+ "primitive": "string"
21178
+ }
21179
+ },
21180
+ {
21181
+ "abstract": true,
21182
+ "docs": {
21183
+ "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.",
21184
+ "stability": "experimental",
21185
+ "summary": "Selects an action to run as part of a step in your job."
21186
+ },
21187
+ "immutable": true,
21188
+ "locationInModule": {
21189
+ "filename": "src/github/workflows-model.ts",
21190
+ "line": 288
21191
+ },
21192
+ "name": "uses",
21193
+ "optional": true,
21194
+ "type": {
21195
+ "primitive": "string"
21196
+ }
21197
+ },
21198
+ {
21199
+ "abstract": true,
21200
+ "docs": {
21201
+ "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.",
21202
+ "stability": "experimental",
21203
+ "summary": "A map of the input parameters defined by the action."
21204
+ },
21205
+ "immutable": true,
21206
+ "locationInModule": {
21207
+ "filename": "src/github/workflows-model.ts",
21208
+ "line": 302
21209
+ },
21210
+ "name": "with",
21211
+ "optional": true,
21212
+ "type": {
21213
+ "collection": {
21214
+ "elementtype": {
21215
+ "primitive": "any"
21216
+ },
21217
+ "kind": "map"
21218
+ }
21219
+ }
21220
+ }
21221
+ ],
21222
+ "symbolId": "src/github/workflows-model:Step"
21223
+ },
21183
21224
  "projen.github.workflows.ToolRequirement": {
21184
21225
  "assembly": "projen",
21185
21226
  "datatype": true,
@@ -21335,7 +21376,7 @@
21335
21376
  "kind": "interface",
21336
21377
  "locationInModule": {
21337
21378
  "filename": "src/github/workflows-model.ts",
21338
- "line": 450
21379
+ "line": 455
21339
21380
  },
21340
21381
  "name": "Triggers",
21341
21382
  "namespace": "github.workflows",
@@ -21349,7 +21390,7 @@
21349
21390
  "immutable": true,
21350
21391
  "locationInModule": {
21351
21392
  "filename": "src/github/workflows-model.ts",
21352
- "line": 492
21393
+ "line": 497
21353
21394
  },
21354
21395
  "name": "branchProtectionRule",
21355
21396
  "optional": true,
@@ -21366,7 +21407,7 @@
21366
21407
  "immutable": true,
21367
21408
  "locationInModule": {
21368
21409
  "filename": "src/github/workflows-model.ts",
21369
- "line": 497
21410
+ "line": 502
21370
21411
  },
21371
21412
  "name": "checkRun",
21372
21413
  "optional": true,
@@ -21383,7 +21424,7 @@
21383
21424
  "immutable": true,
21384
21425
  "locationInModule": {
21385
21426
  "filename": "src/github/workflows-model.ts",
21386
- "line": 502
21427
+ "line": 507
21387
21428
  },
21388
21429
  "name": "checkSuite",
21389
21430
  "optional": true,
@@ -21400,7 +21441,7 @@
21400
21441
  "immutable": true,
21401
21442
  "locationInModule": {
21402
21443
  "filename": "src/github/workflows-model.ts",
21403
- "line": 508
21444
+ "line": 513
21404
21445
  },
21405
21446
  "name": "create",
21406
21447
  "optional": true,
@@ -21417,7 +21458,7 @@
21417
21458
  "immutable": true,
21418
21459
  "locationInModule": {
21419
21460
  "filename": "src/github/workflows-model.ts",
21420
- "line": 514
21461
+ "line": 519
21421
21462
  },
21422
21463
  "name": "delete",
21423
21464
  "optional": true,
@@ -21435,7 +21476,7 @@
21435
21476
  "immutable": true,
21436
21477
  "locationInModule": {
21437
21478
  "filename": "src/github/workflows-model.ts",
21438
- "line": 521
21479
+ "line": 526
21439
21480
  },
21440
21481
  "name": "deployment",
21441
21482
  "optional": true,
@@ -21453,7 +21494,7 @@
21453
21494
  "immutable": true,
21454
21495
  "locationInModule": {
21455
21496
  "filename": "src/github/workflows-model.ts",
21456
- "line": 528
21497
+ "line": 533
21457
21498
  },
21458
21499
  "name": "deploymentStatus",
21459
21500
  "optional": true,
@@ -21472,7 +21513,7 @@
21472
21513
  "immutable": true,
21473
21514
  "locationInModule": {
21474
21515
  "filename": "src/github/workflows-model.ts",
21475
- "line": 534
21516
+ "line": 539
21476
21517
  },
21477
21518
  "name": "discussion",
21478
21519
  "optional": true,
@@ -21491,7 +21532,7 @@
21491
21532
  "immutable": true,
21492
21533
  "locationInModule": {
21493
21534
  "filename": "src/github/workflows-model.ts",
21494
- "line": 540
21535
+ "line": 545
21495
21536
  },
21496
21537
  "name": "discussionComment",
21497
21538
  "optional": true,
@@ -21508,7 +21549,7 @@
21508
21549
  "immutable": true,
21509
21550
  "locationInModule": {
21510
21551
  "filename": "src/github/workflows-model.ts",
21511
- "line": 546
21552
+ "line": 551
21512
21553
  },
21513
21554
  "name": "fork",
21514
21555
  "optional": true,
@@ -21525,7 +21566,7 @@
21525
21566
  "immutable": true,
21526
21567
  "locationInModule": {
21527
21568
  "filename": "src/github/workflows-model.ts",
21528
- "line": 552
21569
+ "line": 557
21529
21570
  },
21530
21571
  "name": "gollum",
21531
21572
  "optional": true,
@@ -21542,7 +21583,7 @@
21542
21583
  "immutable": true,
21543
21584
  "locationInModule": {
21544
21585
  "filename": "src/github/workflows-model.ts",
21545
- "line": 557
21586
+ "line": 562
21546
21587
  },
21547
21588
  "name": "issueComment",
21548
21589
  "optional": true,
@@ -21559,7 +21600,7 @@
21559
21600
  "immutable": true,
21560
21601
  "locationInModule": {
21561
21602
  "filename": "src/github/workflows-model.ts",
21562
- "line": 562
21603
+ "line": 567
21563
21604
  },
21564
21605
  "name": "issues",
21565
21606
  "optional": true,
@@ -21576,7 +21617,7 @@
21576
21617
  "immutable": true,
21577
21618
  "locationInModule": {
21578
21619
  "filename": "src/github/workflows-model.ts",
21579
- "line": 567
21620
+ "line": 572
21580
21621
  },
21581
21622
  "name": "label",
21582
21623
  "optional": true,
@@ -21593,7 +21634,7 @@
21593
21634
  "immutable": true,
21594
21635
  "locationInModule": {
21595
21636
  "filename": "src/github/workflows-model.ts",
21596
- "line": 572
21637
+ "line": 577
21597
21638
  },
21598
21639
  "name": "milestone",
21599
21640
  "optional": true,
@@ -21610,7 +21651,7 @@
21610
21651
  "immutable": true,
21611
21652
  "locationInModule": {
21612
21653
  "filename": "src/github/workflows-model.ts",
21613
- "line": 578
21654
+ "line": 583
21614
21655
  },
21615
21656
  "name": "pageBuild",
21616
21657
  "optional": true,
@@ -21627,7 +21668,7 @@
21627
21668
  "immutable": true,
21628
21669
  "locationInModule": {
21629
21670
  "filename": "src/github/workflows-model.ts",
21630
- "line": 583
21671
+ "line": 588
21631
21672
  },
21632
21673
  "name": "project",
21633
21674
  "optional": true,
@@ -21644,7 +21685,7 @@
21644
21685
  "immutable": true,
21645
21686
  "locationInModule": {
21646
21687
  "filename": "src/github/workflows-model.ts",
21647
- "line": 588
21688
+ "line": 593
21648
21689
  },
21649
21690
  "name": "projectCard",
21650
21691
  "optional": true,
@@ -21661,7 +21702,7 @@
21661
21702
  "immutable": true,
21662
21703
  "locationInModule": {
21663
21704
  "filename": "src/github/workflows-model.ts",
21664
- "line": 593
21705
+ "line": 598
21665
21706
  },
21666
21707
  "name": "projectColumn",
21667
21708
  "optional": true,
@@ -21678,7 +21719,7 @@
21678
21719
  "immutable": true,
21679
21720
  "locationInModule": {
21680
21721
  "filename": "src/github/workflows-model.ts",
21681
- "line": 599
21722
+ "line": 604
21682
21723
  },
21683
21724
  "name": "public",
21684
21725
  "optional": true,
@@ -21695,7 +21736,7 @@
21695
21736
  "immutable": true,
21696
21737
  "locationInModule": {
21697
21738
  "filename": "src/github/workflows-model.ts",
21698
- "line": 604
21739
+ "line": 609
21699
21740
  },
21700
21741
  "name": "pullRequest",
21701
21742
  "optional": true,
@@ -21712,7 +21753,7 @@
21712
21753
  "immutable": true,
21713
21754
  "locationInModule": {
21714
21755
  "filename": "src/github/workflows-model.ts",
21715
- "line": 609
21756
+ "line": 614
21716
21757
  },
21717
21758
  "name": "pullRequestReview",
21718
21759
  "optional": true,
@@ -21729,7 +21770,7 @@
21729
21770
  "immutable": true,
21730
21771
  "locationInModule": {
21731
21772
  "filename": "src/github/workflows-model.ts",
21732
- "line": 615
21773
+ "line": 620
21733
21774
  },
21734
21775
  "name": "pullRequestReviewComment",
21735
21776
  "optional": true,
@@ -21748,7 +21789,7 @@
21748
21789
  "immutable": true,
21749
21790
  "locationInModule": {
21750
21791
  "filename": "src/github/workflows-model.ts",
21751
- "line": 636
21792
+ "line": 641
21752
21793
  },
21753
21794
  "name": "pullRequestTarget",
21754
21795
  "optional": true,
@@ -21765,7 +21806,7 @@
21765
21806
  "immutable": true,
21766
21807
  "locationInModule": {
21767
21808
  "filename": "src/github/workflows-model.ts",
21768
- "line": 642
21809
+ "line": 647
21769
21810
  },
21770
21811
  "name": "push",
21771
21812
  "optional": true,
@@ -21782,7 +21823,7 @@
21782
21823
  "immutable": true,
21783
21824
  "locationInModule": {
21784
21825
  "filename": "src/github/workflows-model.ts",
21785
- "line": 647
21826
+ "line": 652
21786
21827
  },
21787
21828
  "name": "registryPackage",
21788
21829
  "optional": true,
@@ -21799,7 +21840,7 @@
21799
21840
  "immutable": true,
21800
21841
  "locationInModule": {
21801
21842
  "filename": "src/github/workflows-model.ts",
21802
- "line": 652
21843
+ "line": 657
21803
21844
  },
21804
21845
  "name": "release",
21805
21846
  "optional": true,
@@ -21816,7 +21857,7 @@
21816
21857
  "immutable": true,
21817
21858
  "locationInModule": {
21818
21859
  "filename": "src/github/workflows-model.ts",
21819
- "line": 477
21860
+ "line": 482
21820
21861
  },
21821
21862
  "name": "repositoryDispatch",
21822
21863
  "optional": true,
@@ -21835,7 +21876,7 @@
21835
21876
  "immutable": true,
21836
21877
  "locationInModule": {
21837
21878
  "filename": "src/github/workflows-model.ts",
21838
- "line": 460
21879
+ "line": 465
21839
21880
  },
21840
21881
  "name": "schedule",
21841
21882
  "optional": true,
@@ -21857,7 +21898,7 @@
21857
21898
  "immutable": true,
21858
21899
  "locationInModule": {
21859
21900
  "filename": "src/github/workflows-model.ts",
21860
- "line": 658
21901
+ "line": 663
21861
21902
  },
21862
21903
  "name": "status",
21863
21904
  "optional": true,
@@ -21874,7 +21915,7 @@
21874
21915
  "immutable": true,
21875
21916
  "locationInModule": {
21876
21917
  "filename": "src/github/workflows-model.ts",
21877
- "line": 663
21918
+ "line": 668
21878
21919
  },
21879
21920
  "name": "watch",
21880
21921
  "optional": true,
@@ -21892,7 +21933,7 @@
21892
21933
  "immutable": true,
21893
21934
  "locationInModule": {
21894
21935
  "filename": "src/github/workflows-model.ts",
21895
- "line": 485
21936
+ "line": 490
21896
21937
  },
21897
21938
  "name": "workflowCall",
21898
21939
  "optional": true,
@@ -21910,7 +21951,7 @@
21910
21951
  "immutable": true,
21911
21952
  "locationInModule": {
21912
21953
  "filename": "src/github/workflows-model.ts",
21913
- "line": 470
21954
+ "line": 475
21914
21955
  },
21915
21956
  "name": "workflowDispatch",
21916
21957
  "optional": true,
@@ -21928,7 +21969,7 @@
21928
21969
  "immutable": true,
21929
21970
  "locationInModule": {
21930
21971
  "filename": "src/github/workflows-model.ts",
21931
- "line": 671
21972
+ "line": 676
21932
21973
  },
21933
21974
  "name": "workflowRun",
21934
21975
  "optional": true,
@@ -21950,7 +21991,7 @@
21950
21991
  "kind": "interface",
21951
21992
  "locationInModule": {
21952
21993
  "filename": "src/github/workflows-model.ts",
21953
- "line": 1029
21994
+ "line": 1034
21954
21995
  },
21955
21996
  "name": "WatchOptions",
21956
21997
  "namespace": "github.workflows",
@@ -21967,7 +22008,7 @@
21967
22008
  "immutable": true,
21968
22009
  "locationInModule": {
21969
22010
  "filename": "src/github/workflows-model.ts",
21970
- "line": 1035
22011
+ "line": 1040
21971
22012
  },
21972
22013
  "name": "types",
21973
22014
  "optional": true,
@@ -21994,7 +22035,7 @@
21994
22035
  "kind": "interface",
21995
22036
  "locationInModule": {
21996
22037
  "filename": "src/github/workflows-model.ts",
21997
- "line": 1071
22038
+ "line": 1076
21998
22039
  },
21999
22040
  "name": "WorkflowCallOptions",
22000
22041
  "namespace": "github.workflows",
@@ -22011,7 +22052,7 @@
22011
22052
  "kind": "interface",
22012
22053
  "locationInModule": {
22013
22054
  "filename": "src/github/workflows-model.ts",
22014
- "line": 1066
22055
+ "line": 1071
22015
22056
  },
22016
22057
  "name": "WorkflowDispatchOptions",
22017
22058
  "namespace": "github.workflows",
@@ -22028,7 +22069,7 @@
22028
22069
  "kind": "interface",
22029
22070
  "locationInModule": {
22030
22071
  "filename": "src/github/workflows-model.ts",
22031
- "line": 1041
22072
+ "line": 1046
22032
22073
  },
22033
22074
  "name": "WorkflowRunOptions",
22034
22075
  "namespace": "github.workflows",
@@ -22045,7 +22086,7 @@
22045
22086
  "immutable": true,
22046
22087
  "locationInModule": {
22047
22088
  "filename": "src/github/workflows-model.ts",
22048
- "line": 1059
22089
+ "line": 1064
22049
22090
  },
22050
22091
  "name": "branches",
22051
22092
  "optional": true,
@@ -22070,7 +22111,7 @@
22070
22111
  "immutable": true,
22071
22112
  "locationInModule": {
22072
22113
  "filename": "src/github/workflows-model.ts",
22073
- "line": 1053
22114
+ "line": 1058
22074
22115
  },
22075
22116
  "name": "types",
22076
22117
  "optional": true,
@@ -22095,7 +22136,7 @@
22095
22136
  "immutable": true,
22096
22137
  "locationInModule": {
22097
22138
  "filename": "src/github/workflows-model.ts",
22098
- "line": 1047
22139
+ "line": 1052
22099
22140
  },
22100
22141
  "name": "workflows",
22101
22142
  "optional": true,
@@ -33087,7 +33128,7 @@
33087
33128
  },
33088
33129
  "locationInModule": {
33089
33130
  "filename": "src/javascript/node-project.ts",
33090
- "line": 693
33131
+ "line": 697
33091
33132
  },
33092
33133
  "name": "addBins",
33093
33134
  "parameters": [
@@ -33112,7 +33153,7 @@
33112
33153
  },
33113
33154
  "locationInModule": {
33114
33155
  "filename": "src/javascript/node-project.ts",
33115
- "line": 922
33156
+ "line": 926
33116
33157
  },
33117
33158
  "name": "addBundledDeps",
33118
33159
  "parameters": [
@@ -33138,7 +33179,7 @@
33138
33179
  },
33139
33180
  "locationInModule": {
33140
33181
  "filename": "src/javascript/node-project.ts",
33141
- "line": 727
33182
+ "line": 731
33142
33183
  },
33143
33184
  "name": "addCompileCommand",
33144
33185
  "parameters": [
@@ -33159,7 +33200,7 @@
33159
33200
  },
33160
33201
  "locationInModule": {
33161
33202
  "filename": "src/javascript/node-project.ts",
33162
- "line": 876
33203
+ "line": 880
33163
33204
  },
33164
33205
  "name": "addDeps",
33165
33206
  "parameters": [
@@ -33184,7 +33225,7 @@
33184
33225
  },
33185
33226
  "locationInModule": {
33186
33227
  "filename": "src/javascript/node-project.ts",
33187
- "line": 889
33228
+ "line": 893
33188
33229
  },
33189
33230
  "name": "addDevDeps",
33190
33231
  "parameters": [
@@ -33209,7 +33250,7 @@
33209
33250
  },
33210
33251
  "locationInModule": {
33211
33252
  "filename": "src/javascript/node-project.ts",
33212
- "line": 747
33253
+ "line": 751
33213
33254
  },
33214
33255
  "name": "addFields",
33215
33256
  "parameters": [
@@ -33236,7 +33277,7 @@
33236
33277
  },
33237
33278
  "locationInModule": {
33238
33279
  "filename": "src/javascript/node-project.ts",
33239
- "line": 757
33280
+ "line": 761
33240
33281
  },
33241
33282
  "name": "addKeywords",
33242
33283
  "parameters": [
@@ -33261,7 +33302,7 @@
33261
33302
  },
33262
33303
  "locationInModule": {
33263
33304
  "filename": "src/javascript/node-project.ts",
33264
- "line": 926
33305
+ "line": 930
33265
33306
  },
33266
33307
  "name": "addPackageIgnore",
33267
33308
  "overrides": "projen.Project",
@@ -33282,7 +33323,7 @@
33282
33323
  },
33283
33324
  "locationInModule": {
33284
33325
  "filename": "src/javascript/node-project.ts",
33285
- "line": 906
33326
+ "line": 910
33286
33327
  },
33287
33328
  "name": "addPeerDeps",
33288
33329
  "parameters": [
@@ -33308,7 +33349,7 @@
33308
33349
  },
33309
33350
  "locationInModule": {
33310
33351
  "filename": "src/javascript/node-project.ts",
33311
- "line": 737
33352
+ "line": 741
33312
33353
  },
33313
33354
  "name": "addTestCommand",
33314
33355
  "parameters": [
@@ -33329,7 +33370,7 @@
33329
33370
  },
33330
33371
  "locationInModule": {
33331
33372
  "filename": "src/javascript/node-project.ts",
33332
- "line": 719
33373
+ "line": 723
33333
33374
  },
33334
33375
  "name": "hasScript",
33335
33376
  "parameters": [
@@ -33356,7 +33397,7 @@
33356
33397
  },
33357
33398
  "locationInModule": {
33358
33399
  "filename": "src/javascript/node-project.ts",
33359
- "line": 711
33400
+ "line": 715
33360
33401
  },
33361
33402
  "name": "removeScript",
33362
33403
  "parameters": [
@@ -33379,7 +33420,7 @@
33379
33420
  },
33380
33421
  "locationInModule": {
33381
33422
  "filename": "src/javascript/node-project.ts",
33382
- "line": 825
33423
+ "line": 829
33383
33424
  },
33384
33425
  "name": "renderWorkflowSetup",
33385
33426
  "parameters": [
@@ -33413,7 +33454,7 @@
33413
33454
  },
33414
33455
  "locationInModule": {
33415
33456
  "filename": "src/javascript/node-project.ts",
33416
- "line": 999
33457
+ "line": 1003
33417
33458
  },
33418
33459
  "name": "runTaskCommand",
33419
33460
  "overrides": "projen.Project",
@@ -33441,7 +33482,7 @@
33441
33482
  },
33442
33483
  "locationInModule": {
33443
33484
  "filename": "src/javascript/node-project.ts",
33444
- "line": 703
33485
+ "line": 707
33445
33486
  },
33446
33487
  "name": "setScript",
33447
33488
  "parameters": [
@@ -33608,7 +33649,7 @@
33608
33649
  {
33609
33650
  "docs": {
33610
33651
  "stability": "experimental",
33611
- "summary": "Automatic PR merges."
33652
+ "summary": "Component that sets up mergify for merging approved pull requests."
33612
33653
  },
33613
33654
  "immutable": true,
33614
33655
  "locationInModule": {
@@ -33646,7 +33687,7 @@
33646
33687
  "immutable": true,
33647
33688
  "locationInModule": {
33648
33689
  "filename": "src/javascript/node-project.ts",
33649
- "line": 1006
33690
+ "line": 1010
33650
33691
  },
33651
33692
  "name": "buildWorkflowJobId",
33652
33693
  "optional": true,
@@ -35672,7 +35713,7 @@
35672
35713
  "kind": "interface",
35673
35714
  "locationInModule": {
35674
35715
  "filename": "src/javascript/node-project.ts",
35675
- "line": 1014
35716
+ "line": 1018
35676
35717
  },
35677
35718
  "name": "RenderWorkflowSetupOptions",
35678
35719
  "namespace": "javascript",
@@ -35687,7 +35728,7 @@
35687
35728
  "immutable": true,
35688
35729
  "locationInModule": {
35689
35730
  "filename": "src/javascript/node-project.ts",
35690
- "line": 1019
35731
+ "line": 1023
35691
35732
  },
35692
35733
  "name": "mutable",
35693
35734
  "optional": true,
@@ -45185,6 +45226,6 @@
45185
45226
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45186
45227
  }
45187
45228
  },
45188
- "version": "0.54.36",
45189
- "fingerprint": "7Cgs3vslD5VOhkD843hIaW62e+4UjVpFdDO0wZyfs9s="
45229
+ "version": "0.54.39",
45230
+ "fingerprint": "hs1HY/k16YRjXuuPb6587dNy8An93OmexWd+eTIXwX4="
45190
45231
  }