projen 0.37.2 → 0.38.1

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 (108) hide show
  1. package/.jsii +670 -250
  2. package/API.md +53 -0
  3. package/lib/awscdk/auto-discover.d.ts +6 -0
  4. package/lib/awscdk/auto-discover.js +3 -2
  5. package/lib/awscdk/awscdk-app-ts.js +3 -2
  6. package/lib/awscdk/awscdk-construct.js +4 -3
  7. package/lib/awscdk/cdk-config.js +1 -1
  8. package/lib/awscdk/cdk-tasks.js +1 -1
  9. package/lib/awscdk/integration-test.d.ts +6 -0
  10. package/lib/awscdk/integration-test.js +5 -4
  11. package/lib/awscdk/java-app.js +1 -1
  12. package/lib/awscdk/lambda-function.js +2 -2
  13. package/lib/cdk/construct-lib.js +1 -1
  14. package/lib/cdk/jsii-docgen.js +1 -1
  15. package/lib/cdk/jsii-project.js +1 -1
  16. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  17. package/lib/cdk8s/cdk8s-construct.js +1 -1
  18. package/lib/cdktf/cdktf-construct.js +1 -1
  19. package/lib/component.js +1 -1
  20. package/lib/dependencies.js +1 -1
  21. package/lib/dev-env.js +1 -1
  22. package/lib/docker-compose.js +2 -2
  23. package/lib/file.js +1 -1
  24. package/lib/gitattributes.js +1 -1
  25. package/lib/github/auto-approve.d.ts +7 -0
  26. package/lib/github/auto-approve.js +4 -4
  27. package/lib/github/auto-merge.js +1 -1
  28. package/lib/github/dependabot.js +1 -1
  29. package/lib/github/github-project.js +1 -1
  30. package/lib/github/github.js +1 -1
  31. package/lib/github/mergify.js +1 -1
  32. package/lib/github/pr-template.js +1 -1
  33. package/lib/github/pull-request-lint.d.ts +7 -0
  34. package/lib/github/pull-request-lint.js +5 -5
  35. package/lib/github/stale.d.ts +7 -0
  36. package/lib/github/stale.js +4 -3
  37. package/lib/github/task-workflow.d.ts +7 -0
  38. package/lib/github/task-workflow.js +4 -5
  39. package/lib/github/workflows-model.d.ts +82 -2
  40. package/lib/github/workflows-model.js +1 -1
  41. package/lib/github/workflows.js +9 -3
  42. package/lib/gitpod.js +1 -1
  43. package/lib/ignore-file.js +1 -1
  44. package/lib/ini.js +1 -1
  45. package/lib/java/java-project.js +1 -1
  46. package/lib/java/junit.js +1 -1
  47. package/lib/java/maven-compile.js +1 -1
  48. package/lib/java/maven-packaging.js +1 -1
  49. package/lib/java/maven-sample.js +1 -1
  50. package/lib/java/pom.js +1 -1
  51. package/lib/java/projenrc.js +1 -1
  52. package/lib/javascript/bundler.js +1 -1
  53. package/lib/javascript/eslint.js +1 -1
  54. package/lib/javascript/jest.js +1 -1
  55. package/lib/javascript/node-package.js +1 -1
  56. package/lib/javascript/node-project.js +1 -1
  57. package/lib/javascript/npm-config.js +1 -1
  58. package/lib/javascript/projenrc.js +1 -1
  59. package/lib/javascript/typescript-config.js +1 -1
  60. package/lib/javascript/upgrade-dependencies.d.ts +7 -0
  61. package/lib/javascript/upgrade-dependencies.js +12 -11
  62. package/lib/json.js +1 -1
  63. package/lib/license.js +1 -1
  64. package/lib/logger.js +1 -1
  65. package/lib/makefile.js +1 -1
  66. package/lib/object-file.js +1 -1
  67. package/lib/project-build.js +1 -1
  68. package/lib/project.js +1 -1
  69. package/lib/projects.js +1 -1
  70. package/lib/projenrc-json.js +1 -1
  71. package/lib/python/pip.js +1 -1
  72. package/lib/python/poetry.js +2 -2
  73. package/lib/python/projenrc.js +1 -1
  74. package/lib/python/pytest.js +1 -1
  75. package/lib/python/python-project.js +1 -1
  76. package/lib/python/python-sample.js +1 -1
  77. package/lib/python/requirements-file.js +1 -1
  78. package/lib/python/setuppy.js +1 -1
  79. package/lib/python/setuptools.js +1 -1
  80. package/lib/python/venv.js +1 -1
  81. package/lib/readme.js +1 -1
  82. package/lib/release/publisher.d.ts +8 -0
  83. package/lib/release/publisher.js +5 -4
  84. package/lib/release/release-trigger.js +1 -1
  85. package/lib/release/release.d.ts +8 -0
  86. package/lib/release/release.js +6 -2
  87. package/lib/sample-file.js +2 -2
  88. package/lib/semver.js +1 -1
  89. package/lib/source-code.js +1 -1
  90. package/lib/task-runtime.js +1 -1
  91. package/lib/task.js +1 -1
  92. package/lib/tasks.js +1 -1
  93. package/lib/textfile.js +1 -1
  94. package/lib/toml.js +1 -1
  95. package/lib/typescript/projenrc.js +1 -1
  96. package/lib/typescript/typescript-typedoc.js +1 -1
  97. package/lib/typescript/typescript.js +3 -3
  98. package/lib/version.js +1 -1
  99. package/lib/vscode/devcontainer.js +1 -1
  100. package/lib/vscode/launch-config.js +1 -1
  101. package/lib/vscode/vscode.js +1 -1
  102. package/lib/web/next.js +3 -3
  103. package/lib/web/postcss.js +1 -1
  104. package/lib/web/react.js +4 -4
  105. package/lib/web/tailwind.js +1 -1
  106. package/lib/xmlfile.js +1 -1
  107. package/lib/yaml.js +1 -1
  108. package/package.json +1 -1
package/.jsii CHANGED
@@ -8994,7 +8994,7 @@
8994
8994
  },
8995
8995
  "locationInModule": {
8996
8996
  "filename": "src/awscdk/auto-discover.ts",
8997
- "line": 36
8997
+ "line": 41
8998
8998
  },
8999
8999
  "parameters": [
9000
9000
  {
@@ -9014,7 +9014,7 @@
9014
9014
  "kind": "class",
9015
9015
  "locationInModule": {
9016
9016
  "filename": "src/awscdk/auto-discover.ts",
9017
- "line": 33
9017
+ "line": 38
9018
9018
  },
9019
9019
  "name": "AutoDiscover",
9020
9020
  "namespace": "awscdk",
@@ -9068,6 +9068,22 @@
9068
9068
  "primitive": "string"
9069
9069
  }
9070
9070
  },
