projen 0.37.1 → 0.38.0
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.
- package/.jsii +360 -106
- package/API.md +8 -0
- package/lib/awscdk/auto-discover.d.ts +6 -0
- package/lib/awscdk/auto-discover.js +3 -2
- package/lib/awscdk/awscdk-app-ts.js +3 -2
- package/lib/awscdk/awscdk-construct.js +4 -3
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.d.ts +6 -0
- package/lib/awscdk/integration-test.js +5 -4
- package/lib/awscdk/java-app.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows-model.d.ts +80 -0
- package/lib/github/workflows-model.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +3 -2
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +5 -5
package/.jsii
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"stability": "experimental"
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/projen/projen.git",
|
|
31
|
-
"jsiiVersion": "1.
|
|
31
|
+
"jsiiVersion": "1.47.0 (build 86d2c33)",
|
|
32
32
|
"keywords": [
|
|
33
33
|
"cdk",
|
|
34
34
|
"cicd",
|
|
@@ -8994,7 +8994,7 @@
|
|
|
8994
8994
|
},
|
|
8995
8995
|
"locationInModule": {
|
|
8996
8996
|
"filename": "src/awscdk/auto-discover.ts",
|
|
8997
|
-
"line":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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"
|
|
@@ -15177,6 +15209,50 @@
|
|
|
15177
15209
|
"namespace": "github",
|
|
15178
15210
|
"symbolId": "src/github/dependabot:VersioningStrategy"
|
|
15179
15211
|
},
|
|
15212
|
+
"projen.github.workflows.BranchProtectionRuleOptions": {
|
|
15213
|
+
"assembly": "projen",
|
|
15214
|
+
"datatype": true,
|
|
15215
|
+
"docs": {
|
|
15216
|
+
"stability": "experimental",
|
|
15217
|
+
"summary": "Branch Protection Rule options."
|
|
15218
|
+
},
|
|
15219
|
+
"fqn": "projen.github.workflows.BranchProtectionRuleOptions",
|
|
15220
|
+
"kind": "interface",
|
|
15221
|
+
"locationInModule": {
|
|
15222
|
+
"filename": "src/github/workflows-model.ts",
|
|
15223
|
+
"line": 649
|
|
15224
|
+
},
|
|
15225
|
+
"name": "BranchProtectionRuleOptions",
|
|
15226
|
+
"namespace": "github.workflows",
|
|
15227
|
+
"properties": [
|
|
15228
|
+
{
|
|
15229
|
+
"abstract": true,
|
|
15230
|
+
"docs": {
|
|
15231
|
+
"custom": {
|
|
15232
|
+
"defaults": "- all activity types"
|
|
15233
|
+
},
|
|
15234
|
+
"stability": "experimental",
|
|
15235
|
+
"summary": "Which activity types to trigger on."
|
|
15236
|
+
},
|
|
15237
|
+
"immutable": true,
|
|
15238
|
+
"locationInModule": {
|
|
15239
|
+
"filename": "src/github/workflows-model.ts",
|
|
15240
|
+
"line": 655
|
|
15241
|
+
},
|
|
15242
|
+
"name": "types",
|
|
15243
|
+
"optional": true,
|
|
15244
|
+
"type": {
|
|
15245
|
+
"collection": {
|
|
15246
|
+
"elementtype": {
|
|
15247
|
+
"primitive": "string"
|
|
15248
|
+
},
|
|
15249
|
+
"kind": "array"
|
|
15250
|
+
}
|
|
15251
|
+
}
|
|
15252
|
+
}
|
|
15253
|
+
],
|
|
15254
|
+
"symbolId": "src/github/workflows-model:BranchProtectionRuleOptions"
|
|
15255
|
+
},
|
|
15180
15256
|
"projen.github.workflows.CheckRunOptions": {
|
|
15181
15257
|
"assembly": "projen",
|
|
15182
15258
|
"datatype": true,
|
|
@@ -15188,7 +15264,7 @@
|
|
|
15188
15264
|
"kind": "interface",
|
|
15189
15265
|
"locationInModule": {
|
|
15190
15266
|
"filename": "src/github/workflows-model.ts",
|
|
15191
|
-
"line":
|
|
15267
|
+
"line": 661
|
|
15192
15268
|
},
|
|
15193
15269
|
"name": "CheckRunOptions",
|
|
15194
15270
|
"namespace": "github.workflows",
|
|
@@ -15205,7 +15281,7 @@
|
|
|
15205
15281
|
"immutable": true,
|
|
15206
15282
|
"locationInModule": {
|
|
15207
15283
|
"filename": "src/github/workflows-model.ts",
|
|
15208
|
-
"line":
|
|
15284
|
+
"line": 667
|
|
15209
15285
|
},
|
|
15210
15286
|
"name": "types",
|
|
15211
15287
|
"optional": true,
|
|
@@ -15232,7 +15308,7 @@
|
|
|
15232
15308
|
"kind": "interface",
|
|
15233
15309
|
"locationInModule": {
|
|
15234
15310
|
"filename": "src/github/workflows-model.ts",
|
|
15235
|
-
"line":
|
|
15311
|
+
"line": 673
|
|
15236
15312
|
},
|
|
15237
15313
|
"name": "CheckSuiteOptions",
|
|
15238
15314
|
"namespace": "github.workflows",
|
|
@@ -15249,7 +15325,7 @@
|
|
|
15249
15325
|
"immutable": true,
|
|
15250
15326
|
"locationInModule": {
|
|
15251
15327
|
"filename": "src/github/workflows-model.ts",
|
|
15252
|
-
"line":
|
|
15328
|
+
"line": 679
|
|
15253
15329
|
},
|
|
15254
15330
|
"name": "types",
|
|
15255
15331
|
"optional": true,
|
|
@@ -15471,7 +15547,7 @@
|
|
|
15471
15547
|
"kind": "interface",
|
|
15472
15548
|
"locationInModule": {
|
|
15473
15549
|
"filename": "src/github/workflows-model.ts",
|
|
15474
|
-
"line":
|
|
15550
|
+
"line": 938
|
|
15475
15551
|
},
|
|
15476
15552
|
"name": "CreateOptions",
|
|
15477
15553
|
"namespace": "github.workflows",
|
|
@@ -15488,7 +15564,7 @@
|
|
|
15488
15564
|
"kind": "interface",
|
|
15489
15565
|
"locationInModule": {
|
|
15490
15566
|
"filename": "src/github/workflows-model.ts",
|
|
15491
|
-
"line":
|
|
15567
|
+
"line": 627
|
|
15492
15568
|
},
|
|
15493
15569
|
"name": "CronScheduleOptions",
|
|
15494
15570
|
"namespace": "github.workflows",
|
|
@@ -15502,7 +15578,7 @@
|
|
|
15502
15578
|
"immutable": true,
|
|
15503
15579
|
"locationInModule": {
|
|
15504
15580
|
"filename": "src/github/workflows-model.ts",
|
|
15505
|
-
"line":
|
|
15581
|
+
"line": 631
|
|
15506
15582
|
},
|
|
15507
15583
|
"name": "cron",
|
|
15508
15584
|
"type": {
|
|
@@ -15523,7 +15599,7 @@
|
|
|
15523
15599
|
"kind": "interface",
|
|
15524
15600
|
"locationInModule": {
|
|
15525
15601
|
"filename": "src/github/workflows-model.ts",
|
|
15526
|
-
"line":
|
|
15602
|
+
"line": 943
|
|
15527
15603
|
},
|
|
15528
15604
|
"name": "DeleteOptions",
|
|
15529
15605
|
"namespace": "github.workflows",
|
|
@@ -15540,7 +15616,7 @@
|
|
|
15540
15616
|
"kind": "interface",
|
|
15541
15617
|
"locationInModule": {
|
|
15542
15618
|
"filename": "src/github/workflows-model.ts",
|
|
15543
|
-
"line":
|
|
15619
|
+
"line": 948
|
|
15544
15620
|
},
|
|
15545
15621
|
"name": "DeploymentOptions",
|
|
15546
15622
|
"namespace": "github.workflows",
|
|
@@ -15557,12 +15633,100 @@
|
|
|
15557
15633
|
"kind": "interface",
|
|
15558
15634
|
"locationInModule": {
|
|
15559
15635
|
"filename": "src/github/workflows-model.ts",
|
|
15560
|
-
"line":
|
|
15636
|
+
"line": 953
|
|
15561
15637
|
},
|
|
15562
15638
|
"name": "DeploymentStatusOptions",
|
|
15563
15639
|
"namespace": "github.workflows",
|
|
15564
15640
|
"symbolId": "src/github/workflows-model:DeploymentStatusOptions"
|
|
15565
15641
|
},
|
|
15642
|
+
"projen.github.workflows.DiscussionCommentOptions": {
|
|
15643
|
+
"assembly": "projen",
|
|
15644
|
+
"datatype": true,
|
|
15645
|
+
"docs": {
|
|
15646
|
+
"stability": "experimental",
|
|
15647
|
+
"summary": "Discussion comment options."
|
|
15648
|
+
},
|
|
15649
|
+
"fqn": "projen.github.workflows.DiscussionCommentOptions",
|
|
15650
|
+
"kind": "interface",
|
|
15651
|
+
"locationInModule": {
|
|
15652
|
+
"filename": "src/github/workflows-model.ts",
|
|
15653
|
+
"line": 697
|
|
15654
|
+
},
|
|
15655
|
+
"name": "DiscussionCommentOptions",
|
|
15656
|
+
"namespace": "github.workflows",
|
|
15657
|
+
"properties": [
|
|
15658
|
+
{
|
|
15659
|
+
"abstract": true,
|
|
15660
|
+
"docs": {
|
|
15661
|
+
"custom": {
|
|
15662
|
+
"defaults": "- all activity types"
|
|
15663
|
+
},
|
|
15664
|
+
"stability": "experimental",
|
|
15665
|
+
"summary": "Which activity types to trigger on."
|
|
15666
|
+
},
|
|
15667
|
+
"immutable": true,
|
|
15668
|
+
"locationInModule": {
|
|
15669
|
+
"filename": "src/github/workflows-model.ts",
|
|
15670
|
+
"line": 703
|
|
15671
|
+
},
|
|
15672
|
+
"name": "types",
|
|
15673
|
+
"optional": true,
|
|
15674
|
+
"type": {
|
|
15675
|
+
"collection": {
|
|
15676
|
+
"elementtype": {
|
|
15677
|
+
"primitive": "string"
|
|
15678
|
+
},
|
|
15679
|
+
"kind": "array"
|
|
15680
|
+
}
|
|
15681
|
+
}
|
|
15682
|
+
}
|
|
15683
|
+
],
|
|
15684
|
+
"symbolId": "src/github/workflows-model:DiscussionCommentOptions"
|
|
15685
|
+
},
|
|
15686
|
+
"projen.github.workflows.DiscussionOptions": {
|
|
15687
|
+
"assembly": "projen",
|
|
15688
|
+
"datatype": true,
|
|
15689
|
+
"docs": {
|
|
15690
|
+
"stability": "experimental",
|
|
15691
|
+
"summary": "Discussion options."
|
|
15692
|
+
},
|
|
15693
|
+
"fqn": "projen.github.workflows.DiscussionOptions",
|
|
15694
|
+
"kind": "interface",
|
|
15695
|
+
"locationInModule": {
|
|
15696
|
+
"filename": "src/github/workflows-model.ts",
|
|
15697
|
+
"line": 685
|
|
15698
|
+
},
|
|
15699
|
+
"name": "DiscussionOptions",
|
|
15700
|
+
"namespace": "github.workflows",
|
|
15701
|
+
"properties": [
|
|
15702
|
+
{
|
|
15703
|
+
"abstract": true,
|
|
15704
|
+
"docs": {
|
|
15705
|
+
"custom": {
|
|
15706
|
+
"defaults": "- all activity types"
|
|
15707
|
+
},
|
|
15708
|
+
"stability": "experimental",
|
|
15709
|
+
"summary": "Which activity types to trigger on."
|
|
15710
|
+
},
|
|
15711
|
+
"immutable": true,
|
|
15712
|
+
"locationInModule": {
|
|
15713
|
+
"filename": "src/github/workflows-model.ts",
|
|
15714
|
+
"line": 691
|
|
15715
|
+
},
|
|
15716
|
+
"name": "types",
|
|
15717
|
+
"optional": true,
|
|
15718
|
+
"type": {
|
|
15719
|
+
"collection": {
|
|
15720
|
+
"elementtype": {
|
|
15721
|
+
"primitive": "string"
|
|
15722
|
+
},
|
|
15723
|
+
"kind": "array"
|
|
15724
|
+
}
|
|
15725
|
+
}
|
|
15726
|
+
}
|
|
15727
|
+
],
|
|
15728
|
+
"symbolId": "src/github/workflows-model:DiscussionOptions"
|
|
15729
|
+
},
|
|
15566
15730
|
"projen.github.workflows.ForkOptions": {
|
|
15567
15731
|
"assembly": "projen",
|
|
15568
15732
|
"datatype": true,
|
|
@@ -15574,7 +15738,7 @@
|
|
|
15574
15738
|
"kind": "interface",
|
|
15575
15739
|
"locationInModule": {
|
|
15576
15740
|
"filename": "src/github/workflows-model.ts",
|
|
15577
|
-
"line":
|
|
15741
|
+
"line": 958
|
|
15578
15742
|
},
|
|
15579
15743
|
"name": "ForkOptions",
|
|
15580
15744
|
"namespace": "github.workflows",
|
|
@@ -15591,7 +15755,7 @@
|
|
|
15591
15755
|
"kind": "interface",
|
|
15592
15756
|
"locationInModule": {
|
|
15593
15757
|
"filename": "src/github/workflows-model.ts",
|
|
15594
|
-
"line":
|
|
15758
|
+
"line": 963
|
|
15595
15759
|
},
|
|
15596
15760
|
"name": "GollumOptions",
|
|
15597
15761
|
"namespace": "github.workflows",
|
|
@@ -15608,7 +15772,7 @@
|
|
|
15608
15772
|
"kind": "interface",
|
|
15609
15773
|
"locationInModule": {
|
|
15610
15774
|
"filename": "src/github/workflows-model.ts",
|
|
15611
|
-
"line":
|
|
15775
|
+
"line": 709
|
|
15612
15776
|
},
|
|
15613
15777
|
"name": "IssueCommentOptions",
|
|
15614
15778
|
"namespace": "github.workflows",
|
|
@@ -15625,7 +15789,7 @@
|
|
|
15625
15789
|
"immutable": true,
|
|
15626
15790
|
"locationInModule": {
|
|
15627
15791
|
"filename": "src/github/workflows-model.ts",
|
|
15628
|
-
"line":
|
|
15792
|
+
"line": 715
|
|
15629
15793
|
},
|
|
15630
15794
|
"name": "types",
|
|
15631
15795
|
"optional": true,
|
|
@@ -15652,7 +15816,7 @@
|
|
|
15652
15816
|
"kind": "interface",
|
|
15653
15817
|
"locationInModule": {
|
|
15654
15818
|
"filename": "src/github/workflows-model.ts",
|
|
15655
|
-
"line":
|
|
15819
|
+
"line": 721
|
|
15656
15820
|
},
|
|
15657
15821
|
"name": "IssuesOptions",
|
|
15658
15822
|
"namespace": "github.workflows",
|
|
@@ -15669,7 +15833,7 @@
|
|
|
15669
15833
|
"immutable": true,
|
|
15670
15834
|
"locationInModule": {
|
|
15671
15835
|
"filename": "src/github/workflows-model.ts",
|
|
15672
|
-
"line":
|
|
15836
|
+
"line": 727
|
|
15673
15837
|
},
|
|
15674
15838
|
"name": "types",
|
|
15675
15839
|
"optional": true,
|
|
@@ -16699,7 +16863,7 @@
|
|
|
16699
16863
|
"kind": "interface",
|
|
16700
16864
|
"locationInModule": {
|
|
16701
16865
|
"filename": "src/github/workflows-model.ts",
|
|
16702
|
-
"line":
|
|
16866
|
+
"line": 733
|
|
16703
16867
|
},
|
|
16704
16868
|
"name": "LabelOptions",
|
|
16705
16869
|
"namespace": "github.workflows",
|
|
@@ -16716,7 +16880,7 @@
|
|
|
16716
16880
|
"immutable": true,
|
|
16717
16881
|
"locationInModule": {
|
|
16718
16882
|
"filename": "src/github/workflows-model.ts",
|
|
16719
|
-
"line":
|
|
16883
|
+
"line": 739
|
|
16720
16884
|
},
|
|
16721
16885
|
"name": "types",
|
|
16722
16886
|
"optional": true,
|
|
@@ -16743,7 +16907,7 @@
|
|
|
16743
16907
|
"kind": "interface",
|
|
16744
16908
|
"locationInModule": {
|
|
16745
16909
|
"filename": "src/github/workflows-model.ts",
|
|
16746
|
-
"line":
|
|
16910
|
+
"line": 745
|
|
16747
16911
|
},
|
|
16748
16912
|
"name": "MilestoneOptions",
|
|
16749
16913
|
"namespace": "github.workflows",
|
|
@@ -16760,7 +16924,7 @@
|
|
|
16760
16924
|
"immutable": true,
|
|
16761
16925
|
"locationInModule": {
|
|
16762
16926
|
"filename": "src/github/workflows-model.ts",
|
|
16763
|
-
"line":
|
|
16927
|
+
"line": 751
|
|
16764
16928
|
},
|
|
16765
16929
|
"name": "types",
|
|
16766
16930
|
"optional": true,
|
|
@@ -16787,7 +16951,7 @@
|
|
|
16787
16951
|
"kind": "interface",
|
|
16788
16952
|
"locationInModule": {
|
|
16789
16953
|
"filename": "src/github/workflows-model.ts",
|
|
16790
|
-
"line":
|
|
16954
|
+
"line": 968
|
|
16791
16955
|
},
|
|
16792
16956
|
"name": "PageBuildOptions",
|
|
16793
16957
|
"namespace": "github.workflows",
|
|
@@ -16804,7 +16968,7 @@
|
|
|
16804
16968
|
"kind": "interface",
|
|
16805
16969
|
"locationInModule": {
|
|
16806
16970
|
"filename": "src/github/workflows-model.ts",
|
|
16807
|
-
"line":
|
|
16971
|
+
"line": 769
|
|
16808
16972
|
},
|
|
16809
16973
|
"name": "ProjectCardOptions",
|
|
16810
16974
|
"namespace": "github.workflows",
|
|
@@ -16821,7 +16985,7 @@
|
|
|
16821
16985
|
"immutable": true,
|
|
16822
16986
|
"locationInModule": {
|
|
16823
16987
|
"filename": "src/github/workflows-model.ts",
|
|
16824
|
-
"line":
|
|
16988
|
+
"line": 775
|
|
16825
16989
|
},
|
|
16826
16990
|
"name": "types",
|
|
16827
16991
|
"optional": true,
|
|
@@ -16848,7 +17012,7 @@
|
|
|
16848
17012
|
"kind": "interface",
|
|
16849
17013
|
"locationInModule": {
|
|
16850
17014
|
"filename": "src/github/workflows-model.ts",
|
|
16851
|
-
"line":
|
|
17015
|
+
"line": 781
|
|
16852
17016
|
},
|
|
16853
17017
|
"name": "ProjectColumnOptions",
|
|
16854
17018
|
"namespace": "github.workflows",
|
|
@@ -16865,7 +17029,7 @@
|
|
|
16865
17029
|
"immutable": true,
|
|
16866
17030
|
"locationInModule": {
|
|
16867
17031
|
"filename": "src/github/workflows-model.ts",
|
|
16868
|
-
"line":
|
|
17032
|
+
"line": 787
|
|
16869
17033
|
},
|
|
16870
17034
|
"name": "types",
|
|
16871
17035
|
"optional": true,
|
|
@@ -16892,7 +17056,7 @@
|
|
|
16892
17056
|
"kind": "interface",
|
|
16893
17057
|
"locationInModule": {
|
|
16894
17058
|
"filename": "src/github/workflows-model.ts",
|
|
16895
|
-
"line":
|
|
17059
|
+
"line": 757
|
|
16896
17060
|
},
|
|
16897
17061
|
"name": "ProjectOptions",
|
|
16898
17062
|
"namespace": "github.workflows",
|
|
@@ -16909,7 +17073,7 @@
|
|
|
16909
17073
|
"immutable": true,
|
|
16910
17074
|
"locationInModule": {
|
|
16911
17075
|
"filename": "src/github/workflows-model.ts",
|
|
16912
|
-
"line":
|
|
17076
|
+
"line": 763
|
|
16913
17077
|
},
|
|
16914
17078
|
"name": "types",
|
|
16915
17079
|
"optional": true,
|
|
@@ -16936,7 +17100,7 @@
|
|
|
16936
17100
|
"kind": "interface",
|
|
16937
17101
|
"locationInModule": {
|
|
16938
17102
|
"filename": "src/github/workflows-model.ts",
|
|
16939
|
-
"line":
|
|
17103
|
+
"line": 973
|
|
16940
17104
|
},
|
|
16941
17105
|
"name": "PublicOptions",
|
|
16942
17106
|
"namespace": "github.workflows",
|
|
@@ -16953,7 +17117,7 @@
|
|
|
16953
17117
|
"kind": "interface",
|
|
16954
17118
|
"locationInModule": {
|
|
16955
17119
|
"filename": "src/github/workflows-model.ts",
|
|
16956
|
-
"line":
|
|
17120
|
+
"line": 793
|
|
16957
17121
|
},
|
|
16958
17122
|
"name": "PullRequestOptions",
|
|
16959
17123
|
"namespace": "github.workflows",
|
|
@@ -16970,7 +17134,7 @@
|
|
|
16970
17134
|
"immutable": true,
|
|
16971
17135
|
"locationInModule": {
|
|
16972
17136
|
"filename": "src/github/workflows-model.ts",
|
|
16973
|
-
"line":
|
|
17137
|
+
"line": 799
|
|
16974
17138
|
},
|
|
16975
17139
|
"name": "types",
|
|
16976
17140
|
"optional": true,
|
|
@@ -16997,7 +17161,7 @@
|
|
|
16997
17161
|
"kind": "interface",
|
|
16998
17162
|
"locationInModule": {
|
|
16999
17163
|
"filename": "src/github/workflows-model.ts",
|
|
17000
|
-
"line":
|
|
17164
|
+
"line": 817
|
|
17001
17165
|
},
|
|
17002
17166
|
"name": "PullRequestReviewCommentOptions",
|
|
17003
17167
|
"namespace": "github.workflows",
|
|
@@ -17014,7 +17178,7 @@
|
|
|
17014
17178
|
"immutable": true,
|
|
17015
17179
|
"locationInModule": {
|
|
17016
17180
|
"filename": "src/github/workflows-model.ts",
|
|
17017
|
-
"line":
|
|
17181
|
+
"line": 823
|
|
17018
17182
|
},
|
|
17019
17183
|
"name": "types",
|
|
17020
17184
|
"optional": true,
|
|
@@ -17041,7 +17205,7 @@
|
|
|
17041
17205
|
"kind": "interface",
|
|
17042
17206
|
"locationInModule": {
|
|
17043
17207
|
"filename": "src/github/workflows-model.ts",
|
|
17044
|
-
"line":
|
|
17208
|
+
"line": 805
|
|
17045
17209
|
},
|
|
17046
17210
|
"name": "PullRequestReviewOptions",
|
|
17047
17211
|
"namespace": "github.workflows",
|
|
@@ -17058,7 +17222,7 @@
|
|
|
17058
17222
|
"immutable": true,
|
|
17059
17223
|
"locationInModule": {
|
|
17060
17224
|
"filename": "src/github/workflows-model.ts",
|
|
17061
|
-
"line":
|
|
17225
|
+
"line": 811
|
|
17062
17226
|
},
|
|
17063
17227
|
"name": "types",
|
|
17064
17228
|
"optional": true,
|
|
@@ -17088,7 +17252,7 @@
|
|
|
17088
17252
|
"kind": "interface",
|
|
17089
17253
|
"locationInModule": {
|
|
17090
17254
|
"filename": "src/github/workflows-model.ts",
|
|
17091
|
-
"line":
|
|
17255
|
+
"line": 829
|
|
17092
17256
|
},
|
|
17093
17257
|
"name": "PullRequestTargetOptions",
|
|
17094
17258
|
"namespace": "github.workflows",
|
|
@@ -17105,7 +17269,7 @@
|
|
|
17105
17269
|
"immutable": true,
|
|
17106
17270
|
"locationInModule": {
|
|
17107
17271
|
"filename": "src/github/workflows-model.ts",
|
|
17108
|
-
"line":
|
|
17272
|
+
"line": 835
|
|
17109
17273
|
},
|
|
17110
17274
|
"name": "types",
|
|
17111
17275
|
"optional": true,
|
|
@@ -17132,7 +17296,7 @@
|
|
|
17132
17296
|
"kind": "interface",
|
|
17133
17297
|
"locationInModule": {
|
|
17134
17298
|
"filename": "src/github/workflows-model.ts",
|
|
17135
|
-
"line":
|
|
17299
|
+
"line": 841
|
|
17136
17300
|
},
|
|
17137
17301
|
"name": "PushOptions",
|
|
17138
17302
|
"namespace": "github.workflows",
|
|
@@ -17148,7 +17312,7 @@
|
|
|
17148
17312
|
"immutable": true,
|
|
17149
17313
|
"locationInModule": {
|
|
17150
17314
|
"filename": "src/github/workflows-model.ts",
|
|
17151
|
-
"line":
|
|
17315
|
+
"line": 851
|
|
17152
17316
|
},
|
|
17153
17317
|
"name": "branches",
|
|
17154
17318
|
"optional": true,
|
|
@@ -17172,7 +17336,7 @@
|
|
|
17172
17336
|
"immutable": true,
|
|
17173
17337
|
"locationInModule": {
|
|
17174
17338
|
"filename": "src/github/workflows-model.ts",
|
|
17175
|
-
"line":
|
|
17339
|
+
"line": 873
|
|
17176
17340
|
},
|
|
17177
17341
|
"name": "paths",
|
|
17178
17342
|
"optional": true,
|
|
@@ -17196,7 +17360,7 @@
|
|
|
17196
17360
|
"immutable": true,
|
|
17197
17361
|
"locationInModule": {
|
|
17198
17362
|
"filename": "src/github/workflows-model.ts",
|
|
17199
|
-
"line":
|
|
17363
|
+
"line": 863
|
|
17200
17364
|
},
|
|
17201
17365
|
"name": "tags",
|
|
17202
17366
|
"optional": true,
|
|
@@ -17223,7 +17387,7 @@
|
|
|
17223
17387
|
"kind": "interface",
|
|
17224
17388
|
"locationInModule": {
|
|
17225
17389
|
"filename": "src/github/workflows-model.ts",
|
|
17226
|
-
"line":
|
|
17390
|
+
"line": 879
|
|
17227
17391
|
},
|
|
17228
17392
|
"name": "RegistryPackageOptions",
|
|
17229
17393
|
"namespace": "github.workflows",
|
|
@@ -17240,7 +17404,7 @@
|
|
|
17240
17404
|
"immutable": true,
|
|
17241
17405
|
"locationInModule": {
|
|
17242
17406
|
"filename": "src/github/workflows-model.ts",
|
|
17243
|
-
"line":
|
|
17407
|
+
"line": 885
|
|
17244
17408
|
},
|
|
17245
17409
|
"name": "types",
|
|
17246
17410
|
"optional": true,
|
|
@@ -17267,7 +17431,7 @@
|
|
|
17267
17431
|
"kind": "interface",
|
|
17268
17432
|
"locationInModule": {
|
|
17269
17433
|
"filename": "src/github/workflows-model.ts",
|
|
17270
|
-
"line":
|
|
17434
|
+
"line": 891
|
|
17271
17435
|
},
|
|
17272
17436
|
"name": "ReleaseOptions",
|
|
17273
17437
|
"namespace": "github.workflows",
|
|
@@ -17284,7 +17448,7 @@
|
|
|
17284
17448
|
"immutable": true,
|
|
17285
17449
|
"locationInModule": {
|
|
17286
17450
|
"filename": "src/github/workflows-model.ts",
|
|
17287
|
-
"line":
|
|
17451
|
+
"line": 897
|
|
17288
17452
|
},
|
|
17289
17453
|
"name": "types",
|
|
17290
17454
|
"optional": true,
|
|
@@ -17311,7 +17475,7 @@
|
|
|
17311
17475
|
"kind": "interface",
|
|
17312
17476
|
"locationInModule": {
|
|
17313
17477
|
"filename": "src/github/workflows-model.ts",
|
|
17314
|
-
"line":
|
|
17478
|
+
"line": 637
|
|
17315
17479
|
},
|
|
17316
17480
|
"name": "RepositoryDispatchOptions",
|
|
17317
17481
|
"namespace": "github.workflows",
|
|
@@ -17328,7 +17492,7 @@
|
|
|
17328
17492
|
"immutable": true,
|
|
17329
17493
|
"locationInModule": {
|
|
17330
17494
|
"filename": "src/github/workflows-model.ts",
|
|
17331
|
-
"line":
|
|
17495
|
+
"line": 643
|
|
17332
17496
|
},
|
|
17333
17497
|
"name": "types",
|
|
17334
17498
|
"optional": true,
|
|
@@ -17409,7 +17573,7 @@
|
|
|
17409
17573
|
"kind": "interface",
|
|
17410
17574
|
"locationInModule": {
|
|
17411
17575
|
"filename": "src/github/workflows-model.ts",
|
|
17412
|
-
"line":
|
|
17576
|
+
"line": 978
|
|
17413
17577
|
},
|
|
17414
17578
|
"name": "StatusOptions",
|
|
17415
17579
|
"namespace": "github.workflows",
|
|
@@ -17432,6 +17596,23 @@
|
|
|
17432
17596
|
"name": "Triggers",
|
|
17433
17597
|
"namespace": "github.workflows",
|
|
17434
17598
|
"properties": [
|
|
17599
|
+
{
|
|
17600
|
+
"abstract": true,
|
|
17601
|
+
"docs": {
|
|
17602
|
+
"stability": "experimental",
|
|
17603
|
+
"summary": "Runs your workflow anytime the branch_protection_rule event occurs."
|
|
17604
|
+
},
|
|
17605
|
+
"immutable": true,
|
|
17606
|
+
"locationInModule": {
|
|
17607
|
+
"filename": "src/github/workflows-model.ts",
|
|
17608
|
+
"line": 441
|
|
17609
|
+
},
|
|
17610
|
+
"name": "branchProtectionRule",
|
|
17611
|
+
"optional": true,
|
|
17612
|
+
"type": {
|
|
17613
|
+
"fqn": "projen.github.workflows.BranchProtectionRuleOptions"
|
|
17614
|
+
}
|
|
17615
|
+
},
|
|
17435
17616
|
{
|
|
17436
17617
|
"abstract": true,
|
|
17437
17618
|
"docs": {
|
|
@@ -17441,7 +17622,7 @@
|
|
|
17441
17622
|
"immutable": true,
|
|
17442
17623
|
"locationInModule": {
|
|
17443
17624
|
"filename": "src/github/workflows-model.ts",
|
|
17444
|
-
"line":
|
|
17625
|
+
"line": 446
|
|
17445
17626
|
},
|
|
17446
17627
|
"name": "checkRun",
|
|
17447
17628
|
"optional": true,
|
|
@@ -17458,7 +17639,7 @@
|
|
|
17458
17639
|
"immutable": true,
|
|
17459
17640
|
"locationInModule": {
|
|
17460
17641
|
"filename": "src/github/workflows-model.ts",
|
|
17461
|
-
"line":
|
|
17642
|
+
"line": 451
|
|
17462
17643
|
},
|
|
17463
17644
|
"name": "checkSuite",
|
|
17464
17645
|
"optional": true,
|
|
@@ -17475,7 +17656,7 @@
|
|
|
17475
17656
|
"immutable": true,
|
|
17476
17657
|
"locationInModule": {
|
|
17477
17658
|
"filename": "src/github/workflows-model.ts",
|
|
17478
|
-
"line":
|
|
17659
|
+
"line": 457
|
|
17479
17660
|
},
|
|
17480
17661
|
"name": "create",
|
|
17481
17662
|
"optional": true,
|
|
@@ -17492,7 +17673,7 @@
|
|
|
17492
17673
|
"immutable": true,
|
|
17493
17674
|
"locationInModule": {
|
|
17494
17675
|
"filename": "src/github/workflows-model.ts",
|
|
17495
|
-
"line":
|
|
17676
|
+
"line": 463
|
|
17496
17677
|
},
|
|
17497
17678
|
"name": "delete",
|
|
17498
17679
|
"optional": true,
|
|
@@ -17510,7 +17691,7 @@
|
|
|
17510
17691
|
"immutable": true,
|
|
17511
17692
|
"locationInModule": {
|
|
17512
17693
|
"filename": "src/github/workflows-model.ts",
|
|
17513
|
-
"line":
|
|
17694
|
+
"line": 470
|
|
17514
17695
|
},
|
|
17515
17696
|
"name": "deployment",
|
|
17516
17697
|
"optional": true,
|
|
@@ -17528,7 +17709,7 @@
|
|
|
17528
17709
|
"immutable": true,
|
|
17529
17710
|
"locationInModule": {
|
|
17530
17711
|
"filename": "src/github/workflows-model.ts",
|
|
17531
|
-
"line":
|
|
17712
|
+
"line": 477
|
|
17532
17713
|
},
|
|
17533
17714
|
"name": "deploymentStatus",
|
|
17534
17715
|
"optional": true,
|
|
@@ -17536,6 +17717,44 @@
|
|
|
17536
17717
|
"fqn": "projen.github.workflows.DeploymentStatusOptions"
|
|
17537
17718
|
}
|
|
17538
17719
|
},
|
|
17720
|
+
{
|
|
17721
|
+
"abstract": true,
|
|
17722
|
+
"docs": {
|
|
17723
|
+
"remarks": "More than one activity type triggers this event.",
|
|
17724
|
+
"see": "https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions",
|
|
17725
|
+
"stability": "experimental",
|
|
17726
|
+
"summary": "Runs your workflow anytime the discussion event occurs."
|
|
17727
|
+
},
|
|
17728
|
+
"immutable": true,
|
|
17729
|
+
"locationInModule": {
|
|
17730
|
+
"filename": "src/github/workflows-model.ts",
|
|
17731
|
+
"line": 483
|
|
17732
|
+
},
|
|
17733
|
+
"name": "discussion",
|
|
17734
|
+
"optional": true,
|
|
17735
|
+
"type": {
|
|
17736
|
+
"fqn": "projen.github.workflows.DiscussionOptions"
|
|
17737
|
+
}
|
|
17738
|
+
},
|
|
17739
|
+
{
|
|
17740
|
+
"abstract": true,
|
|
17741
|
+
"docs": {
|
|
17742
|
+
"remarks": "More than one activity type triggers this event.",
|
|
17743
|
+
"see": "https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions",
|
|
17744
|
+
"stability": "experimental",
|
|
17745
|
+
"summary": "Runs your workflow anytime the discussion_comment event occurs."
|
|
17746
|
+
},
|
|
17747
|
+
"immutable": true,
|
|
17748
|
+
"locationInModule": {
|
|
17749
|
+
"filename": "src/github/workflows-model.ts",
|
|
17750
|
+
"line": 489
|
|
17751
|
+
},
|
|
17752
|
+
"name": "discussionComment",
|
|
17753
|
+
"optional": true,
|
|
17754
|
+
"type": {
|
|
17755
|
+
"fqn": "projen.github.workflows.DiscussionCommentOptions"
|
|
17756
|
+
}
|
|
17757
|
+
},
|
|
17539
17758
|
{
|
|
17540
17759
|
"abstract": true,
|
|
17541
17760
|
"docs": {
|
|
@@ -17545,7 +17764,7 @@
|
|
|
17545
17764
|
"immutable": true,
|
|
17546
17765
|
"locationInModule": {
|
|
17547
17766
|
"filename": "src/github/workflows-model.ts",
|
|
17548
|
-
"line":
|
|
17767
|
+
"line": 495
|
|
17549
17768
|
},
|
|
17550
17769
|
"name": "fork",
|
|
17551
17770
|
"optional": true,
|
|
@@ -17562,7 +17781,7 @@
|
|
|
17562
17781
|
"immutable": true,
|
|
17563
17782
|
"locationInModule": {
|
|
17564
17783
|
"filename": "src/github/workflows-model.ts",
|
|
17565
|
-
"line":
|
|
17784
|
+
"line": 501
|
|
17566
17785
|
},
|
|
17567
17786
|
"name": "gollum",
|
|
17568
17787
|
"optional": true,
|
|
@@ -17579,7 +17798,7 @@
|
|
|
17579
17798
|
"immutable": true,
|
|
17580
17799
|
"locationInModule": {
|
|
17581
17800
|
"filename": "src/github/workflows-model.ts",
|
|
17582
|
-
"line":
|
|
17801
|
+
"line": 506
|
|
17583
17802
|
},
|
|
17584
17803
|
"name": "issueComment",
|
|
17585
17804
|
"optional": true,
|
|
@@ -17596,7 +17815,7 @@
|
|
|
17596
17815
|
"immutable": true,
|
|
17597
17816
|
"locationInModule": {
|
|
17598
17817
|
"filename": "src/github/workflows-model.ts",
|
|
17599
|
-
"line":
|
|
17818
|
+
"line": 511
|
|
17600
17819
|
},
|
|
17601
17820
|
"name": "issues",
|
|
17602
17821
|
"optional": true,
|
|
@@ -17613,7 +17832,7 @@
|
|
|
17613
17832
|
"immutable": true,
|
|
17614
17833
|
"locationInModule": {
|
|
17615
17834
|
"filename": "src/github/workflows-model.ts",
|
|
17616
|
-
"line":
|
|
17835
|
+
"line": 516
|
|
17617
17836
|
},
|
|
17618
17837
|
"name": "label",
|
|
17619
17838
|
"optional": true,
|
|
@@ -17630,7 +17849,7 @@
|
|
|
17630
17849
|
"immutable": true,
|
|
17631
17850
|
"locationInModule": {
|
|
17632
17851
|
"filename": "src/github/workflows-model.ts",
|
|
17633
|
-
"line":
|
|
17852
|
+
"line": 521
|
|
17634
17853
|
},
|
|
17635
17854
|
"name": "milestone",
|
|
17636
17855
|
"optional": true,
|
|
@@ -17647,7 +17866,7 @@
|
|
|
17647
17866
|
"immutable": true,
|
|
17648
17867
|
"locationInModule": {
|
|
17649
17868
|
"filename": "src/github/workflows-model.ts",
|
|
17650
|
-
"line":
|
|
17869
|
+
"line": 527
|
|
17651
17870
|
},
|
|
17652
17871
|
"name": "pageBuild",
|
|
17653
17872
|
"optional": true,
|
|
@@ -17664,7 +17883,7 @@
|
|
|
17664
17883
|
"immutable": true,
|
|
17665
17884
|
"locationInModule": {
|
|
17666
17885
|
"filename": "src/github/workflows-model.ts",
|
|
17667
|
-
"line":
|
|
17886
|
+
"line": 532
|
|
17668
17887
|
},
|
|
17669
17888
|
"name": "project",
|
|
17670
17889
|
"optional": true,
|
|
@@ -17681,7 +17900,7 @@
|
|
|
17681
17900
|
"immutable": true,
|
|
17682
17901
|
"locationInModule": {
|
|
17683
17902
|
"filename": "src/github/workflows-model.ts",
|
|
17684
|
-
"line":
|
|
17903
|
+
"line": 537
|
|
17685
17904
|
},
|
|
17686
17905
|
"name": "projectCard",
|
|
17687
17906
|
"optional": true,
|
|
@@ -17698,7 +17917,7 @@
|
|
|
17698
17917
|
"immutable": true,
|
|
17699
17918
|
"locationInModule": {
|
|
17700
17919
|
"filename": "src/github/workflows-model.ts",
|
|
17701
|
-
"line":
|
|
17920
|
+
"line": 542
|
|
17702
17921
|
},
|
|
17703
17922
|
"name": "projectColumn",
|
|
17704
17923
|
"optional": true,
|
|
@@ -17715,7 +17934,7 @@
|
|
|
17715
17934
|
"immutable": true,
|
|
17716
17935
|
"locationInModule": {
|
|
17717
17936
|
"filename": "src/github/workflows-model.ts",
|
|
17718
|
-
"line":
|
|
17937
|
+
"line": 548
|
|
17719
17938
|
},
|
|
17720
17939
|
"name": "public",
|
|
17721
17940
|
"optional": true,
|
|
@@ -17732,7 +17951,7 @@
|
|
|
17732
17951
|
"immutable": true,
|
|
17733
17952
|
"locationInModule": {
|
|
17734
17953
|
"filename": "src/github/workflows-model.ts",
|
|
17735
|
-
"line":
|
|
17954
|
+
"line": 553
|
|
17736
17955
|
},
|
|
17737
17956
|
"name": "pullRequest",
|
|
17738
17957
|
"optional": true,
|
|
@@ -17749,7 +17968,7 @@
|
|
|
17749
17968
|
"immutable": true,
|
|
17750
17969
|
"locationInModule": {
|
|
17751
17970
|
"filename": "src/github/workflows-model.ts",
|
|
17752
|
-
"line":
|
|
17971
|
+
"line": 558
|
|
17753
17972
|
},
|
|
17754
17973
|
"name": "pullRequestReview",
|
|
17755
17974
|
"optional": true,
|
|
@@ -17766,7 +17985,7 @@
|
|
|
17766
17985
|
"immutable": true,
|
|
17767
17986
|
"locationInModule": {
|
|
17768
17987
|
"filename": "src/github/workflows-model.ts",
|
|
17769
|
-
"line":
|
|
17988
|
+
"line": 564
|
|
17770
17989
|
},
|
|
17771
17990
|
"name": "pullRequestReviewComment",
|
|
17772
17991
|
"optional": true,
|
|
@@ -17785,7 +18004,7 @@
|
|
|
17785
18004
|
"immutable": true,
|
|
17786
18005
|
"locationInModule": {
|
|
17787
18006
|
"filename": "src/github/workflows-model.ts",
|
|
17788
|
-
"line":
|
|
18007
|
+
"line": 585
|
|
17789
18008
|
},
|
|
17790
18009
|
"name": "pullRequestTarget",
|
|
17791
18010
|
"optional": true,
|
|
@@ -17802,7 +18021,7 @@
|
|
|
17802
18021
|
"immutable": true,
|
|
17803
18022
|
"locationInModule": {
|
|
17804
18023
|
"filename": "src/github/workflows-model.ts",
|
|
17805
|
-
"line":
|
|
18024
|
+
"line": 591
|
|
17806
18025
|
},
|
|
17807
18026
|
"name": "push",
|
|
17808
18027
|
"optional": true,
|
|
@@ -17819,7 +18038,7 @@
|
|
|
17819
18038
|
"immutable": true,
|
|
17820
18039
|
"locationInModule": {
|
|
17821
18040
|
"filename": "src/github/workflows-model.ts",
|
|
17822
|
-
"line":
|
|
18041
|
+
"line": 596
|
|
17823
18042
|
},
|
|
17824
18043
|
"name": "registryPackage",
|
|
17825
18044
|
"optional": true,
|
|
@@ -17836,7 +18055,7 @@
|
|
|
17836
18055
|
"immutable": true,
|
|
17837
18056
|
"locationInModule": {
|
|
17838
18057
|
"filename": "src/github/workflows-model.ts",
|
|
17839
|
-
"line":
|
|
18058
|
+
"line": 601
|
|
17840
18059
|
},
|
|
17841
18060
|
"name": "release",
|
|
17842
18061
|
"optional": true,
|
|
@@ -17894,7 +18113,7 @@
|
|
|
17894
18113
|
"immutable": true,
|
|
17895
18114
|
"locationInModule": {
|
|
17896
18115
|
"filename": "src/github/workflows-model.ts",
|
|
17897
|
-
"line":
|
|
18116
|
+
"line": 607
|
|
17898
18117
|
},
|
|
17899
18118
|
"name": "status",
|
|
17900
18119
|
"optional": true,
|
|
@@ -17911,7 +18130,7 @@
|
|
|
17911
18130
|
"immutable": true,
|
|
17912
18131
|
"locationInModule": {
|
|
17913
18132
|
"filename": "src/github/workflows-model.ts",
|
|
17914
|
-
"line":
|
|
18133
|
+
"line": 612
|
|
17915
18134
|
},
|
|
17916
18135
|
"name": "watch",
|
|
17917
18136
|
"optional": true,
|
|
@@ -17919,6 +18138,24 @@
|
|
|
17919
18138
|
"fqn": "projen.github.workflows.WatchOptions"
|
|
17920
18139
|
}
|
|
17921
18140
|
},
|
|
18141
|
+
{
|
|
18142
|
+
"abstract": true,
|
|
18143
|
+
"docs": {
|
|
18144
|
+
"see": "https://docs.github.com/en/actions/learn-github-actions/reusing-workflows",
|
|
18145
|
+
"stability": "experimental",
|
|
18146
|
+
"summary": "Can be called from another workflow."
|
|
18147
|
+
},
|
|
18148
|
+
"immutable": true,
|
|
18149
|
+
"locationInModule": {
|
|
18150
|
+
"filename": "src/github/workflows-model.ts",
|
|
18151
|
+
"line": 434
|
|
18152
|
+
},
|
|
18153
|
+
"name": "workflowCall",
|
|
18154
|
+
"optional": true,
|
|
18155
|
+
"type": {
|
|
18156
|
+
"fqn": "projen.github.workflows.WorkflowCallOptions"
|
|
18157
|
+
}
|
|
18158
|
+
},
|
|
17922
18159
|
{
|
|
17923
18160
|
"abstract": true,
|
|
17924
18161
|
"docs": {
|
|
@@ -17947,7 +18184,7 @@
|
|
|
17947
18184
|
"immutable": true,
|
|
17948
18185
|
"locationInModule": {
|
|
17949
18186
|
"filename": "src/github/workflows-model.ts",
|
|
17950
|
-
"line":
|
|
18187
|
+
"line": 620
|
|
17951
18188
|
},
|
|
17952
18189
|
"name": "workflowRun",
|
|
17953
18190
|
"optional": true,
|
|
@@ -17969,7 +18206,7 @@
|
|
|
17969
18206
|
"kind": "interface",
|
|
17970
18207
|
"locationInModule": {
|
|
17971
18208
|
"filename": "src/github/workflows-model.ts",
|
|
17972
|
-
"line":
|
|
18209
|
+
"line": 903
|
|
17973
18210
|
},
|
|
17974
18211
|
"name": "WatchOptions",
|
|
17975
18212
|
"namespace": "github.workflows",
|
|
@@ -17986,7 +18223,7 @@
|
|
|
17986
18223
|
"immutable": true,
|
|
17987
18224
|
"locationInModule": {
|
|
17988
18225
|
"filename": "src/github/workflows-model.ts",
|
|
17989
|
-
"line":
|
|
18226
|
+
"line": 909
|
|
17990
18227
|
},
|
|
17991
18228
|
"name": "types",
|
|
17992
18229
|
"optional": true,
|
|
@@ -18002,6 +18239,23 @@
|
|
|
18002
18239
|
],
|
|
18003
18240
|
"symbolId": "src/github/workflows-model:WatchOptions"
|
|
18004
18241
|
},
|
|
18242
|
+
"projen.github.workflows.WorkflowCallOptions": {
|
|
18243
|
+
"assembly": "projen",
|
|
18244
|
+
"datatype": true,
|
|
18245
|
+
"docs": {
|
|
18246
|
+
"stability": "experimental",
|
|
18247
|
+
"summary": "The Workflow Call event accepts no options."
|
|
18248
|
+
},
|
|
18249
|
+
"fqn": "projen.github.workflows.WorkflowCallOptions",
|
|
18250
|
+
"kind": "interface",
|
|
18251
|
+
"locationInModule": {
|
|
18252
|
+
"filename": "src/github/workflows-model.ts",
|
|
18253
|
+
"line": 933
|
|
18254
|
+
},
|
|
18255
|
+
"name": "WorkflowCallOptions",
|
|
18256
|
+
"namespace": "github.workflows",
|
|
18257
|
+
"symbolId": "src/github/workflows-model:WorkflowCallOptions"
|
|
18258
|
+
},
|
|
18005
18259
|
"projen.github.workflows.WorkflowDispatchOptions": {
|
|
18006
18260
|
"assembly": "projen",
|
|
18007
18261
|
"datatype": true,
|
|
@@ -18013,7 +18267,7 @@
|
|
|
18013
18267
|
"kind": "interface",
|
|
18014
18268
|
"locationInModule": {
|
|
18015
18269
|
"filename": "src/github/workflows-model.ts",
|
|
18016
|
-
"line":
|
|
18270
|
+
"line": 928
|
|
18017
18271
|
},
|
|
18018
18272
|
"name": "WorkflowDispatchOptions",
|
|
18019
18273
|
"namespace": "github.workflows",
|
|
@@ -18030,7 +18284,7 @@
|
|
|
18030
18284
|
"kind": "interface",
|
|
18031
18285
|
"locationInModule": {
|
|
18032
18286
|
"filename": "src/github/workflows-model.ts",
|
|
18033
|
-
"line":
|
|
18287
|
+
"line": 915
|
|
18034
18288
|
},
|
|
18035
18289
|
"name": "WorkflowRunOptions",
|
|
18036
18290
|
"namespace": "github.workflows",
|
|
@@ -18047,7 +18301,7 @@
|
|
|
18047
18301
|
"immutable": true,
|
|
18048
18302
|
"locationInModule": {
|
|
18049
18303
|
"filename": "src/github/workflows-model.ts",
|
|
18050
|
-
"line":
|
|
18304
|
+
"line": 921
|
|
18051
18305
|
},
|
|
18052
18306
|
"name": "types",
|
|
18053
18307
|
"optional": true,
|
|
@@ -29973,7 +30227,7 @@
|
|
|
29973
30227
|
"kind": "interface",
|
|
29974
30228
|
"locationInModule": {
|
|
29975
30229
|
"filename": "src/release/release.ts",
|
|
29976
|
-
"line":
|
|
30230
|
+
"line": 472
|
|
29977
30231
|
},
|
|
29978
30232
|
"name": "BranchOptions",
|
|
29979
30233
|
"namespace": "release",
|
|
@@ -29987,7 +30241,7 @@
|
|
|
29987
30241
|
"immutable": true,
|
|
29988
30242
|
"locationInModule": {
|
|
29989
30243
|
"filename": "src/release/release.ts",
|
|
29990
|
-
"line":
|
|
30244
|
+
"line": 482
|
|
29991
30245
|
},
|
|
29992
30246
|
"name": "majorVersion",
|
|
29993
30247
|
"type": {
|
|
@@ -30004,7 +30258,7 @@
|
|
|
30004
30258
|
"immutable": true,
|
|
30005
30259
|
"locationInModule": {
|
|
30006
30260
|
"filename": "src/release/release.ts",
|
|
30007
|
-
"line":
|
|
30261
|
+
"line": 489
|
|
30008
30262
|
},
|
|
30009
30263
|
"name": "prerelease",
|
|
30010
30264
|
"optional": true,
|
|
@@ -30023,7 +30277,7 @@
|
|
|
30023
30277
|
"immutable": true,
|
|
30024
30278
|
"locationInModule": {
|
|
30025
30279
|
"filename": "src/release/release.ts",
|
|
30026
|
-
"line":
|
|
30280
|
+
"line": 503
|
|
30027
30281
|
},
|
|
30028
30282
|
"name": "tagPrefix",
|
|
30029
30283
|
"optional": true,
|
|
@@ -30041,7 +30295,7 @@
|
|
|
30041
30295
|
"immutable": true,
|
|
30042
30296
|
"locationInModule": {
|
|
30043
30297
|
"filename": "src/release/release.ts",
|
|
30044
|
-
"line":
|
|
30298
|
+
"line": 477
|
|
30045
30299
|
},
|
|
30046
30300
|
"name": "workflowName",
|
|
30047
30301
|
"optional": true,
|
|
@@ -34758,6 +35012,6 @@
|
|
|
34758
35012
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
34759
35013
|
}
|
|
34760
35014
|
},
|
|
34761
|
-
"version": "0.
|
|
34762
|
-
"fingerprint": "
|
|
35015
|
+
"version": "0.38.0",
|
|
35016
|
+
"fingerprint": "JNGspqMRaDgrl04c0bgCYgMPcbid6TRmbBiiwoESsgw="
|
|
34763
35017
|
}
|