9071
+ {
9072
+ "abstract": true,
9073
+ "docs": {
9074
+ "stability": "experimental",
9075
+ "summary": "Path to the tsconfig file to use for integration tests."
9076
+ },
9077
+ "immutable": true,
9078
+ "locationInModule": {
9079
+ "filename": "src/awscdk/auto-discover.ts",
9080
+ "line": 31
9081
+ },
9082
+ "name": "tsconfigPath",
9083
+ "type": {
9084
+ "primitive": "string"
9085
+ }
9086
+ },
9071
9087
  {
9072
9088
  "abstract": true,
9073
9089
  "docs": {
@@ -9131,7 +9147,7 @@
9131
9147
  },
9132
9148
  "locationInModule": {
9133
9149
  "filename": "src/awscdk/awscdk-construct.ts",
9134
- "line": 179
9150
+ "line": 180
9135
9151
  },
9136
9152
  "name": "addCdkDependencies",
9137
9153
  "parameters": [
@@ -9155,7 +9171,7 @@
9155
9171
  },
9156
9172
  "locationInModule": {
9157
9173
  "filename": "src/awscdk/awscdk-construct.ts",
9158
- "line": 195
9174
+ "line": 196
9159
9175
  },
9160
9176
  "name": "addCdkTestDependencies",
9161
9177
  "parameters": [
@@ -9214,7 +9230,7 @@
9214
9230
  "immutable": true,
9215
9231
  "locationInModule": {
9216
9232
  "filename": "src/awscdk/awscdk-construct.ts",
9217
- "line": 162
9233
+ "line": 163
9218
9234
  },
9219
9235
  "name": "version",
9220
9236
  "type": {
@@ -9706,7 +9722,7 @@
9706
9722
  },
9707
9723
  "locationInModule": {
9708
9724
  "filename": "src/awscdk/awscdk-app-ts.ts",
9709
- "line": 183
9725
+ "line": 184
9710
9726
  },
9711
9727
  "name": "addCdkDependency",
9712
9728
  "parameters": [
@@ -10306,7 +10322,7 @@
10306
10322
  "kind": "class",
10307
10323
  "locationInModule": {
10308
10324
  "filename": "src/awscdk/awscdk-construct.ts",
10309
- "line": 208
10325
+ "line": 209
10310
10326
  },
10311
10327
  "name": "ConstructLibraryAws",
10312
10328
  "namespace": "awscdk",
@@ -10326,7 +10342,7 @@
10326
10342
  "kind": "interface",
10327
10343
  "locationInModule": {
10328
10344
  "filename": "src/awscdk/awscdk-construct.ts",
10329
- "line": 205
10345
+ "line": 206
10330
10346
  },
10331
10347
  "name": "ConstructLibraryAwsOptions",
10332
10348
  "namespace": "awscdk",
@@ -10346,7 +10362,7 @@
10346
10362
  },
10347
10363
  "locationInModule": {
10348
10364
  "filename": "src/awscdk/integration-test.ts",
10349
- "line": 60
10365
+ "line": 66
10350
10366
  },
10351
10367
  "parameters": [
10352
10368
  {
@@ -10366,7 +10382,7 @@
10366
10382
  "kind": "class",
10367
10383
  "locationInModule": {
10368
10384
  "filename": "src/awscdk/integration-test.ts",
10369
- "line": 34
10385
+ "line": 40
10370
10386
  },
10371
10387
  "name": "IntegrationTest",
10372
10388
  "namespace": "awscdk",
@@ -10379,7 +10395,7 @@
10379
10395
  "immutable": true,
10380
10396
  "locationInModule": {
10381
10397
  "filename": "src/awscdk/integration-test.ts",
10382
- "line": 48
10398
+ "line": 54
10383
10399
  },
10384
10400
  "name": "assertTask",
10385
10401
  "type": {
@@ -10394,7 +10410,7 @@
10394
10410
  "immutable": true,
10395
10411
  "locationInModule": {
10396
10412
  "filename": "src/awscdk/integration-test.ts",
10397
- "line": 38
10413
+ "line": 44
10398
10414
  },
10399
10415
  "name": "deployTask",
10400
10416
  "type": {
@@ -10409,7 +10425,7 @@
10409
10425
  "immutable": true,
10410
10426
  "locationInModule": {
10411
10427
  "filename": "src/awscdk/integration-test.ts",
10412
- "line": 43
10428
+ "line": 49
10413
10429
  },
10414
10430
  "name": "destroyTask",
10415
10431
  "type": {
@@ -10424,7 +10440,7 @@
10424
10440
  "immutable": true,
10425
10441
  "locationInModule": {
10426
10442
  "filename": "src/awscdk/integration-test.ts",
10427
- "line": 53
10443
+ "line": 59
10428
10444
  },
10429
10445
  "name": "snapshotTask",
10430
10446
  "type": {
@@ -10439,7 +10455,7 @@
10439
10455
  "immutable": true,
10440
10456
  "locationInModule": {
10441
10457
  "filename": "src/awscdk/integration-test.ts",
10442
- "line": 58
10458
+ "line": 64
10443
10459
  },
10444
10460
  "name": "watchTask",
10445
10461
  "type": {
@@ -10459,7 +10475,7 @@
10459
10475
  "kind": "interface",
10460
10476
  "locationInModule": {
10461
10477
  "filename": "src/awscdk/integration-test.ts",
10462
- "line": 7
10478
+ "line": 8
10463
10479
  },
10464
10480
  "name": "IntegrationTestCommonOptions",
10465
10481
  "namespace": "awscdk",
@@ -10475,7 +10491,7 @@
10475
10491
  "immutable": true,
10476
10492
  "locationInModule": {
10477
10493
  "filename": "src/awscdk/integration-test.ts",
10478
- "line": 13
10494
+ "line": 14
10479
10495
  },
10480
10496
  "name": "destroyAfterDeploy",
10481
10497
  "optional": true,
@@ -10500,7 +10516,7 @@
10500
10516
  "kind": "interface",
10501
10517
  "locationInModule": {
10502
10518
  "filename": "src/awscdk/integration-test.ts",
10503
- "line": 19
10519
+ "line": 20
10504
10520
  },
10505
10521
  "name": "IntegrationTestOptions",
10506
10522
  "namespace": "awscdk",
@@ -10516,12 +10532,28 @@
10516
10532
  "immutable": true,
10517
10533
  "locationInModule": {
10518
10534
  "filename": "src/awscdk/integration-test.ts",
10519
- "line": 28
10535
+ "line": 29
10520
10536
  },
10521
10537
  "name": "entrypoint",
10522
10538
  "type": {
10523
10539
  "primitive": "string"
10524
10540
  }
10541
+ },
10542
+ {
10543
+ "abstract": true,
10544
+ "docs": {
10545
+ "stability": "experimental",
10546
+ "summary": "The path of the tsconfig.json file to use when running integration test cdk apps."
10547
+ },
10548
+ "immutable": true,
10549
+ "locationInModule": {
10550
+ "filename": "src/awscdk/integration-test.ts",
10551
+ "line": 34
10552
+ },
10553
+ "name": "tsconfigPath",
10554
+ "type": {
10555
+ "primitive": "string"
10556
+ }
10525
10557
  }
10526
10558
  ],
10527
10559
  "symbolId": "src/awscdk/integration-test:IntegrationTestOptions"
@@ -12085,7 +12117,7 @@
12085
12117
  },
12086
12118
  "locationInModule": {
12087
12119
  "filename": "src/github/auto-approve.ts",
12088
- "line": 42
12120
+ "line": 48
12089
12121
  },
12090
12122
  "parameters": [
12091
12123
  {
@@ -12105,7 +12137,7 @@
12105
12137
  "kind": "class",
12106
12138
  "locationInModule": {
12107
12139
  "filename": "src/github/auto-approve.ts",
12108
- "line": 39
12140
+ "line": 45
12109
12141
  },
12110
12142
  "name": "AutoApprove",
12111
12143
  "namespace": "github",
@@ -12117,7 +12149,7 @@
12117
12149
  "immutable": true,
12118
12150
  "locationInModule": {
12119
12151
  "filename": "src/github/auto-approve.ts",
12120
- "line": 40
12152
+ "line": 46
12121
12153
  },
12122
12154
  "name": "label",
12123
12155
  "type": {
@@ -12200,6 +12232,29 @@
12200
12232
  "type": {
12201
12233
  "primitive": "string"
12202
12234
  }
12235
+ },
12236
+ {
12237
+ "abstract": true,
12238
+ "docs": {
12239
+ "default": "[\"ubuntu-latest\"]",
12240
+ "stability": "experimental",
12241
+ "summary": "Github Runner selection labels."
12242
+ },
12243
+ "immutable": true,
12244
+ "locationInModule": {
12245
+ "filename": "src/github/auto-approve.ts",
12246
+ "line": 39
12247
+ },
12248
+ "name": "runsOn",
12249
+ "optional": true,
12250
+ "type": {
12251
+ "collection": {
12252
+ "elementtype": {
12253
+ "primitive": "string"
12254
+ },
12255
+ "kind": "array"
12256
+ }
12257
+ }
12203
12258
  }
12204
12259
  ],
12205
12260
  "symbolId": "src/github/auto-approve:AutoApproveOptions"
@@ -13704,7 +13759,7 @@
13704
13759
  "kind": "interface",
13705
13760
  "locationInModule": {
13706
13761
  "filename": "src/github/task-workflow.ts",
13707
- "line": 189
13762
+ "line": 194
13708
13763
  },
13709
13764
  "name": "GitIdentity",
13710
13765
  "namespace": "github",
@@ -13718,7 +13773,7 @@
13718
13773
  "immutable": true,
13719
13774
  "locationInModule": {
13720
13775
  "filename": "src/github/task-workflow.ts",
13721
- "line": 198
13776
+ "line": 203
13722
13777
  },
13723
13778
  "name": "email",
13724
13779
  "type": {
@@ -13734,7 +13789,7 @@
13734
13789
  "immutable": true,
13735
13790
  "locationInModule": {
13736
13791
  "filename": "src/github/task-workflow.ts",
13737
- "line": 193
13792
+ "line": 198
13738
13793
  },
13739
13794
  "name": "name",
13740
13795
  "type": {
@@ -13825,7 +13880,7 @@
13825
13880
  },
13826
13881
  "locationInModule": {
13827
13882
  "filename": "src/github/workflows.ts",
13828
- "line": 110
13883
+ "line": 117
13829
13884
  },
13830
13885
  "name": "addJobsLater",
13831
13886
  "parameters": [
@@ -13984,7 +14039,7 @@
13984
14039
  "kind": "interface",
13985
14040
  "locationInModule": {
13986
14041
  "filename": "src/github/workflows.ts",
13987
- "line": 234
14042
+ "line": 241
13988
14043
  },
13989
14044
  "methods": [
13990
14045
  {
@@ -13995,7 +14050,7 @@
13995
14050
  },
13996
14051
  "locationInModule": {
13997
14052
  "filename": "src/github/workflows.ts",
13998
- "line": 238
14053
+ "line": 245
13999
14054
  },
14000
14055
  "name": "renderJobs",
14001
14056
  "returns": {
@@ -14297,7 +14352,7 @@
14297
14352
  },
14298
14353
  "locationInModule": {
14299
14354
  "filename": "src/github/pull-request-lint.ts",
14300
- "line": 48
14355
+ "line": 54
14301
14356
  },
14302
14357
  "parameters": [
14303
14358
  {
@@ -14318,7 +14373,7 @@
14318
14373
  "kind": "class",
14319
14374
  "locationInModule": {
14320
14375
  "filename": "src/github/pull-request-lint.ts",
14321
- "line": 47
14376
+ "line": 53
14322
14377
  },
14323
14378
  "name": "PullRequestLint",
14324
14379
  "namespace": "github",
@@ -14340,6 +14395,29 @@
14340
14395
  "name": "PullRequestLintOptions",
14341
14396
  "namespace": "github",
14342
14397
  "properties": [
14398
+ {
14399
+ "abstract": true,
14400
+ "docs": {
14401
+ "default": "[\"ubuntu-latest\"]",
14402
+ "stability": "experimental",
14403
+ "summary": "Github Runner selection labels."
14404
+ },
14405
+ "immutable": true,
14406
+ "locationInModule": {
14407
+ "filename": "src/github/pull-request-lint.ts",
14408
+ "line": 27
14409
+ },
14410
+ "name": "runsOn",
14411
+ "optional": true,
14412
+ "type": {
14413
+ "collection": {
14414
+ "elementtype": {
14415
+ "primitive": "string"
14416
+ },
14417
+ "kind": "array"
14418
+ }
14419
+ }
14420
+ },
14343
14421
  {
14344
14422
  "abstract": true,
14345
14423
  "docs": {
@@ -14476,7 +14554,7 @@
14476
14554
  "kind": "interface",
14477
14555
  "locationInModule": {
14478
14556
  "filename": "src/github/pull-request-lint.ts",
14479
- "line": 28
14557
+ "line": 34
14480
14558
  },
14481
14559
  "name": "SemanticTitleOptions",
14482
14560
  "namespace": "github",
@@ -14492,7 +14570,7 @@
14492
14570
  "immutable": true,
14493
14571
  "locationInModule": {
14494
14572
  "filename": "src/github/pull-request-lint.ts",
14495
- "line": 40
14573
+ "line": 46
14496
14574
  },
14497
14575
  "name": "requireScope",
14498
14576
  "optional": true,
@@ -14510,7 +14588,7 @@
14510
14588
  "immutable": true,
14511
14589
  "locationInModule": {
14512
14590
  "filename": "src/github/pull-request-lint.ts",
14513
- "line": 33
14591
+ "line": 39
14514
14592
  },
14515
14593
  "name": "types",
14516
14594
  "optional": true,
@@ -14542,7 +14620,7 @@
14542
14620
  },
14543
14621
  "locationInModule": {
14544
14622
  "filename": "src/github/stale.ts",
14545
- "line": 84
14623
+ "line": 90
14546
14624
  },
14547
14625
  "parameters": [
14548
14626
  {
@@ -14563,7 +14641,7 @@
14563
14641
  "kind": "class",
14564
14642
  "locationInModule": {
14565
14643
  "filename": "src/github/stale.ts",
14566
- "line": 83
14644
+ "line": 89
14567
14645
  },
14568
14646
  "name": "Stale",
14569
14647
  "namespace": "github",
@@ -14580,7 +14658,7 @@
14580
14658
  "kind": "interface",
14581
14659
  "locationInModule": {
14582
14660
  "filename": "src/github/stale.ts",
14583
- "line": 30
14661
+ "line": 36
14584
14662
  },
14585
14663
  "name": "StaleBehavior",
14586
14664
  "namespace": "github",
@@ -14598,7 +14676,7 @@
14598
14676
  "immutable": true,
14599
14677
  "locationInModule": {
14600
14678
  "filename": "src/github/stale.ts",
14601
- "line": 63
14679
+ "line": 69
14602
14680
  },
14603
14681
  "name": "closeMessage",
14604
14682
  "optional": true,
@@ -14617,7 +14695,7 @@
14617
14695
  "immutable": true,
14618
14696
  "locationInModule": {
14619
14697
  "filename": "src/github/stale.ts",
14620
- "line": 50
14698
+ "line": 56
14621
14699
  },
14622
14700
  "name": "daysBeforeClose",
14623
14701
  "optional": true,
@@ -14636,7 +14714,7 @@
14636
14714
  "immutable": true,
14637
14715
  "locationInModule": {
14638
14716
  "filename": "src/github/stale.ts",
14639
- "line": 44
14717
+ "line": 50
14640
14718
  },
14641
14719
  "name": "daysBeforeStale",
14642
14720
  "optional": true,
@@ -14655,7 +14733,7 @@
14655
14733
  "immutable": true,
14656
14734
  "locationInModule": {
14657
14735
  "filename": "src/github/stale.ts",
14658
- "line": 38
14736
+ "line": 44
14659
14737
  },
14660
14738
  "name": "enabled",
14661
14739
  "optional": true,
@@ -14673,7 +14751,7 @@
14673
14751
  "immutable": true,
14674
14752
  "locationInModule": {
14675
14753
  "filename": "src/github/stale.ts",
14676
- "line": 69
14754
+ "line": 75
14677
14755
  },
14678
14756
  "name": "staleLabel",
14679
14757
  "optional": true,
@@ -14691,7 +14769,7 @@
14691
14769
  "immutable": true,
14692
14770
  "locationInModule": {
14693
14771
  "filename": "src/github/stale.ts",
14694
- "line": 56
14772
+ "line": 62
14695
14773
  },
14696
14774
  "name": "staleMessage",
14697
14775
  "optional": true,
@@ -14753,6 +14831,29 @@
14753
14831
  "type": {
14754
14832
  "fqn": "projen.github.StaleBehavior"
14755
14833
  }
14834
+ },
14835
+ {
14836
+ "abstract": true,
14837
+ "docs": {
14838
+ "default": "[\"ubuntu-latest\"]",
14839
+ "stability": "experimental",
14840
+ "summary": "Github Runner selection labels."
14841
+ },
14842
+ "immutable": true,
14843
+ "locationInModule": {
14844
+ "filename": "src/github/stale.ts",
14845
+ "line": 30
14846
+ },
14847
+ "name": "runsOn",
14848
+ "optional": true,
14849
+ "type": {
14850
+ "collection": {
14851
+ "elementtype": {
14852
+ "primitive": "string"
14853
+ },
14854
+ "kind": "array"
14855
+ }
14856
+ }
14756
14857
  }
14757
14858
  ],
14758
14859
  "symbolId": "src/github/stale:StaleOptions"
@@ -14771,7 +14872,7 @@
14771
14872
  },
14772
14873
  "locationInModule": {
14773
14874
  "filename": "src/github/task-workflow.ts",
14774
- "line": 112
14875
+ "line": 117
14775
14876
  },
14776
14877
  "parameters": [
14777
14878
  {
@@ -14791,7 +14892,7 @@
14791
14892
  "kind": "class",
14792
14893
  "locationInModule": {
14793
14894
  "filename": "src/github/task-workflow.ts",
14794
- "line": 108
14895
+ "line": 113
14795
14896
  },
14796
14897
  "name": "TaskWorkflow",
14797
14898
  "namespace": "github",
@@ -14803,7 +14904,7 @@
14803
14904
  "immutable": true,
14804
14905
  "locationInModule": {
14805
14906
  "filename": "src/github/task-workflow.ts",
14806
- "line": 110
14907
+ "line": 115
14807
14908
  },
14808
14909
  "name": "jobId",
14809
14910
  "type": {
@@ -14823,7 +14924,7 @@
14823
14924
  "kind": "interface",
14824
14925
  "locationInModule": {
14825
14926
  "filename": "src/github/task-workflow.ts",
14826
- "line": 10
14927
+ "line": 9
14827
14928
  },
14828
14929
  "name": "TaskWorkflowOptions",
14829
14930
  "namespace": "github",
@@ -14837,7 +14938,7 @@
14837
14938
  "immutable": true,
14838
14939
  "locationInModule": {
14839
14940
  "filename": "src/github/task-workflow.ts",
14840
- "line": 14
14941
+ "line": 13
14841
14942
  },
14842
14943
  "name": "name",
14843
14944
  "type": {
@@ -14853,7 +14954,7 @@
14853
14954
  "immutable": true,
14854
14955
  "locationInModule": {
14855
14956
  "filename": "src/github/task-workflow.ts",
14856
- "line": 90
14957
+ "line": 89
14857
14958
  },
14858
14959
  "name": "permissions",
14859
14960
  "type": {
@@ -14869,7 +14970,7 @@
14869
14970
  "immutable": true,
14870
14971
  "locationInModule": {
14871
14972
  "filename": "src/github/task-workflow.ts",
14872
- "line": 72
14973
+ "line": 71
14873
14974
  },
14874
14975
  "name": "task",
14875
14976
  "type": {
@@ -14886,7 +14987,7 @@
14886
14987
  "immutable": true,
14887
14988
  "locationInModule": {
14888
14989
  "filename": "src/github/task-workflow.ts",
14889
- "line": 39
14990
+ "line": 38
14890
14991
  },
14891
14992
  "name": "artifactsDirectory",
14892
14993
  "optional": true,
@@ -14904,7 +15005,7 @@
14904
15005
  "immutable": true,
14905
15006
  "locationInModule": {
14906
15007
  "filename": "src/github/task-workflow.ts",
14907
- "line": 60
15008
+ "line": 59
14908
15009
  },
14909
15010
  "name": "checkoutWith",
14910
15011
  "optional": true,
@@ -14926,7 +15027,7 @@
14926
15027
  "immutable": true,
14927
15028
  "locationInModule": {
14928
15029
  "filename": "src/github/task-workflow.ts",
14929
- "line": 30
15030
+ "line": 29
14930
15031
  },
14931
15032
  "name": "condition",
14932
15033
  "optional": true,
@@ -14943,7 +15044,7 @@
14943
15044
  "immutable": true,
14944
15045
  "locationInModule": {
14945
15046
  "filename": "src/github/task-workflow.ts",
14946
- "line": 25
15047
+ "line": 24
14947
15048
  },
14948
15049
  "name": "container",
14949
15050
  "optional": true,
@@ -14961,7 +15062,7 @@
14961
15062
  "immutable": true,
14962
15063
  "locationInModule": {
14963
15064
  "filename": "src/github/task-workflow.ts",
14964
- "line": 85
15065
+ "line": 84
14965
15066
  },
14966
15067
  "name": "env",
14967
15068
  "optional": true,
@@ -14983,7 +15084,7 @@
14983
15084
  "immutable": true,
14984
15085
  "locationInModule": {
14985
15086
  "filename": "src/github/task-workflow.ts",
14986
- "line": 102
15087
+ "line": 101
14987
15088
  },
14988
15089
  "name": "gitIdentity",
14989
15090
  "optional": true,
@@ -15001,7 +15102,7 @@
15001
15102
  "immutable": true,
15002
15103
  "locationInModule": {
15003
15104
  "filename": "src/github/task-workflow.ts",
15004
- "line": 20
15105
+ "line": 19
15005
15106
  },
15006
15107
  "name": "jobId",
15007
15108
  "optional": true,
@@ -15019,7 +15120,7 @@
15019
15120
  "immutable": true,
15020
15121
  "locationInModule": {
15021
15122
  "filename": "src/github/task-workflow.ts",
15022
- "line": 97
15123
+ "line": 96
15023
15124
  },
15024
15125
  "name": "outputs",
15025
15126
  "optional": true,
@@ -15042,7 +15143,7 @@
15042
15143
  "immutable": true,
15043
15144
  "locationInModule": {
15044
15145
  "filename": "src/github/task-workflow.ts",
15045
- "line": 79
15146
+ "line": 78
15046
15147
  },
15047
15148
  "name": "postBuildSteps",
15048
15149
  "optional": true,
@@ -15065,7 +15166,7 @@
15065
15166
  "immutable": true,
15066
15167
  "locationInModule": {
15067
15168
  "filename": "src/github/task-workflow.ts",
15068
- "line": 67
15169
+ "line": 66
15069
15170
  },
15070
15171
  "name": "preBuildSteps",
15071
15172
  "optional": true,
@@ -15088,7 +15189,7 @@
15088
15189
  "immutable": true,
15089
15190
  "locationInModule": {
15090
15191
  "filename": "src/github/task-workflow.ts",
15091
- "line": 53
15192
+ "line": 52
15092
15193
  },
15093
15194
  "name": "preCheckoutSteps",
15094
15195
  "optional": true,
@@ -15101,6 +15202,29 @@
15101
15202
  }
15102
15203
  }
15103
15204
  },
15205
+ {
15206
+ "abstract": true,
15207
+ "docs": {
15208
+ "default": "[\"ubuntu-latest\"]",
15209
+ "stability": "experimental",
15210
+ "summary": "Github Runner selection labels."
15211
+ },
15212
+ "immutable": true,
15213
+ "locationInModule": {
15214
+ "filename": "src/github/task-workflow.ts",
15215
+ "line": 107
15216
+ },
15217
+ "name": "runsOn",
15218
+ "optional": true,
15219
+ "type": {
15220
+ "collection": {
15221
+ "elementtype": {
15222
+ "primitive": "string"
15223
+ },
15224
+ "kind": "array"
15225
+ }
15226
+ }
15227
+ },
15104
15228
  {
15105
15229
  "abstract": true,
15106
15230
  "docs": {
@@ -15111,7 +15235,7 @@
15111
15235
  "immutable": true,
15112
15236
  "locationInModule": {
15113
15237
  "filename": "src/github/task-workflow.ts",
15114
- "line": 46
15238
+ "line": 45
15115
15239
  },
15116
15240
  "name": "triggers",
15117
15241
  "optional": true,
@@ -15177,6 +15301,50 @@
15177
15301
  "namespace": "github",
15178
15302
  "symbolId": "src/github/dependabot:VersioningStrategy"
15179
15303
  },
15304
+ "projen.github.workflows.BranchProtectionRuleOptions": {
15305
+ "assembly": "projen",
15306
+ "datatype": true,
15307
+ "docs": {
15308
+ "stability": "experimental",
15309
+ "summary": "Branch Protection Rule options."
15310
+ },
15311
+ "fqn": "projen.github.workflows.BranchProtectionRuleOptions",
15312
+ "kind": "interface",
15313
+ "locationInModule": {
15314
+ "filename": "src/github/workflows-model.ts",
15315
+ "line": 649
15316
+ },
15317
+ "name": "BranchProtectionRuleOptions",
15318
+ "namespace": "github.workflows",
15319
+ "properties": [
15320
+ {
15321
+ "abstract": true,
15322
+ "docs": {
15323
+ "custom": {
15324
+ "defaults": "- all activity types"
15325
+ },
15326
+ "stability": "experimental",
15327
+ "summary": "Which activity types to trigger on."
15328
+ },
15329
+ "immutable": true,
15330
+ "locationInModule": {
15331
+ "filename": "src/github/workflows-model.ts",
15332
+ "line": 655
15333
+ },
15334
+ "name": "types",
15335
+ "optional": true,
15336
+ "type": {
15337
+ "collection": {
15338
+ "elementtype": {
15339
+ "primitive": "string"
15340
+ },
15341
+ "kind": "array"
15342
+ }
15343
+ }
15344
+ }
15345
+ ],
15346
+ "symbolId": "src/github/workflows-model:BranchProtectionRuleOptions"
15347
+ },
15180
15348
  "projen.github.workflows.CheckRunOptions": {
15181
15349
  "assembly": "projen",
15182
15350
  "datatype": true,
@@ -15188,7 +15356,7 @@
15188
15356
  "kind": "interface",
15189
15357
  "locationInModule": {
15190
15358
  "filename": "src/github/workflows-model.ts",
15191
- "line": 624
15359
+ "line": 661
15192
15360
  },
15193
15361
  "name": "CheckRunOptions",
15194
15362
  "namespace": "github.workflows",
@@ -15205,7 +15373,7 @@
15205
15373
  "immutable": true,
15206
15374
  "locationInModule": {
15207
15375
  "filename": "src/github/workflows-model.ts",
15208
- "line": 630
15376
+ "line": 667
15209
15377
  },
15210
15378
  "name": "types",
15211
15379
  "optional": true,
@@ -15232,7 +15400,7 @@
15232
15400
  "kind": "interface",
15233
15401
  "locationInModule": {
15234
15402
  "filename": "src/github/workflows-model.ts",
15235
- "line": 636
15403
+ "line": 673
15236
15404
  },
15237
15405
  "name": "CheckSuiteOptions",
15238
15406
  "namespace": "github.workflows",
@@ -15249,7 +15417,7 @@
15249
15417
  "immutable": true,
15250
15418
  "locationInModule": {
15251
15419
  "filename": "src/github/workflows-model.ts",
15252
- "line": 642
15420
+ "line": 679
15253
15421
  },
15254
15422
  "name": "types",
15255
15423
  "optional": true,
@@ -15471,7 +15639,7 @@
15471
15639
  "kind": "interface",
15472
15640
  "locationInModule": {
15473
15641
  "filename": "src/github/workflows-model.ts",
15474
- "line": 872
15642
+ "line": 938
15475
15643
  },
15476
15644
  "name": "CreateOptions",
15477
15645
  "namespace": "github.workflows",
@@ -15488,7 +15656,7 @@
15488
15656
  "kind": "interface",
15489
15657
  "locationInModule": {
15490
15658
  "filename": "src/github/workflows-model.ts",
15491
- "line": 602
15659
+ "line": 627
15492
15660
  },
15493
15661
  "name": "CronScheduleOptions",
15494
15662
  "namespace": "github.workflows",
@@ -15502,7 +15670,7 @@
15502
15670
  "immutable": true,
15503
15671
  "locationInModule": {
15504
15672
  "filename": "src/github/workflows-model.ts",
15505
- "line": 606
15673
+ "line": 631
15506
15674
  },
15507
15675
  "name": "cron",
15508
15676
  "type": {
@@ -15523,7 +15691,7 @@
15523
15691
  "kind": "interface",
15524
15692
  "locationInModule": {
15525
15693
  "filename": "src/github/workflows-model.ts",
15526
- "line": 877
15694
+ "line": 943
15527
15695
  },
15528
15696
  "name": "DeleteOptions",
15529
15697
  "namespace": "github.workflows",
@@ -15540,7 +15708,7 @@
15540
15708
  "kind": "interface",
15541
15709
  "locationInModule": {
15542
15710
  "filename": "src/github/workflows-model.ts",
15543
- "line": 882
15711
+ "line": 948
15544
15712
  },
15545
15713
  "name": "DeploymentOptions",
15546
15714
  "namespace": "github.workflows",
@@ -15557,12 +15725,100 @@
15557
15725
  "kind": "interface",
15558
15726
  "locationInModule": {
15559
15727
  "filename": "src/github/workflows-model.ts",
15560
- "line": 887
15728
+ "line": 953
15561
15729
  },
15562
15730
  "name": "DeploymentStatusOptions",
15563
15731
  "namespace": "github.workflows",
15564
15732
  "symbolId": "src/github/workflows-model:DeploymentStatusOptions"
15565
15733
  },
15734
+ "projen.github.workflows.DiscussionCommentOptions": {
15735
+ "assembly": "projen",
15736
+ "datatype": true,
15737
+ "docs": {
15738
+ "stability": "experimental",
15739
+ "summary": "Discussion comment options."
15740
+ },
15741
+ "fqn": "projen.github.workflows.DiscussionCommentOptions",
15742
+ "kind": "interface",
15743
+ "locationInModule": {
15744
+ "filename": "src/github/workflows-model.ts",
15745
+ "line": 697
15746
+ },
15747
+ "name": "DiscussionCommentOptions",
15748
+ "namespace": "github.workflows",
15749
+ "properties": [
15750
+ {
15751
+ "abstract": true,
15752
+ "docs": {
15753
+ "custom": {
15754
+ "defaults": "- all activity types"
15755
+ },
15756
+ "stability": "experimental",
15757
+ "summary": "Which activity types to trigger on."
15758
+ },
15759
+ "immutable": true,
15760
+ "locationInModule": {
15761
+ "filename": "src/github/workflows-model.ts",
15762
+ "line": 703
15763
+ },
15764
+ "name": "types",
15765
+ "optional": true,
15766
+ "type": {
15767
+ "collection": {
15768
+ "elementtype": {
15769
+ "primitive": "string"
15770
+ },
15771
+ "kind": "array"
15772
+ }
15773
+ }
15774
+ }
15775
+ ],
15776
+ "symbolId": "src/github/workflows-model:DiscussionCommentOptions"
15777
+ },
15778
+ "projen.github.workflows.DiscussionOptions": {
15779
+ "assembly": "projen",
15780
+ "datatype": true,
15781
+ "docs": {
15782
+ "stability": "experimental",
15783
+ "summary": "Discussion options."
15784
+ },
15785
+ "fqn": "projen.github.workflows.DiscussionOptions",
15786
+ "kind": "interface",
15787
+ "locationInModule": {
15788
+ "filename": "src/github/workflows-model.ts",
15789
+ "line": 685
15790
+ },
15791
+ "name": "DiscussionOptions",
15792
+ "namespace": "github.workflows",
15793
+ "properties": [
15794
+ {
15795
+ "abstract": true,
15796
+ "docs": {
15797
+ "custom": {
15798
+ "defaults": "- all activity types"
15799
+ },
15800
+ "stability": "experimental",
15801
+ "summary": "Which activity types to trigger on."
15802
+ },
15803
+ "immutable": true,
15804
+ "locationInModule": {
15805
+ "filename": "src/github/workflows-model.ts",
15806
+ "line": 691
15807
+ },
15808
+ "name": "types",
15809
+ "optional": true,
15810
+ "type": {
15811
+ "collection": {
15812
+ "elementtype": {
15813
+ "primitive": "string"
15814
+ },
15815
+ "kind": "array"
15816
+ }
15817
+ }
15818
+ }
15819
+ ],
15820
+ "symbolId": "src/github/workflows-model:DiscussionOptions"
15821
+ },
15566
15822
  "projen.github.workflows.ForkOptions": {
15567
15823
  "assembly": "projen",
15568
15824
  "datatype": true,
@@ -15574,7 +15830,7 @@
15574
15830
  "kind": "interface",
15575
15831
  "locationInModule": {
15576
15832
  "filename": "src/github/workflows-model.ts",
15577
- "line": 892
15833
+ "line": 958
15578
15834
  },
15579
15835
  "name": "ForkOptions",
15580
15836
  "namespace": "github.workflows",
@@ -15591,7 +15847,7 @@
15591
15847
  "kind": "interface",
15592
15848
  "locationInModule": {
15593
15849
  "filename": "src/github/workflows-model.ts",
15594
- "line": 897
15850
+ "line": 963
15595
15851
  },
15596
15852
  "name": "GollumOptions",
15597
15853
  "namespace": "github.workflows",
@@ -15608,7 +15864,7 @@
15608
15864
  "kind": "interface",
15609
15865
  "locationInModule": {
15610
15866
  "filename": "src/github/workflows-model.ts",
15611
- "line": 648
15867
+ "line": 709
15612
15868
  },
15613
15869
  "name": "IssueCommentOptions",
15614
15870
  "namespace": "github.workflows",
@@ -15625,7 +15881,7 @@
15625
15881
  "immutable": true,
15626
15882
  "locationInModule": {
15627
15883
  "filename": "src/github/workflows-model.ts",
15628
- "line": 654
15884
+ "line": 715
15629
15885
  },
15630
15886
  "name": "types",
15631
15887
  "optional": true,
@@ -15652,7 +15908,7 @@
15652
15908
  "kind": "interface",
15653
15909
  "locationInModule": {
15654
15910
  "filename": "src/github/workflows-model.ts",
15655
- "line": 660
15911
+ "line": 721
15656
15912
  },
15657
15913
  "name": "IssuesOptions",
15658
15914
  "namespace": "github.workflows",
@@ -15669,7 +15925,7 @@
15669
15925
  "immutable": true,
15670
15926
  "locationInModule": {
15671
15927
  "filename": "src/github/workflows-model.ts",
15672
- "line": 666
15928
+ "line": 727
15673
15929
  },
15674
15930
  "name": "types",
15675
15931
  "optional": true,
@@ -15722,7 +15978,7 @@
15722
15978
  {
15723
15979
  "abstract": true,
15724
15980
  "docs": {
15725
- "example": "\"ubuntu-latest\"",
15981
+ "example": "[\"ubuntu-latest\"]",
15726
15982
  "remarks": "The machine can be either a\nGitHub-hosted runner or a self-hosted runner.",
15727
15983
  "stability": "experimental",
15728
15984
  "summary": "The type of machine to run the job on."
@@ -15734,7 +15990,12 @@
15734
15990
  },
15735
15991
  "name": "runsOn",
15736
15992
  "type": {
15737
- "primitive": "string"
15993
+ "collection": {
15994
+ "elementtype": {
15995
+ "primitive": "string"
15996
+ },
15997
+ "kind": "array"
15998
+ }
15738
15999
  }
15739
16000
  },
15740
16001
  {
@@ -16699,7 +16960,7 @@
16699
16960
  "kind": "interface",
16700
16961
  "locationInModule": {
16701
16962
  "filename": "src/github/workflows-model.ts",
16702
- "line": 672
16963
+ "line": 733
16703
16964
  },
16704
16965
  "name": "LabelOptions",
16705
16966
  "namespace": "github.workflows",
@@ -16716,7 +16977,7 @@
16716
16977
  "immutable": true,
16717
16978
  "locationInModule": {
16718
16979
  "filename": "src/github/workflows-model.ts",
16719
- "line": 678
16980
+ "line": 739
16720
16981
  },
16721
16982
  "name": "types",
16722
16983
  "optional": true,
@@ -16743,7 +17004,7 @@
16743
17004
  "kind": "interface",
16744
17005
  "locationInModule": {
16745
17006
  "filename": "src/github/workflows-model.ts",
16746
- "line": 684
17007
+ "line": 745
16747
17008
  },
16748
17009
  "name": "MilestoneOptions",
16749
17010
  "namespace": "github.workflows",
@@ -16760,7 +17021,7 @@
16760
17021
  "immutable": true,
16761
17022
  "locationInModule": {
16762
17023
  "filename": "src/github/workflows-model.ts",
16763
- "line": 690
17024
+ "line": 751
16764
17025
  },
16765
17026
  "name": "types",
16766
17027
  "optional": true,
@@ -16787,7 +17048,7 @@
16787
17048
  "kind": "interface",
16788
17049
  "locationInModule": {
16789
17050
  "filename": "src/github/workflows-model.ts",
16790
- "line": 902
17051
+ "line": 968
16791
17052
  },
16792
17053
  "name": "PageBuildOptions",
16793
17054
  "namespace": "github.workflows",
@@ -16804,7 +17065,7 @@
16804
17065
  "kind": "interface",
16805
17066
  "locationInModule": {
16806
17067
  "filename": "src/github/workflows-model.ts",
16807
- "line": 708
17068
+ "line": 769
16808
17069
  },
16809
17070
  "name": "ProjectCardOptions",
16810
17071
  "namespace": "github.workflows",
@@ -16821,7 +17082,7 @@
16821
17082
  "immutable": true,
16822
17083
  "locationInModule": {
16823
17084
  "filename": "src/github/workflows-model.ts",
16824
- "line": 714
17085
+ "line": 775
16825
17086
  },
16826
17087
  "name": "types",
16827
17088
  "optional": true,
@@ -16848,7 +17109,7 @@
16848
17109
  "kind": "interface",
16849
17110
  "locationInModule": {
16850
17111
  "filename": "src/github/workflows-model.ts",
16851
- "line": 720
17112
+ "line": 781
16852
17113
  },
16853
17114
  "name": "ProjectColumnOptions",
16854
17115
  "namespace": "github.workflows",
@@ -16865,7 +17126,7 @@
16865
17126
  "immutable": true,
16866
17127
  "locationInModule": {
16867
17128
  "filename": "src/github/workflows-model.ts",
16868
- "line": 726
17129
+ "line": 787
16869
17130
  },
16870
17131
  "name": "types",
16871
17132
  "optional": true,
@@ -16892,7 +17153,7 @@
16892
17153
  "kind": "interface",
16893
17154
  "locationInModule": {
16894
17155
  "filename": "src/github/workflows-model.ts",
16895
- "line": 696
17156
+ "line": 757
16896
17157
  },
16897
17158
  "name": "ProjectOptions",
16898
17159
  "namespace": "github.workflows",
@@ -16909,7 +17170,7 @@
16909
17170
  "immutable": true,
16910
17171
  "locationInModule": {
16911
17172
  "filename": "src/github/workflows-model.ts",
16912
- "line": 702
17173
+ "line": 763
16913
17174
  },
16914
17175
  "name": "types",
16915
17176
  "optional": true,
@@ -16936,7 +17197,7 @@
16936
17197
  "kind": "interface",
16937
17198
  "locationInModule": {
16938
17199
  "filename": "src/github/workflows-model.ts",
16939
- "line": 907
17200
+ "line": 973
16940
17201
  },
16941
17202
  "name": "PublicOptions",
16942
17203
  "namespace": "github.workflows",
@@ -16953,7 +17214,7 @@
16953
17214
  "kind": "interface",
16954
17215
  "locationInModule": {
16955
17216
  "filename": "src/github/workflows-model.ts",
16956
- "line": 732
17217
+ "line": 793
16957
17218
  },
16958
17219
  "name": "PullRequestOptions",
16959
17220
  "namespace": "github.workflows",
@@ -16970,7 +17231,7 @@
16970
17231
  "immutable": true,
16971
17232
  "locationInModule": {
16972
17233
  "filename": "src/github/workflows-model.ts",
16973
- "line": 738
17234
+ "line": 799
16974
17235
  },
16975
17236
  "name": "types",
16976
17237
  "optional": true,
@@ -16997,7 +17258,7 @@
16997
17258
  "kind": "interface",
16998
17259
  "locationInModule": {
16999
17260
  "filename": "src/github/workflows-model.ts",
17000
- "line": 756
17261
+ "line": 817
17001
17262
  },
17002
17263
  "name": "PullRequestReviewCommentOptions",
17003
17264
  "namespace": "github.workflows",
@@ -17014,7 +17275,7 @@
17014
17275
  "immutable": true,
17015
17276
  "locationInModule": {
17016
17277
  "filename": "src/github/workflows-model.ts",
17017
- "line": 762
17278
+ "line": 823
17018
17279
  },
17019
17280
  "name": "types",
17020
17281
  "optional": true,
@@ -17041,7 +17302,7 @@
17041
17302
  "kind": "interface",
17042
17303
  "locationInModule": {
17043
17304
  "filename": "src/github/workflows-model.ts",
17044
- "line": 744
17305
+ "line": 805
17045
17306
  },
17046
17307
  "name": "PullRequestReviewOptions",
17047
17308
  "namespace": "github.workflows",
@@ -17058,7 +17319,7 @@
17058
17319
  "immutable": true,
17059
17320
  "locationInModule": {
17060
17321
  "filename": "src/github/workflows-model.ts",
17061
- "line": 750
17322
+ "line": 811
17062
17323
  },
17063
17324
  "name": "types",
17064
17325
  "optional": true,
@@ -17088,7 +17349,7 @@
17088
17349
  "kind": "interface",
17089
17350
  "locationInModule": {
17090
17351
  "filename": "src/github/workflows-model.ts",
17091
- "line": 768
17352
+ "line": 829
17092
17353
  },
17093
17354
  "name": "PullRequestTargetOptions",
17094
17355
  "namespace": "github.workflows",
@@ -17105,7 +17366,7 @@
17105
17366
  "immutable": true,
17106
17367
  "locationInModule": {
17107
17368
  "filename": "src/github/workflows-model.ts",
17108
- "line": 774
17369
+ "line": 835
17109
17370
  },
17110
17371
  "name": "types",
17111
17372
  "optional": true,
@@ -17132,7 +17393,7 @@
17132
17393
  "kind": "interface",
17133
17394
  "locationInModule": {
17134
17395
  "filename": "src/github/workflows-model.ts",
17135
- "line": 780
17396
+ "line": 841
17136
17397
  },
17137
17398
  "name": "PushOptions",
17138
17399
  "namespace": "github.workflows",
@@ -17148,7 +17409,7 @@
17148
17409
  "immutable": true,
17149
17410
  "locationInModule": {
17150
17411
  "filename": "src/github/workflows-model.ts",
17151
- "line": 790
17412
+ "line": 851
17152
17413
  },
17153
17414
  "name": "branches",
17154
17415
  "optional": true,
@@ -17172,7 +17433,7 @@
17172
17433
  "immutable": true,
17173
17434
  "locationInModule": {
17174
17435
  "filename": "src/github/workflows-model.ts",
17175
- "line": 812
17436
+ "line": 873
17176
17437
  },
17177
17438
  "name": "paths",
17178
17439
  "optional": true,
@@ -17196,7 +17457,7 @@
17196
17457
  "immutable": true,
17197
17458
  "locationInModule": {
17198
17459
  "filename": "src/github/workflows-model.ts",
17199
- "line": 802
17460
+ "line": 863
17200
17461
  },
17201
17462
  "name": "tags",
17202
17463
  "optional": true,
@@ -17223,7 +17484,7 @@
17223
17484
  "kind": "interface",
17224
17485
  "locationInModule": {
17225
17486
  "filename": "src/github/workflows-model.ts",
17226
- "line": 818
17487
+ "line": 879
17227
17488
  },
17228
17489
  "name": "RegistryPackageOptions",
17229
17490
  "namespace": "github.workflows",
@@ -17240,7 +17501,7 @@
17240
17501
  "immutable": true,
17241
17502
  "locationInModule": {
17242
17503
  "filename": "src/github/workflows-model.ts",
17243
- "line": 824
17504
+ "line": 885
17244
17505
  },
17245
17506
  "name": "types",
17246
17507
  "optional": true,
@@ -17267,7 +17528,7 @@
17267
17528
  "kind": "interface",
17268
17529
  "locationInModule": {
17269
17530
  "filename": "src/github/workflows-model.ts",
17270
- "line": 830
17531
+ "line": 891
17271
17532
  },
17272
17533
  "name": "ReleaseOptions",
17273
17534
  "namespace": "github.workflows",
@@ -17284,7 +17545,7 @@
17284
17545
  "immutable": true,
17285
17546
  "locationInModule": {
17286
17547
  "filename": "src/github/workflows-model.ts",
17287
- "line": 836
17548
+ "line": 897
17288
17549
  },
17289
17550
  "name": "types",
17290
17551
  "optional": true,
@@ -17311,7 +17572,7 @@
17311
17572
  "kind": "interface",
17312
17573
  "locationInModule": {
17313
17574
  "filename": "src/github/workflows-model.ts",
17314
- "line": 612
17575
+ "line": 637
17315
17576
  },
17316
17577
  "name": "RepositoryDispatchOptions",
17317
17578
  "namespace": "github.workflows",
@@ -17328,7 +17589,7 @@
17328
17589
  "immutable": true,
17329
17590
  "locationInModule": {
17330
17591
  "filename": "src/github/workflows-model.ts",
17331
- "line": 618
17592
+ "line": 643
17332
17593
  },
17333
17594
  "name": "types",
17334
17595
  "optional": true,
@@ -17409,7 +17670,7 @@
17409
17670
  "kind": "interface",
17410
17671
  "locationInModule": {
17411
17672
  "filename": "src/github/workflows-model.ts",
17412
- "line": 912
17673
+ "line": 978
17413
17674
  },
17414
17675
  "name": "StatusOptions",
17415
17676
  "namespace": "github.workflows",
@@ -17432,6 +17693,23 @@
17432
17693
  "name": "Triggers",
17433
17694
  "namespace": "github.workflows",
17434
17695
  "properties": [
17696
+ {
17697
+ "abstract": true,
17698
+ "docs": {
17699
+ "stability": "experimental",
17700
+ "summary": "Runs your workflow anytime the branch_protection_rule event occurs."
17701
+ },
17702
+ "immutable": true,
17703
+ "locationInModule": {
17704
+ "filename": "src/github/workflows-model.ts",
17705
+ "line": 441
17706
+ },
17707
+ "name": "branchProtectionRule",
17708
+ "optional": true,
17709
+ "type": {
17710
+ "fqn": "projen.github.workflows.BranchProtectionRuleOptions"
17711
+ }
17712
+ },
17435
17713
  {
17436
17714
  "abstract": true,
17437
17715
  "docs": {
@@ -17441,7 +17719,7 @@
17441
17719
  "immutable": true,
17442
17720
  "locationInModule": {
17443
17721
  "filename": "src/github/workflows-model.ts",
17444
- "line": 433
17722
+ "line": 446
17445
17723
  },
17446
17724
  "name": "checkRun",
17447
17725
  "optional": true,
@@ -17458,7 +17736,7 @@
17458
17736
  "immutable": true,
17459
17737
  "locationInModule": {
17460
17738
  "filename": "src/github/workflows-model.ts",
17461
- "line": 438
17739
+ "line": 451
17462
17740
  },
17463
17741
  "name": "checkSuite",
17464
17742
  "optional": true,
@@ -17475,7 +17753,7 @@
17475
17753
  "immutable": true,
17476
17754
  "locationInModule": {
17477
17755
  "filename": "src/github/workflows-model.ts",
17478
- "line": 444
17756
+ "line": 457
17479
17757
  },
17480
17758
  "name": "create",
17481
17759
  "optional": true,
@@ -17492,7 +17770,7 @@
17492
17770
  "immutable": true,
17493
17771
  "locationInModule": {
17494
17772
  "filename": "src/github/workflows-model.ts",
17495
- "line": 450
17773
+ "line": 463
17496
17774
  },
17497
17775
  "name": "delete",
17498
17776
  "optional": true,
@@ -17510,7 +17788,7 @@
17510
17788
  "immutable": true,
17511
17789
  "locationInModule": {
17512
17790
  "filename": "src/github/workflows-model.ts",
17513
- "line": 457
17791
+ "line": 470
17514
17792
  },
17515
17793
  "name": "deployment",
17516
17794
  "optional": true,
@@ -17528,7 +17806,7 @@
17528
17806
  "immutable": true,
17529
17807
  "locationInModule": {
17530
17808
  "filename": "src/github/workflows-model.ts",
17531
- "line": 464
17809
+ "line": 477
17532
17810
  },
17533
17811
  "name": "deploymentStatus",
17534
17812
  "optional": true,
@@ -17536,6 +17814,44 @@
17536
17814
  "fqn": "projen.github.workflows.DeploymentStatusOptions"
17537
17815
  }
17538
17816
  },
17817
+ {
17818
+ "abstract": true,
17819
+ "docs": {
17820
+ "remarks": "More than one activity type triggers this event.",
17821
+ "see": "https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions",
17822
+ "stability": "experimental",
17823
+ "summary": "Runs your workflow anytime the discussion event occurs."
17824
+ },
17825
+ "immutable": true,
17826
+ "locationInModule": {
17827
+ "filename": "src/github/workflows-model.ts",
17828
+ "line": 483
17829
+ },
17830
+ "name": "discussion",
17831
+ "optional": true,
17832
+ "type": {
17833
+ "fqn": "projen.github.workflows.DiscussionOptions"
17834
+ }
17835
+ },
17836
+ {
17837
+ "abstract": true,
17838
+ "docs": {
17839
+ "remarks": "More than one activity type triggers this event.",
17840
+ "see": "https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions",
17841
+ "stability": "experimental",
17842
+ "summary": "Runs your workflow anytime the discussion_comment event occurs."
17843
+ },
17844
+ "immutable": true,
17845
+ "locationInModule": {
17846
+ "filename": "src/github/workflows-model.ts",
17847
+ "line": 489
17848
+ },
17849
+ "name": "discussionComment",
17850
+ "optional": true,
17851
+ "type": {
17852
+ "fqn": "projen.github.workflows.DiscussionCommentOptions"
17853
+ }
17854
+ },
17539
17855
  {
17540
17856
  "abstract": true,
17541
17857
  "docs": {
@@ -17545,7 +17861,7 @@
17545
17861
  "immutable": true,
17546
17862
  "locationInModule": {
17547
17863
  "filename": "src/github/workflows-model.ts",
17548
- "line": 470
17864
+ "line": 495
17549
17865
  },
17550
17866
  "name": "fork",
17551
17867
  "optional": true,
@@ -17562,7 +17878,7 @@
17562
17878
  "immutable": true,
17563
17879
  "locationInModule": {
17564
17880
  "filename": "src/github/workflows-model.ts",
17565
- "line": 476
17881
+ "line": 501
17566
17882
  },
17567
17883
  "name": "gollum",
17568
17884
  "optional": true,
@@ -17579,7 +17895,7 @@
17579
17895
  "immutable": true,
17580
17896
  "locationInModule": {
17581
17897
  "filename": "src/github/workflows-model.ts",
17582
- "line": 481
17898
+ "line": 506
17583
17899
  },
17584
17900
  "name": "issueComment",
17585
17901
  "optional": true,
@@ -17596,7 +17912,7 @@
17596
17912
  "immutable": true,
17597
17913
  "locationInModule": {
17598
17914
  "filename": "src/github/workflows-model.ts",
17599
- "line": 486
17915
+ "line": 511
17600
17916
  },
17601
17917
  "name": "issues",
17602
17918
  "optional": true,
@@ -17613,7 +17929,7 @@
17613
17929
  "immutable": true,
17614
17930
  "locationInModule": {
17615
17931
  "filename": "src/github/workflows-model.ts",
17616
- "line": 491
17932
+ "line": 516
17617
17933
  },
17618
17934
  "name": "label",
17619
17935
  "optional": true,
@@ -17630,7 +17946,7 @@
17630
17946
  "immutable": true,
17631
17947
  "locationInModule": {
17632
17948
  "filename": "src/github/workflows-model.ts",
17633
- "line": 496
17949
+ "line": 521
17634
17950
  },
17635
17951
  "name": "milestone",
17636
17952
  "optional": true,
@@ -17647,7 +17963,7 @@
17647
17963
  "immutable": true,
17648
17964
  "locationInModule": {
17649
17965
  "filename": "src/github/workflows-model.ts",
17650
- "line": 502
17966
+ "line": 527
17651
17967
  },
17652
17968
  "name": "pageBuild",
17653
17969
  "optional": true,
@@ -17664,7 +17980,7 @@
17664
17980
  "immutable": true,
17665
17981
  "locationInModule": {
17666
17982
  "filename": "src/github/workflows-model.ts",
17667
- "line": 507
17983
+ "line": 532
17668
17984
  },
17669
17985
  "name": "project",
17670
17986
  "optional": true,
@@ -17681,7 +17997,7 @@
17681
17997
  "immutable": true,
17682
17998
  "locationInModule": {
17683
17999
  "filename": "src/github/workflows-model.ts",
17684
- "line": 512
18000
+ "line": 537
17685
18001
  },
17686
18002
  "name": "projectCard",
17687
18003
  "optional": true,
@@ -17698,7 +18014,7 @@
17698
18014
  "immutable": true,
17699
18015
  "locationInModule": {
17700
18016
  "filename": "src/github/workflows-model.ts",
17701
- "line": 517
18017
+ "line": 542
17702
18018
  },
17703
18019
  "name": "projectColumn",
17704
18020
  "optional": true,
@@ -17715,7 +18031,7 @@
17715
18031
  "immutable": true,
17716
18032
  "locationInModule": {
17717
18033
  "filename": "src/github/workflows-model.ts",
17718
- "line": 523
18034
+ "line": 548
17719
18035
  },
17720
18036
  "name": "public",
17721
18037
  "optional": true,
@@ -17732,7 +18048,7 @@
17732
18048
  "immutable": true,
17733
18049
  "locationInModule": {
17734
18050
  "filename": "src/github/workflows-model.ts",
17735
- "line": 528
18051
+ "line": 553
17736
18052
  },
17737
18053
  "name": "pullRequest",
17738
18054
  "optional": true,
@@ -17749,7 +18065,7 @@
17749
18065
  "immutable": true,
17750
18066
  "locationInModule": {
17751
18067
  "filename": "src/github/workflows-model.ts",
17752
- "line": 533
18068
+ "line": 558
17753
18069
  },
17754
18070
  "name": "pullRequestReview",
17755
18071
  "optional": true,
@@ -17766,7 +18082,7 @@
17766
18082
  "immutable": true,
17767
18083
  "locationInModule": {
17768
18084
  "filename": "src/github/workflows-model.ts",
17769
- "line": 539
18085
+ "line": 564
17770
18086
  },
17771
18087
  "name": "pullRequestReviewComment",
17772
18088
  "optional": true,
@@ -17785,7 +18101,7 @@
17785
18101
  "immutable": true,
17786
18102
  "locationInModule": {
17787
18103
  "filename": "src/github/workflows-model.ts",
17788
- "line": 560
18104
+ "line": 585
17789
18105
  },
17790
18106
  "name": "pullRequestTarget",
17791
18107
  "optional": true,
@@ -17802,7 +18118,7 @@
17802
18118
  "immutable": true,
17803
18119
  "locationInModule": {
17804
18120
  "filename": "src/github/workflows-model.ts",
17805
- "line": 566
18121
+ "line": 591
17806
18122
  },
17807
18123
  "name": "push",
17808
18124
  "optional": true,
@@ -17819,7 +18135,7 @@
17819
18135
  "immutable": true,
17820
18136
  "locationInModule": {
17821
18137
  "filename": "src/github/workflows-model.ts",
17822
- "line": 571
18138
+ "line": 596
17823
18139
  },
17824
18140
  "name": "registryPackage",
17825
18141
  "optional": true,
@@ -17836,7 +18152,7 @@
17836
18152
  "immutable": true,
17837
18153
  "locationInModule": {
17838
18154
  "filename": "src/github/workflows-model.ts",
17839
- "line": 576
18155
+ "line": 601
17840
18156
  },
17841
18157
  "name": "release",
17842
18158
  "optional": true,
@@ -17894,7 +18210,7 @@
17894
18210
  "immutable": true,
17895
18211
  "locationInModule": {
17896
18212
  "filename": "src/github/workflows-model.ts",
17897
- "line": 582
18213
+ "line": 607
17898
18214
  },
17899
18215
  "name": "status",
17900
18216
  "optional": true,
@@ -17911,7 +18227,7 @@
17911
18227
  "immutable": true,
17912
18228
  "locationInModule": {
17913
18229
  "filename": "src/github/workflows-model.ts",
17914
- "line": 587
18230
+ "line": 612
17915
18231
  },
17916
18232
  "name": "watch",
17917
18233
  "optional": true,
@@ -17919,6 +18235,24 @@
17919
18235
  "fqn": "projen.github.workflows.WatchOptions"
17920
18236
  }
17921
18237
  },
18238
+ {
18239
+ "abstract": true,
18240
+ "docs": {
18241
+ "see": "https://docs.github.com/en/actions/learn-github-actions/reusing-workflows",
18242
+ "stability": "experimental",
18243
+ "summary": "Can be called from another workflow."
18244
+ },
18245
+ "immutable": true,
18246
+ "locationInModule": {
18247
+ "filename": "src/github/workflows-model.ts",
18248
+ "line": 434
18249
+ },
18250
+ "name": "workflowCall",
18251
+ "optional": true,
18252
+ "type": {
18253
+ "fqn": "projen.github.workflows.WorkflowCallOptions"
18254
+ }
18255
+ },
17922
18256
  {
17923
18257
  "abstract": true,
17924
18258
  "docs": {
@@ -17947,7 +18281,7 @@
17947
18281
  "immutable": true,
17948
18282
  "locationInModule": {
17949
18283
  "filename": "src/github/workflows-model.ts",
17950
- "line": 595
18284
+ "line": 620
17951
18285
  },
17952
18286
  "name": "workflowRun",
17953
18287
  "optional": true,
@@ -17969,7 +18303,7 @@
17969
18303
  "kind": "interface",
17970
18304
  "locationInModule": {
17971
18305
  "filename": "src/github/workflows-model.ts",
17972
- "line": 842
18306
+ "line": 903
17973
18307
  },
17974
18308
  "name": "WatchOptions",
17975
18309
  "namespace": "github.workflows",
@@ -17986,7 +18320,7 @@
17986
18320
  "immutable": true,
17987
18321
  "locationInModule": {
17988
18322
  "filename": "src/github/workflows-model.ts",
17989
- "line": 848
18323
+ "line": 909
17990
18324
  },
17991
18325
  "name": "types",
17992
18326
  "optional": true,
@@ -18002,6 +18336,23 @@
18002
18336
  ],
18003
18337
  "symbolId": "src/github/workflows-model:WatchOptions"
18004
18338
  },
18339
+ "projen.github.workflows.WorkflowCallOptions": {
18340
+ "assembly": "projen",
18341
+ "datatype": true,
18342
+ "docs": {
18343
+ "stability": "experimental",
18344
+ "summary": "The Workflow Call event accepts no options."
18345
+ },
18346
+ "fqn": "projen.github.workflows.WorkflowCallOptions",
18347
+ "kind": "interface",
18348
+ "locationInModule": {
18349
+ "filename": "src/github/workflows-model.ts",
18350
+ "line": 933
18351
+ },
18352
+ "name": "WorkflowCallOptions",
18353
+ "namespace": "github.workflows",
18354
+ "symbolId": "src/github/workflows-model:WorkflowCallOptions"
18355
+ },
18005
18356
  "projen.github.workflows.WorkflowDispatchOptions": {
18006
18357
  "assembly": "projen",
18007
18358
  "datatype": true,
@@ -18013,7 +18364,7 @@
18013
18364
  "kind": "interface",
18014
18365
  "locationInModule": {
18015
18366
  "filename": "src/github/workflows-model.ts",
18016
- "line": 867
18367
+ "line": 928
18017
18368
  },
18018
18369
  "name": "WorkflowDispatchOptions",
18019
18370
  "namespace": "github.workflows",
@@ -18030,7 +18381,7 @@
18030
18381
  "kind": "interface",
18031
18382
  "locationInModule": {
18032
18383
  "filename": "src/github/workflows-model.ts",
18033
- "line": 854
18384
+ "line": 915
18034
18385
  },
18035
18386
  "name": "WorkflowRunOptions",
18036
18387
  "namespace": "github.workflows",
@@ -18047,7 +18398,7 @@
18047
18398
  "immutable": true,
18048
18399
  "locationInModule": {
18049
18400
  "filename": "src/github/workflows-model.ts",
18050
- "line": 860
18401
+ "line": 921
18051
18402
  },
18052
18403
  "name": "types",
18053
18404
  "optional": true,
@@ -26843,7 +27194,7 @@
26843
27194
  },
26844
27195
  "locationInModule": {
26845
27196
  "filename": "src/javascript/upgrade-dependencies.ts",
26846
- "line": 110
27197
+ "line": 109
26847
27198
  },
26848
27199
  "parameters": [
26849
27200
  {
@@ -26864,7 +27215,7 @@
26864
27215
  "kind": "class",
26865
27216
  "locationInModule": {
26866
27217
  "filename": "src/javascript/upgrade-dependencies.ts",
26867
- "line": 92
27218
+ "line": 91
26868
27219
  },
26869
27220
  "methods": [
26870
27221
  {
@@ -26874,7 +27225,7 @@
26874
27225
  },
26875
27226
  "locationInModule": {
26876
27227
  "filename": "src/javascript/upgrade-dependencies.ts",
26877
- "line": 124
27228
+ "line": 123
26878
27229
  },
26879
27230
  "name": "preSynthesize",
26880
27231
  "overrides": "projen.Component"
@@ -26891,7 +27242,7 @@
26891
27242
  "immutable": true,
26892
27243
  "locationInModule": {
26893
27244
  "filename": "src/javascript/upgrade-dependencies.ts",
26894
- "line": 106
27245
+ "line": 105
26895
27246
  },
26896
27247
  "name": "ignoresProjen",
26897
27248
  "type": {
@@ -26907,7 +27258,7 @@
26907
27258
  "immutable": true,
26908
27259
  "locationInModule": {
26909
27260
  "filename": "src/javascript/upgrade-dependencies.ts",
26910
- "line": 97
27261
+ "line": 96
26911
27262
  },
26912
27263
  "name": "workflows",
26913
27264
  "type": {
@@ -26933,7 +27284,7 @@
26933
27284
  "kind": "interface",
26934
27285
  "locationInModule": {
26935
27286
  "filename": "src/javascript/upgrade-dependencies.ts",
26936
- "line": 25
27287
+ "line": 24
26937
27288
  },
26938
27289
  "name": "UpgradeDependenciesOptions",
26939
27290
  "namespace": "javascript",
@@ -26948,7 +27299,7 @@
26948
27299
  "immutable": true,
26949
27300
  "locationInModule": {
26950
27301
  "filename": "src/javascript/upgrade-dependencies.ts",
26951
- "line": 32
27302
+ "line": 31
26952
27303
  },
26953
27304
  "name": "exclude",
26954
27305
  "optional": true,
@@ -26971,7 +27322,7 @@
26971
27322
  "immutable": true,
26972
27323
  "locationInModule": {
26973
27324
  "filename": "src/javascript/upgrade-dependencies.ts",
26974
- "line": 79
27325
+ "line": 78
26975
27326
  },
26976
27327
  "name": "ignoreProjen",
26977
27328
  "optional": true,
@@ -26989,7 +27340,7 @@
26989
27340
  "immutable": true,
26990
27341
  "locationInModule": {
26991
27342
  "filename": "src/javascript/upgrade-dependencies.ts",
26992
- "line": 39
27343
+ "line": 38
26993
27344
  },
26994
27345
  "name": "include",
26995
27346
  "optional": true,
@@ -27012,7 +27363,7 @@
27012
27363
  "immutable": true,
27013
27364
  "locationInModule": {
27014
27365
  "filename": "src/javascript/upgrade-dependencies.ts",
27015
- "line": 72
27366
+ "line": 71
27016
27367
  },
27017
27368
  "name": "pullRequestTitle",
27018
27369
  "optional": true,
@@ -27030,7 +27381,7 @@
27030
27381
  "immutable": true,
27031
27382
  "locationInModule": {
27032
27383
  "filename": "src/javascript/upgrade-dependencies.ts",
27033
- "line": 86
27384
+ "line": 85
27034
27385
  },
27035
27386
  "name": "signoff",
27036
27387
  "optional": true,
@@ -27049,7 +27400,7 @@
27049
27400
  "immutable": true,
27050
27401
  "locationInModule": {
27051
27402
  "filename": "src/javascript/upgrade-dependencies.ts",
27052
- "line": 65
27403
+ "line": 64
27053
27404
  },
27054
27405
  "name": "taskName",
27055
27406
  "optional": true,
@@ -27068,7 +27419,7 @@
27068
27419
  "immutable": true,
27069
27420
  "locationInModule": {
27070
27421
  "filename": "src/javascript/upgrade-dependencies.ts",
27071
- "line": 50
27422
+ "line": 49
27072
27423
  },
27073
27424
  "name": "workflow",
27074
27425
  "optional": true,
@@ -27087,7 +27438,7 @@
27087
27438
  "immutable": true,
27088
27439
  "locationInModule": {
27089
27440
  "filename": "src/javascript/upgrade-dependencies.ts",
27090
- "line": 57
27441
+ "line": 56
27091
27442
  },
27092
27443
  "name": "workflowOptions",
27093
27444
  "optional": true,
@@ -27108,7 +27459,7 @@
27108
27459
  "kind": "class",
27109
27460
  "locationInModule": {
27110
27461
  "filename": "src/javascript/upgrade-dependencies.ts",
27111
- "line": 461
27462
+ "line": 468
27112
27463
  },
27113
27464
  "methods": [
27114
27465
  {
@@ -27118,7 +27469,7 @@
27118
27469
  },
27119
27470
  "locationInModule": {
27120
27471
  "filename": "src/javascript/upgrade-dependencies.ts",
27121
- "line": 491
27472
+ "line": 498
27122
27473
  },
27123
27474
  "name": "expressions",
27124
27475
  "parameters": [
@@ -27154,7 +27505,7 @@
27154
27505
  "immutable": true,
27155
27506
  "locationInModule": {
27156
27507
  "filename": "src/javascript/upgrade-dependencies.ts",
27157
- "line": 471
27508
+ "line": 478
27158
27509
  },
27159
27510
  "name": "DAILY",
27160
27511
  "static": true,
@@ -27171,7 +27522,7 @@
27171
27522
  "immutable": true,
27172
27523
  "locationInModule": {
27173
27524
  "filename": "src/javascript/upgrade-dependencies.ts",
27174
- "line": 486
27525
+ "line": 493
27175
27526
  },
27176
27527
  "name": "MONTHLY",
27177
27528
  "static": true,
@@ -27188,7 +27539,7 @@
27188
27539
  "immutable": true,
27189
27540
  "locationInModule": {
27190
27541
  "filename": "src/javascript/upgrade-dependencies.ts",
27191
- "line": 466
27542
+ "line": 473
27192
27543
  },
27193
27544
  "name": "NEVER",
27194
27545
  "static": true,
@@ -27205,7 +27556,7 @@
27205
27556
  "immutable": true,
27206
27557
  "locationInModule": {
27207
27558
  "filename": "src/javascript/upgrade-dependencies.ts",
27208
- "line": 476
27559
+ "line": 483
27209
27560
  },
27210
27561
  "name": "WEEKDAY",
27211
27562
  "static": true,
@@ -27222,7 +27573,7 @@
27222
27573
  "immutable": true,
27223
27574
  "locationInModule": {
27224
27575
  "filename": "src/javascript/upgrade-dependencies.ts",
27225
- "line": 481
27576
+ "line": 488
27226
27577
  },
27227
27578
  "name": "WEEKLY",
27228
27579
  "static": true,
@@ -27237,7 +27588,7 @@
27237
27588
  "immutable": true,
27238
27589
  "locationInModule": {
27239
27590
  "filename": "src/javascript/upgrade-dependencies.ts",
27240
- "line": 495
27591
+ "line": 502
27241
27592
  },
27242
27593
  "name": "cron",
27243
27594
  "type": {
@@ -27263,7 +27614,7 @@
27263
27614
  "kind": "interface",
27264
27615
  "locationInModule": {
27265
27616
  "filename": "src/javascript/upgrade-dependencies.ts",
27266
- "line": 391
27617
+ "line": 392
27267
27618
  },
27268
27619
  "name": "UpgradeDependenciesWorkflowOptions",
27269
27620
  "namespace": "javascript",
@@ -27278,7 +27629,7 @@
27278
27629
  "immutable": true,
27279
27630
  "locationInModule": {
27280
27631
  "filename": "src/javascript/upgrade-dependencies.ts",
27281
- "line": 449
27632
+ "line": 450
27282
27633
  },
27283
27634
  "name": "branches",
27284
27635
  "optional": true,
@@ -27301,7 +27652,7 @@
27301
27652
  "immutable": true,
27302
27653
  "locationInModule": {
27303
27654
  "filename": "src/javascript/upgrade-dependencies.ts",
27304
- "line": 442
27655
+ "line": 443
27305
27656
  },
27306
27657
  "name": "container",
27307
27658
  "optional": true,
@@ -27322,7 +27673,7 @@
27322
27673
  "immutable": true,
27323
27674
  "locationInModule": {
27324
27675
  "filename": "src/javascript/upgrade-dependencies.ts",
27325
- "line": 455
27676
+ "line": 456
27326
27677
  },
27327
27678
  "name": "gitIdentity",
27328
27679
  "optional": true,
@@ -27340,7 +27691,7 @@
27340
27691
  "immutable": true,
27341
27692
  "locationInModule": {
27342
27693
  "filename": "src/javascript/upgrade-dependencies.ts",
27343
- "line": 421
27694
+ "line": 422
27344
27695
  },
27345
27696
  "name": "labels",
27346
27697
  "optional": true,
@@ -27365,7 +27716,7 @@
27365
27716
  "immutable": true,
27366
27717
  "locationInModule": {
27367
27718
  "filename": "src/javascript/upgrade-dependencies.ts",
27368
- "line": 435
27719
+ "line": 436
27369
27720
  },
27370
27721
  "name": "rebuild",
27371
27722
  "optional": true,
@@ -27373,6 +27724,29 @@
27373
27724
  "primitive": "boolean"
27374
27725
  }
27375
27726
  },
27727
+ {
27728
+ "abstract": true,
27729
+ "docs": {
27730
+ "default": "[\"ubuntu-latest\"]",
27731
+ "stability": "experimental",
27732
+ "summary": "Github Runner selection labels."
27733
+ },
27734
+ "immutable": true,
27735
+ "locationInModule": {
27736
+ "filename": "src/javascript/upgrade-dependencies.ts",
27737
+ "line": 462
27738
+ },
27739
+ "name": "runsOn",
27740
+ "optional": true,
27741
+ "type": {
27742
+ "collection": {
27743
+ "elementtype": {
27744
+ "primitive": "string"
27745
+ },
27746
+ "kind": "array"
27747
+ }
27748
+ }
27749
+ },
27376
27750
  {
27377
27751
  "abstract": true,
27378
27752
  "docs": {
@@ -27383,7 +27757,7 @@
27383
27757
  "immutable": true,
27384
27758
  "locationInModule": {
27385
27759
  "filename": "src/javascript/upgrade-dependencies.ts",
27386
- "line": 398
27760
+ "line": 399
27387
27761
  },
27388
27762
  "name": "schedule",
27389
27763
  "optional": true,
@@ -27403,7 +27777,7 @@
27403
27777
  "immutable": true,
27404
27778
  "locationInModule": {
27405
27779
  "filename": "src/javascript/upgrade-dependencies.ts",
27406
- "line": 414
27780
+ "line": 415
27407
27781
  },
27408
27782
  "name": "secret",
27409
27783
  "optional": true,
@@ -29973,7 +30347,7 @@
29973
30347
  "kind": "interface",
29974
30348
  "locationInModule": {
29975
30349
  "filename": "src/release/release.ts",
29976
- "line": 471
30350
+ "line": 482
29977
30351
  },
29978
30352
  "name": "BranchOptions",
29979
30353
  "namespace": "release",
@@ -29987,7 +30361,7 @@
29987
30361
  "immutable": true,
29988
30362
  "locationInModule": {
29989
30363
  "filename": "src/release/release.ts",
29990
- "line": 481
30364
+ "line": 492
29991
30365
  },
29992
30366
  "name": "majorVersion",
29993
30367
  "type": {
@@ -30004,7 +30378,7 @@
30004
30378
  "immutable": true,
30005
30379
  "locationInModule": {
30006
30380
  "filename": "src/release/release.ts",
30007
- "line": 488
30381
+ "line": 499
30008
30382
  },
30009
30383
  "name": "prerelease",
30010
30384
  "optional": true,
@@ -30023,7 +30397,7 @@
30023
30397
  "immutable": true,
30024
30398
  "locationInModule": {
30025
30399
  "filename": "src/release/release.ts",
30026
- "line": 502
30400
+ "line": 513
30027
30401
  },
30028
30402
  "name": "tagPrefix",
30029
30403
  "optional": true,
@@ -30041,7 +30415,7 @@
30041
30415
  "immutable": true,
30042
30416
  "locationInModule": {
30043
30417
  "filename": "src/release/release.ts",
30044
- "line": 476
30418
+ "line": 487
30045
30419
  },
30046
30420
  "name": "workflowName",
30047
30421
  "optional": true,
@@ -30062,7 +30436,7 @@
30062
30436
  "kind": "interface",
30063
30437
  "locationInModule": {
30064
30438
  "filename": "src/release/publisher.ts",
30065
- "line": 499
30439
+ "line": 507
30066
30440
  },
30067
30441
  "name": "CodeArtifactOptions",
30068
30442
  "namespace": "release",
@@ -30078,7 +30452,7 @@
30078
30452
  "immutable": true,
30079
30453
  "locationInModule": {
30080
30454
  "filename": "src/release/publisher.ts",
30081
- "line": 506
30455
+ "line": 514
30082
30456
  },
30083
30457
  "name": "accessKeyIdSecret",
30084
30458
  "optional": true,
@@ -30096,7 +30470,7 @@
30096
30470
  "immutable": true,
30097
30471
  "locationInModule": {
30098
30472
  "filename": "src/release/publisher.ts",
30099
- "line": 522
30473
+ "line": 530
30100
30474
  },
30101
30475
  "name": "roleToAssume",
30102
30476
  "optional": true,
@@ -30115,7 +30489,7 @@
30115
30489
  "immutable": true,
30116
30490
  "locationInModule": {
30117
30491
  "filename": "src/release/publisher.ts",
30118
- "line": 514
30492
+ "line": 522
30119
30493
  },
30120
30494
  "name": "secretAccessKeySecret",
30121
30495
  "optional": true,
@@ -30137,7 +30511,7 @@
30137
30511
  "kind": "interface",
30138
30512
  "locationInModule": {
30139
30513
  "filename": "src/release/publisher.ts",
30140
- "line": 743
30514
+ "line": 751
30141
30515
  },
30142
30516
  "name": "GitHubReleasesPublishOptions",
30143
30517
  "namespace": "release",
@@ -30152,7 +30526,7 @@
30152
30526
  "immutable": true,
30153
30527
  "locationInModule": {
30154
30528
  "filename": "src/release/publisher.ts",
30155
- "line": 728
30529
+ "line": 736
30156
30530
  },
30157
30531
  "name": "changelogFile",
30158
30532
  "type": {
@@ -30169,7 +30543,7 @@
30169
30543
  "immutable": true,
30170
30544
  "locationInModule": {
30171
30545
  "filename": "src/release/publisher.ts",
30172
- "line": 721
30546
+ "line": 729
30173
30547
  },
30174
30548
  "name": "releaseTagFile",
30175
30549
  "type": {
@@ -30186,7 +30560,7 @@
30186
30560
  "immutable": true,
30187
30561
  "locationInModule": {
30188
30562
  "filename": "src/release/publisher.ts",
30189
- "line": 714
30563
+ "line": 722
30190
30564
  },
30191
30565
  "name": "versionFile",
30192
30566
  "type": {
@@ -30207,7 +30581,7 @@
30207
30581
  "kind": "interface",
30208
30582
  "locationInModule": {
30209
30583
  "filename": "src/release/publisher.ts",
30210
- "line": 748
30584
+ "line": 756
30211
30585
  },
30212
30586
  "name": "GitPublishOptions",
30213
30587
  "namespace": "release",
@@ -30222,7 +30596,7 @@
30222
30596
  "immutable": true,
30223
30597
  "locationInModule": {
30224
30598
  "filename": "src/release/publisher.ts",
30225
- "line": 728
30599
+ "line": 736
30226
30600
  },
30227
30601
  "name": "changelogFile",
30228
30602
  "type": {
@@ -30239,7 +30613,7 @@
30239
30613
  "immutable": true,
30240
30614
  "locationInModule": {
30241
30615
  "filename": "src/release/publisher.ts",
30242
- "line": 721
30616
+ "line": 729
30243
30617
  },
30244
30618
  "name": "releaseTagFile",
30245
30619
  "type": {
@@ -30256,7 +30630,7 @@
30256
30630
  "immutable": true,
30257
30631
  "locationInModule": {
30258
30632
  "filename": "src/release/publisher.ts",
30259
- "line": 714
30633
+ "line": 722
30260
30634
  },
30261
30635
  "name": "versionFile",
30262
30636
  "type": {
@@ -30273,7 +30647,7 @@
30273
30647
  "immutable": true,
30274
30648
  "locationInModule": {
30275
30649
  "filename": "src/release/publisher.ts",
30276
- "line": 759
30650
+ "line": 767
30277
30651
  },
30278
30652
  "name": "gitBranch",
30279
30653
  "optional": true,
@@ -30291,7 +30665,7 @@
30291
30665
  "immutable": true,
30292
30666
  "locationInModule": {
30293
30667
  "filename": "src/release/publisher.ts",
30294
- "line": 766
30668
+ "line": 774
30295
30669
  },
30296
30670
  "name": "gitPushCommand",
30297
30671
  "optional": true,
@@ -30308,7 +30682,7 @@
30308
30682
  "immutable": true,
30309
30683
  "locationInModule": {
30310
30684
  "filename": "src/release/publisher.ts",
30311
- "line": 752
30685
+ "line": 760
30312
30686
  },
30313
30687
  "name": "projectChangelogFile",
30314
30688
  "optional": true,
@@ -30330,7 +30704,7 @@
30330
30704
  "kind": "interface",
30331
30705
  "locationInModule": {
30332
30706
  "filename": "src/release/publisher.ts",
30333
- "line": 665
30707
+ "line": 673
30334
30708
  },
30335
30709
  "name": "GoPublishOptions",
30336
30710
  "namespace": "release",
@@ -30345,7 +30719,7 @@
30345
30719
  "immutable": true,
30346
30720
  "locationInModule": {
30347
30721
  "filename": "src/release/publisher.ts",
30348
- "line": 686
30722
+ "line": 694
30349
30723
  },
30350
30724
  "name": "gitBranch",
30351
30725
  "optional": true,
@@ -30363,7 +30737,7 @@
30363
30737
  "immutable": true,
30364
30738
  "locationInModule": {
30365
30739
  "filename": "src/release/publisher.ts",
30366
- "line": 705
30740
+ "line": 713
30367
30741
  },
30368
30742
  "name": "gitCommitMessage",
30369
30743
  "optional": true,
@@ -30381,7 +30755,7 @@
30381
30755
  "immutable": true,
30382
30756
  "locationInModule": {
30383
30757
  "filename": "src/release/publisher.ts",
30384
- "line": 679
30758
+ "line": 687
30385
30759
  },
30386
30760
  "name": "githubRepo",
30387
30761
  "optional": true,
@@ -30399,7 +30773,7 @@
30399
30773
  "immutable": true,
30400
30774
  "locationInModule": {
30401
30775
  "filename": "src/release/publisher.ts",
30402
- "line": 672
30776
+ "line": 680
30403
30777
  },
30404
30778
  "name": "githubTokenSecret",
30405
30779
  "optional": true,
@@ -30420,7 +30794,7 @@
30420
30794
  "immutable": true,
30421
30795
  "locationInModule": {
30422
30796
  "filename": "src/release/publisher.ts",
30423
- "line": 698
30797
+ "line": 706
30424
30798
  },
30425
30799
  "name": "gitUserEmail",
30426
30800
  "optional": true,
@@ -30438,7 +30812,7 @@
30438
30812
  "immutable": true,
30439
30813
  "locationInModule": {
30440
30814
  "filename": "src/release/publisher.ts",
30441
- "line": 692
30815
+ "line": 700
30442
30816
  },
30443
30817
  "name": "gitUserName",
30444
30818
  "optional": true,
@@ -30463,7 +30837,7 @@
30463
30837
  "kind": "interface",
30464
30838
  "locationInModule": {
30465
30839
  "filename": "src/release/publisher.ts",
30466
- "line": 574
30840
+ "line": 582
30467
30841
  },
30468
30842
  "name": "JsiiReleaseMaven",
30469
30843
  "namespace": "release",
@@ -30483,7 +30857,7 @@
30483
30857
  "kind": "interface",
30484
30858
  "locationInModule": {
30485
30859
  "filename": "src/release/publisher.ts",
30486
- "line": 447
30860
+ "line": 455
30487
30861
  },
30488
30862
  "name": "JsiiReleaseNpm",
30489
30863
  "namespace": "release",
@@ -30503,7 +30877,7 @@
30503
30877
  "kind": "interface",
30504
30878
  "locationInModule": {
30505
30879
  "filename": "src/release/publisher.ts",
30506
- "line": 557
30880
+ "line": 565
30507
30881
  },
30508
30882
  "name": "JsiiReleaseNuget",
30509
30883
  "namespace": "release",
@@ -30523,7 +30897,7 @@
30523
30897
  "kind": "interface",
30524
30898
  "locationInModule": {
30525
30899
  "filename": "src/release/publisher.ts",
30526
- "line": 528
30900
+ "line": 536
30527
30901
  },
30528
30902
  "name": "JsiiReleasePyPi",
30529
30903
  "namespace": "release",
@@ -30613,7 +30987,7 @@
30613
30987
  "kind": "interface",
30614
30988
  "locationInModule": {
30615
30989
  "filename": "src/release/publisher.ts",
30616
- "line": 579
30990
+ "line": 587
30617
30991
  },
30618
30992
  "name": "MavenPublishOptions",
30619
30993
  "namespace": "release",
@@ -30629,7 +31003,7 @@
30629
31003
  "immutable": true,
30630
31004
  "locationInModule": {
30631
31005
  "filename": "src/release/publisher.ts",
30632
- "line": 585
31006
+ "line": 593
30633
31007
  },
30634
31008
  "name": "mavenEndpoint",
30635
31009
  "optional": true,
@@ -30649,7 +31023,7 @@
30649
31023
  "immutable": true,
30650
31024
  "locationInModule": {
30651
31025
  "filename": "src/release/publisher.ts",
30652
- "line": 618
31026
+ "line": 626
30653
31027
  },
30654
31028
  "name": "mavenGpgPrivateKeyPassphrase",
30655
31029
  "optional": true,
@@ -30669,7 +31043,7 @@
30669
31043
  "immutable": true,
30670
31044
  "locationInModule": {
30671
31045
  "filename": "src/release/publisher.ts",
30672
- "line": 609
31046
+ "line": 617
30673
31047
  },
30674
31048
  "name": "mavenGpgPrivateKeySecret",
30675
31049
  "optional": true,
@@ -30689,7 +31063,7 @@
30689
31063
  "immutable": true,
30690
31064
  "locationInModule": {
30691
31065
  "filename": "src/release/publisher.ts",
30692
- "line": 644
31066
+ "line": 652
30693
31067
  },
30694
31068
  "name": "mavenPassword",
30695
31069
  "optional": true,
@@ -30707,7 +31081,7 @@
30707
31081
  "immutable": true,
30708
31082
  "locationInModule": {
30709
31083
  "filename": "src/release/publisher.ts",
30710
- "line": 599
31084
+ "line": 607
30711
31085
  },
30712
31086
  "name": "mavenRepositoryUrl",
30713
31087
  "optional": true,
@@ -30725,7 +31099,7 @@
30725
31099
  "immutable": true,
30726
31100
  "locationInModule": {
30727
31101
  "filename": "src/release/publisher.ts",
30728
- "line": 592
31102
+ "line": 600
30729
31103
  },
30730
31104
  "name": "mavenServerId",
30731
31105
  "optional": true,
@@ -30743,7 +31117,7 @@
30743
31117
  "immutable": true,
30744
31118
  "locationInModule": {
30745
31119
  "filename": "src/release/publisher.ts",
30746
- "line": 655
31120
+ "line": 663
30747
31121
  },
30748
31122
  "name": "mavenStagingProfileId",
30749
31123
  "optional": true,
@@ -30763,7 +31137,7 @@
30763
31137
  "immutable": true,
30764
31138
  "locationInModule": {
30765
31139
  "filename": "src/release/publisher.ts",
30766
- "line": 631
31140
+ "line": 639
30767
31141
  },
30768
31142
  "name": "mavenUsername",
30769
31143
  "optional": true,
@@ -30785,7 +31159,7 @@
30785
31159
  "kind": "interface",
30786
31160
  "locationInModule": {
30787
31161
  "filename": "src/release/publisher.ts",
30788
- "line": 452
31162
+ "line": 460
30789
31163
  },
30790
31164
  "name": "NpmPublishOptions",
30791
31165
  "namespace": "release",
@@ -30800,7 +31174,7 @@
30800
31174
  "immutable": true,
30801
31175
  "locationInModule": {
30802
31176
  "filename": "src/release/publisher.ts",
30803
- "line": 496
31177
+ "line": 504
30804
31178
  },
30805
31179
  "name": "codeArtifactOptions",
30806
31180
  "optional": true,
@@ -30819,7 +31193,7 @@
30819
31193
  "immutable": true,
30820
31194
  "locationInModule": {
30821
31195
  "filename": "src/release/publisher.ts",
30822
- "line": 469
31196
+ "line": 477
30823
31197
  },
30824
31198
  "name": "distTag",
30825
31199
  "optional": true,
@@ -30837,7 +31211,7 @@
30837
31211
  "immutable": true,
30838
31212
  "locationInModule": {
30839
31213
  "filename": "src/release/publisher.ts",
30840
- "line": 489
31214
+ "line": 497
30841
31215
  },
30842
31216
  "name": "npmTokenSecret",
30843
31217
  "optional": true,
@@ -30857,7 +31231,7 @@
30857
31231
  "immutable": true,
30858
31232
  "locationInModule": {
30859
31233
  "filename": "src/release/publisher.ts",
30860
- "line": 483
31234
+ "line": 491
30861
31235
  },
30862
31236
  "name": "registry",
30863
31237
  "optional": true,
@@ -30879,7 +31253,7 @@
30879
31253
  "kind": "interface",
30880
31254
  "locationInModule": {
30881
31255
  "filename": "src/release/publisher.ts",
30882
- "line": 562
31256
+ "line": 570
30883
31257
  },
30884
31258
  "name": "NugetPublishOptions",
30885
31259
  "namespace": "release",
@@ -30894,7 +31268,7 @@
30894
31268
  "immutable": true,
30895
31269
  "locationInModule": {
30896
31270
  "filename": "src/release/publisher.ts",
30897
- "line": 568
31271
+ "line": 576
30898
31272
  },
30899
31273
  "name": "nugetApiKeySecret",
30900
31274
  "optional": true,
@@ -30920,7 +31294,7 @@
30920
31294
  },
30921
31295
  "locationInModule": {
30922
31296
  "filename": "src/release/publisher.ts",
30923
- "line": 82
31297
+ "line": 89
30924
31298
  },
30925
31299
  "parameters": [
30926
31300
  {
@@ -30943,7 +31317,7 @@
30943
31317
  "kind": "class",
30944
31318
  "locationInModule": {
30945
31319
  "filename": "src/release/publisher.ts",
30946
- "line": 70
31320
+ "line": 76
30947
31321
  },
30948
31322
  "methods": [
30949
31323
  {
@@ -30954,7 +31328,7 @@
30954
31328
  },
30955
31329
  "locationInModule": {
30956
31330
  "filename": "src/release/publisher.ts",
30957
- "line": 109
31331
+ "line": 117
30958
31332
  },
30959
31333
  "name": "publishToGit",
30960
31334
  "parameters": [
@@ -30981,7 +31355,7 @@
30981
31355
  },
30982
31356
  "locationInModule": {
30983
31357
  "filename": "src/release/publisher.ts",
30984
- "line": 144
31358
+ "line": 152
30985
31359
  },
30986
31360
  "name": "publishToGitHubReleases",
30987
31361
  "parameters": [
@@ -31003,7 +31377,7 @@
31003
31377
  },
31004
31378
  "locationInModule": {
31005
31379
  "filename": "src/release/publisher.ts",
31006
- "line": 294
31380
+ "line": 302
31007
31381
  },
31008
31382
  "name": "publishToGo",
31009
31383
  "parameters": [
@@ -31026,7 +31400,7 @@
31026
31400
  },
31027
31401
  "locationInModule": {
31028
31402
  "filename": "src/release/publisher.ts",
31029
- "line": 237
31403
+ "line": 245
31030
31404
  },
31031
31405
  "name": "publishToMaven",
31032
31406
  "parameters": [
@@ -31049,7 +31423,7 @@
31049
31423
  },
31050
31424
  "locationInModule": {
31051
31425
  "filename": "src/release/publisher.ts",
31052
- "line": 189
31426
+ "line": 197
31053
31427
  },
31054
31428
  "name": "publishToNpm",
31055
31429
  "parameters": [
@@ -31072,7 +31446,7 @@
31072
31446
  },
31073
31447
  "locationInModule": {
31074
31448
  "filename": "src/release/publisher.ts",
31075
- "line": 221
31449
+ "line": 229
31076
31450
  },
31077
31451
  "name": "publishToNuget",
31078
31452
  "parameters": [
@@ -31095,7 +31469,7 @@
31095
31469
  },
31096
31470
  "locationInModule": {
31097
31471
  "filename": "src/release/publisher.ts",
31098
- "line": 274
31472
+ "line": 282
31099
31473
  },
31100
31474
  "name": "publishToPyPi",
31101
31475
  "parameters": [
@@ -31119,7 +31493,7 @@
31119
31493
  },
31120
31494
  "locationInModule": {
31121
31495
  "filename": "src/release/publisher.ts",
31122
- "line": 98
31496
+ "line": 106
31123
31497
  },
31124
31498
  "name": "renderJobs",
31125
31499
  "overrides": "projen.github.IJobProvider",
@@ -31145,7 +31519,7 @@
31145
31519
  "immutable": true,
31146
31520
  "locationInModule": {
31147
31521
  "filename": "src/release/publisher.ts",
31148
- "line": 72
31522
+ "line": 78
31149
31523
  },
31150
31524
  "name": "artifactName",
31151
31525
  "type": {
@@ -31159,7 +31533,7 @@
31159
31533
  "immutable": true,
31160
31534
  "locationInModule": {
31161
31535
  "filename": "src/release/publisher.ts",
31162
- "line": 71
31536
+ "line": 77
31163
31537
  },
31164
31538
  "name": "buildJobId",
31165
31539
  "type": {
@@ -31173,7 +31547,7 @@
31173
31547
  "immutable": true,
31174
31548
  "locationInModule": {
31175
31549
  "filename": "src/release/publisher.ts",
31176
- "line": 73
31550
+ "line": 79
31177
31551
  },
31178
31552
  "name": "jsiiReleaseVersion",
31179
31553
  "type": {
@@ -31187,7 +31561,7 @@
31187
31561
  "immutable": true,
31188
31562
  "locationInModule": {
31189
31563
  "filename": "src/release/publisher.ts",
31190
- "line": 74
31564
+ "line": 80
31191
31565
  },
31192
31566
  "name": "condition",
31193
31567
  "optional": true,
@@ -31321,6 +31695,29 @@
31321
31695
  "type": {
31322
31696
  "primitive": "string"
31323
31697
  }
31698
+ },
31699
+ {
31700
+ "abstract": true,
31701
+ "docs": {
31702
+ "default": "[\"ubuntu-latest\"]",
31703
+ "stability": "experimental",
31704
+ "summary": "Github Runner selection labels."
31705
+ },
31706
+ "immutable": true,
31707
+ "locationInModule": {
31708
+ "filename": "src/release/publisher.ts",
31709
+ "line": 68
31710
+ },
31711
+ "name": "workflowRunsOn",
31712
+ "optional": true,
31713
+ "type": {
31714
+ "collection": {
31715
+ "elementtype": {
31716
+ "primitive": "string"
31717
+ },
31718
+ "kind": "array"
31719
+ }
31720
+ }
31324
31721
  }
31325
31722
  ],
31326
31723
  "symbolId": "src/release/publisher:PublisherOptions"
@@ -31336,7 +31733,7 @@
31336
31733
  "kind": "interface",
31337
31734
  "locationInModule": {
31338
31735
  "filename": "src/release/publisher.ts",
31339
- "line": 533
31736
+ "line": 541
31340
31737
  },
31341
31738
  "name": "PyPiPublishOptions",
31342
31739
  "namespace": "release",
@@ -31351,7 +31748,7 @@
31351
31748
  "immutable": true,
31352
31749
  "locationInModule": {
31353
31750
  "filename": "src/release/publisher.ts",
31354
- "line": 551
31751
+ "line": 559
31355
31752
  },
31356
31753
  "name": "twinePasswordSecret",
31357
31754
  "optional": true,
@@ -31369,7 +31766,7 @@
31369
31766
  "immutable": true,
31370
31767
  "locationInModule": {
31371
31768
  "filename": "src/release/publisher.ts",
31372
- "line": 539
31769
+ "line": 547
31373
31770
  },
31374
31771
  "name": "twineRegistryUrl",
31375
31772
  "optional": true,
@@ -31387,7 +31784,7 @@
31387
31784
  "immutable": true,
31388
31785
  "locationInModule": {
31389
31786
  "filename": "src/release/publisher.ts",
31390
- "line": 545
31787
+ "line": 553
31391
31788
  },
31392
31789
  "name": "twineUsernameSecret",
31393
31790
  "optional": true,
@@ -31413,7 +31810,7 @@
31413
31810
  },
31414
31811
  "locationInModule": {
31415
31812
  "filename": "src/release/release.ts",
31416
- "line": 218
31813
+ "line": 225
31417
31814
  },
31418
31815
  "parameters": [
31419
31816
  {
@@ -31433,7 +31830,7 @@
31433
31830
  "kind": "class",
31434
31831
  "locationInModule": {
31435
31832
  "filename": "src/release/release.ts",
31436
- "line": 198
31833
+ "line": 204
31437
31834
  },
31438
31835
  "methods": [
31439
31836
  {
@@ -31444,7 +31841,7 @@
31444
31841
  },
31445
31842
  "locationInModule": {
31446
31843
  "filename": "src/release/release.ts",
31447
- "line": 305
31844
+ "line": 314
31448
31845
  },
31449
31846
  "name": "addBranch",
31450
31847
  "parameters": [
@@ -31475,7 +31872,7 @@
31475
31872
  },
31476
31873
  "locationInModule": {
31477
31874
  "filename": "src/release/release.ts",
31478
- "line": 334
31875
+ "line": 343
31479
31876
  },
31480
31877
  "name": "addJobs",
31481
31878
  "parameters": [
@@ -31507,7 +31904,7 @@
31507
31904
  "immutable": true,
31508
31905
  "locationInModule": {
31509
31906
  "filename": "src/release/release.ts",
31510
- "line": 343
31907
+ "line": 352
31511
31908
  },
31512
31909
  "name": "branches",
31513
31910
  "type": {
@@ -31527,7 +31924,7 @@
31527
31924
  "immutable": true,
31528
31925
  "locationInModule": {
31529
31926
  "filename": "src/release/release.ts",
31530
- "line": 202
31927
+ "line": 208
31531
31928
  },
31532
31929
  "name": "publisher",
31533
31930
  "type": {
@@ -31551,7 +31948,7 @@
31551
31948
  "kind": "interface",
31552
31949
  "locationInModule": {
31553
31950
  "filename": "src/release/release.ts",
31554
- "line": 160
31951
+ "line": 166
31555
31952
  },
31556
31953
  "name": "ReleaseOptions",
31557
31954
  "namespace": "release",
@@ -31566,7 +31963,7 @@
31566
31963
  "immutable": true,
31567
31964
  "locationInModule": {
31568
31965
  "filename": "src/release/release.ts",
31569
- "line": 183
31966
+ "line": 189
31570
31967
  },
31571
31968
  "name": "branch",
31572
31969
  "type": {
@@ -31583,7 +31980,7 @@
31583
31980
  "immutable": true,
31584
31981
  "locationInModule": {
31585
31982
  "filename": "src/release/release.ts",
31586
- "line": 166
31983
+ "line": 172
31587
31984
  },
31588
31985
  "name": "task",
31589
31986
  "type": {
@@ -31600,7 +31997,7 @@
31600
31997
  "immutable": true,
31601
31998
  "locationInModule": {
31602
31999
  "filename": "src/release/release.ts",
31603
- "line": 173
32000
+ "line": 179
31604
32001
  },
31605
32002
  "name": "versionFile",
31606
32003
  "type": {
@@ -31617,7 +32014,7 @@
31617
32014
  "immutable": true,
31618
32015
  "locationInModule": {
31619
32016
  "filename": "src/release/release.ts",
31620
- "line": 190
32017
+ "line": 196
31621
32018
  },
31622
32019
  "name": "githubRelease",
31623
32020
  "optional": true,
@@ -31975,6 +32372,29 @@
31975
32372
  "type": {
31976
32373
  "primitive": "string"
31977
32374
  }
32375
+ },
32376
+ {
32377
+ "abstract": true,
32378
+ "docs": {
32379
+ "default": "[\"ubuntu-latest\"]",
32380
+ "stability": "experimental",
32381
+ "summary": "Github Runner selection labels."
32382
+ },
32383
+ "immutable": true,
32384
+ "locationInModule": {
32385
+ "filename": "src/release/release.ts",
32386
+ "line": 160
32387
+ },
32388
+ "name": "workflowRunsOn",
32389
+ "optional": true,
32390
+ "type": {
32391
+ "collection": {
32392
+ "elementtype": {
32393
+ "primitive": "string"
32394
+ },
32395
+ "kind": "array"
32396
+ }
32397
+ }
31978
32398
  }
31979
32399
  ],
31980
32400
  "symbolId": "src/release/release:ReleaseProjectOptions"
@@ -34758,6 +35178,6 @@
34758
35178
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34759
35179
  }
34760
35180
  },
34761
- "version": "0.37.2",
34762
- "fingerprint": "8D4088vnI9dW6gH7sPGw805lmRL65HjeZ9s4DqoH4b8="
35181
+ "version": "0.38.1",
35182
+ "fingerprint": "iC4syuEqSFzA+a+sYHRLnepKcIe4T/OVEjTZVUocDrU="
34763
35183
  }