projen 0.63.29 → 0.63.31
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 +139 -121
- package/docs/api/API.md +3 -0
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.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-credentials.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 +5 -0
- package/lib/github/workflows-model.js +1 -1
- package/lib/github/workflows.js +3 -2
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.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/prettier.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-patch.js +1 -1
- 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-sample.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 +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.js +1833 -1
- 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/testing.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/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.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/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/crypto.d.ts +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
- package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/crypto.d.ts +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -20733,7 +20733,7 @@
|
|
|
20733
20733
|
"kind": "interface",
|
|
20734
20734
|
"locationInModule": {
|
|
20735
20735
|
"filename": "src/github/workflows.ts",
|
|
20736
|
-
"line":
|
|
20736
|
+
"line": 305
|
|
20737
20737
|
},
|
|
20738
20738
|
"methods": [
|
|
20739
20739
|
{
|
|
@@ -20744,7 +20744,7 @@
|
|
|
20744
20744
|
},
|
|
20745
20745
|
"locationInModule": {
|
|
20746
20746
|
"filename": "src/github/workflows.ts",
|
|
20747
|
-
"line":
|
|
20747
|
+
"line": 309
|
|
20748
20748
|
},
|
|
20749
20749
|
"name": "renderJobs",
|
|
20750
20750
|
"returns": {
|
|
@@ -22149,7 +22149,7 @@
|
|
|
22149
22149
|
"kind": "interface",
|
|
22150
22150
|
"locationInModule": {
|
|
22151
22151
|
"filename": "src/github/workflows-model.ts",
|
|
22152
|
-
"line":
|
|
22152
|
+
"line": 740
|
|
22153
22153
|
},
|
|
22154
22154
|
"name": "BranchProtectionRuleOptions",
|
|
22155
22155
|
"namespace": "github.workflows",
|
|
@@ -22166,7 +22166,7 @@
|
|
|
22166
22166
|
"immutable": true,
|
|
22167
22167
|
"locationInModule": {
|
|
22168
22168
|
"filename": "src/github/workflows-model.ts",
|
|
22169
|
-
"line":
|
|
22169
|
+
"line": 746
|
|
22170
22170
|
},
|
|
22171
22171
|
"name": "types",
|
|
22172
22172
|
"optional": true,
|
|
@@ -22193,7 +22193,7 @@
|
|
|
22193
22193
|
"kind": "interface",
|
|
22194
22194
|
"locationInModule": {
|
|
22195
22195
|
"filename": "src/github/workflows-model.ts",
|
|
22196
|
-
"line":
|
|
22196
|
+
"line": 752
|
|
22197
22197
|
},
|
|
22198
22198
|
"name": "CheckRunOptions",
|
|
22199
22199
|
"namespace": "github.workflows",
|
|
@@ -22210,7 +22210,7 @@
|
|
|
22210
22210
|
"immutable": true,
|
|
22211
22211
|
"locationInModule": {
|
|
22212
22212
|
"filename": "src/github/workflows-model.ts",
|
|
22213
|
-
"line":
|
|
22213
|
+
"line": 758
|
|
22214
22214
|
},
|
|
22215
22215
|
"name": "types",
|
|
22216
22216
|
"optional": true,
|
|
@@ -22237,7 +22237,7 @@
|
|
|
22237
22237
|
"kind": "interface",
|
|
22238
22238
|
"locationInModule": {
|
|
22239
22239
|
"filename": "src/github/workflows-model.ts",
|
|
22240
|
-
"line":
|
|
22240
|
+
"line": 766
|
|
22241
22241
|
},
|
|
22242
22242
|
"name": "CheckSuiteOptions",
|
|
22243
22243
|
"namespace": "github.workflows",
|
|
@@ -22254,7 +22254,7 @@
|
|
|
22254
22254
|
"immutable": true,
|
|
22255
22255
|
"locationInModule": {
|
|
22256
22256
|
"filename": "src/github/workflows-model.ts",
|
|
22257
|
-
"line":
|
|
22257
|
+
"line": 772
|
|
22258
22258
|
},
|
|
22259
22259
|
"name": "types",
|
|
22260
22260
|
"optional": true,
|
|
@@ -22393,7 +22393,7 @@
|
|
|
22393
22393
|
"kind": "interface",
|
|
22394
22394
|
"locationInModule": {
|
|
22395
22395
|
"filename": "src/github/workflows-model.ts",
|
|
22396
|
-
"line":
|
|
22396
|
+
"line": 477
|
|
22397
22397
|
},
|
|
22398
22398
|
"name": "ContainerCredentials",
|
|
22399
22399
|
"namespace": "github.workflows",
|
|
@@ -22407,7 +22407,7 @@
|
|
|
22407
22407
|
"immutable": true,
|
|
22408
22408
|
"locationInModule": {
|
|
22409
22409
|
"filename": "src/github/workflows-model.ts",
|
|
22410
|
-
"line":
|
|
22410
|
+
"line": 482
|
|
22411
22411
|
},
|
|
22412
22412
|
"name": "password",
|
|
22413
22413
|
"type": {
|
|
@@ -22423,7 +22423,7 @@
|
|
|
22423
22423
|
"immutable": true,
|
|
22424
22424
|
"locationInModule": {
|
|
22425
22425
|
"filename": "src/github/workflows-model.ts",
|
|
22426
|
-
"line":
|
|
22426
|
+
"line": 479
|
|
22427
22427
|
},
|
|
22428
22428
|
"name": "username",
|
|
22429
22429
|
"type": {
|
|
@@ -22444,7 +22444,7 @@
|
|
|
22444
22444
|
"kind": "interface",
|
|
22445
22445
|
"locationInModule": {
|
|
22446
22446
|
"filename": "src/github/workflows-model.ts",
|
|
22447
|
-
"line":
|
|
22447
|
+
"line": 430
|
|
22448
22448
|
},
|
|
22449
22449
|
"name": "ContainerOptions",
|
|
22450
22450
|
"namespace": "github.workflows",
|
|
@@ -22459,7 +22459,7 @@
|
|
|
22459
22459
|
"immutable": true,
|
|
22460
22460
|
"locationInModule": {
|
|
22461
22461
|
"filename": "src/github/workflows-model.ts",
|
|
22462
|
-
"line":
|
|
22462
|
+
"line": 435
|
|
22463
22463
|
},
|
|
22464
22464
|
"name": "image",
|
|
22465
22465
|
"type": {
|
|
@@ -22476,7 +22476,7 @@
|
|
|
22476
22476
|
"immutable": true,
|
|
22477
22477
|
"locationInModule": {
|
|
22478
22478
|
"filename": "src/github/workflows-model.ts",
|
|
22479
|
-
"line":
|
|
22479
|
+
"line": 443
|
|
22480
22480
|
},
|
|
22481
22481
|
"name": "credentials",
|
|
22482
22482
|
"optional": true,
|
|
@@ -22493,7 +22493,7 @@
|
|
|
22493
22493
|
"immutable": true,
|
|
22494
22494
|
"locationInModule": {
|
|
22495
22495
|
"filename": "src/github/workflows-model.ts",
|
|
22496
|
-
"line":
|
|
22496
|
+
"line": 448
|
|
22497
22497
|
},
|
|
22498
22498
|
"name": "env",
|
|
22499
22499
|
"optional": true,
|
|
@@ -22516,7 +22516,7 @@
|
|
|
22516
22516
|
"immutable": true,
|
|
22517
22517
|
"locationInModule": {
|
|
22518
22518
|
"filename": "src/github/workflows-model.ts",
|
|
22519
|
-
"line":
|
|
22519
|
+
"line": 471
|
|
22520
22520
|
},
|
|
22521
22521
|
"name": "options",
|
|
22522
22522
|
"optional": true,
|
|
@@ -22538,7 +22538,7 @@
|
|
|
22538
22538
|
"immutable": true,
|
|
22539
22539
|
"locationInModule": {
|
|
22540
22540
|
"filename": "src/github/workflows-model.ts",
|
|
22541
|
-
"line":
|
|
22541
|
+
"line": 453
|
|
22542
22542
|
},
|
|
22543
22543
|
"name": "ports",
|
|
22544
22544
|
"optional": true,
|
|
@@ -22561,7 +22561,7 @@
|
|
|
22561
22561
|
"immutable": true,
|
|
22562
22562
|
"locationInModule": {
|
|
22563
22563
|
"filename": "src/github/workflows-model.ts",
|
|
22564
|
-
"line":
|
|
22564
|
+
"line": 464
|
|
22565
22565
|
},
|
|
22566
22566
|
"name": "volumes",
|
|
22567
22567
|
"optional": true,
|
|
@@ -22588,7 +22588,7 @@
|
|
|
22588
22588
|
"kind": "interface",
|
|
22589
22589
|
"locationInModule": {
|
|
22590
22590
|
"filename": "src/github/workflows-model.ts",
|
|
22591
|
-
"line":
|
|
22591
|
+
"line": 1116
|
|
22592
22592
|
},
|
|
22593
22593
|
"name": "CreateOptions",
|
|
22594
22594
|
"namespace": "github.workflows",
|
|
@@ -22605,7 +22605,7 @@
|
|
|
22605
22605
|
"kind": "interface",
|
|
22606
22606
|
"locationInModule": {
|
|
22607
22607
|
"filename": "src/github/workflows-model.ts",
|
|
22608
|
-
"line":
|
|
22608
|
+
"line": 718
|
|
22609
22609
|
},
|
|
22610
22610
|
"name": "CronScheduleOptions",
|
|
22611
22611
|
"namespace": "github.workflows",
|
|
@@ -22619,7 +22619,7 @@
|
|
|
22619
22619
|
"immutable": true,
|
|
22620
22620
|
"locationInModule": {
|
|
22621
22621
|
"filename": "src/github/workflows-model.ts",
|
|
22622
|
-
"line":
|
|
22622
|
+
"line": 722
|
|
22623
22623
|
},
|
|
22624
22624
|
"name": "cron",
|
|
22625
22625
|
"type": {
|
|
@@ -22640,7 +22640,7 @@
|
|
|
22640
22640
|
"kind": "interface",
|
|
22641
22641
|
"locationInModule": {
|
|
22642
22642
|
"filename": "src/github/workflows-model.ts",
|
|
22643
|
-
"line":
|
|
22643
|
+
"line": 1121
|
|
22644
22644
|
},
|
|
22645
22645
|
"name": "DeleteOptions",
|
|
22646
22646
|
"namespace": "github.workflows",
|
|
@@ -22657,7 +22657,7 @@
|
|
|
22657
22657
|
"kind": "interface",
|
|
22658
22658
|
"locationInModule": {
|
|
22659
22659
|
"filename": "src/github/workflows-model.ts",
|
|
22660
|
-
"line":
|
|
22660
|
+
"line": 1126
|
|
22661
22661
|
},
|
|
22662
22662
|
"name": "DeploymentOptions",
|
|
22663
22663
|
"namespace": "github.workflows",
|
|
@@ -22674,7 +22674,7 @@
|
|
|
22674
22674
|
"kind": "interface",
|
|
22675
22675
|
"locationInModule": {
|
|
22676
22676
|
"filename": "src/github/workflows-model.ts",
|
|
22677
|
-
"line":
|
|
22677
|
+
"line": 1131
|
|
22678
22678
|
},
|
|
22679
22679
|
"name": "DeploymentStatusOptions",
|
|
22680
22680
|
"namespace": "github.workflows",
|
|
@@ -22691,7 +22691,7 @@
|
|
|
22691
22691
|
"kind": "interface",
|
|
22692
22692
|
"locationInModule": {
|
|
22693
22693
|
"filename": "src/github/workflows-model.ts",
|
|
22694
|
-
"line":
|
|
22694
|
+
"line": 803
|
|
22695
22695
|
},
|
|
22696
22696
|
"name": "DiscussionCommentOptions",
|
|
22697
22697
|
"namespace": "github.workflows",
|
|
@@ -22708,7 +22708,7 @@
|
|
|
22708
22708
|
"immutable": true,
|
|
22709
22709
|
"locationInModule": {
|
|
22710
22710
|
"filename": "src/github/workflows-model.ts",
|
|
22711
|
-
"line":
|
|
22711
|
+
"line": 809
|
|
22712
22712
|
},
|
|
22713
22713
|
"name": "types",
|
|
22714
22714
|
"optional": true,
|
|
@@ -22735,7 +22735,7 @@
|
|
|
22735
22735
|
"kind": "interface",
|
|
22736
22736
|
"locationInModule": {
|
|
22737
22737
|
"filename": "src/github/workflows-model.ts",
|
|
22738
|
-
"line":
|
|
22738
|
+
"line": 778
|
|
22739
22739
|
},
|
|
22740
22740
|
"name": "DiscussionOptions",
|
|
22741
22741
|
"namespace": "github.workflows",
|
|
@@ -22752,7 +22752,7 @@
|
|
|
22752
22752
|
"immutable": true,
|
|
22753
22753
|
"locationInModule": {
|
|
22754
22754
|
"filename": "src/github/workflows-model.ts",
|
|
22755
|
-
"line":
|
|
22755
|
+
"line": 784
|
|
22756
22756
|
},
|
|
22757
22757
|
"name": "types",
|
|
22758
22758
|
"optional": true,
|
|
@@ -22779,7 +22779,7 @@
|
|
|
22779
22779
|
"kind": "interface",
|
|
22780
22780
|
"locationInModule": {
|
|
22781
22781
|
"filename": "src/github/workflows-model.ts",
|
|
22782
|
-
"line":
|
|
22782
|
+
"line": 1136
|
|
22783
22783
|
},
|
|
22784
22784
|
"name": "ForkOptions",
|
|
22785
22785
|
"namespace": "github.workflows",
|
|
@@ -22796,7 +22796,7 @@
|
|
|
22796
22796
|
"kind": "interface",
|
|
22797
22797
|
"locationInModule": {
|
|
22798
22798
|
"filename": "src/github/workflows-model.ts",
|
|
22799
|
-
"line":
|
|
22799
|
+
"line": 1141
|
|
22800
22800
|
},
|
|
22801
22801
|
"name": "GollumOptions",
|
|
22802
22802
|
"namespace": "github.workflows",
|
|
@@ -22813,7 +22813,7 @@
|
|
|
22813
22813
|
"kind": "interface",
|
|
22814
22814
|
"locationInModule": {
|
|
22815
22815
|
"filename": "src/github/workflows-model.ts",
|
|
22816
|
-
"line":
|
|
22816
|
+
"line": 815
|
|
22817
22817
|
},
|
|
22818
22818
|
"name": "IssueCommentOptions",
|
|
22819
22819
|
"namespace": "github.workflows",
|
|
@@ -22830,7 +22830,7 @@
|
|
|
22830
22830
|
"immutable": true,
|
|
22831
22831
|
"locationInModule": {
|
|
22832
22832
|
"filename": "src/github/workflows-model.ts",
|
|
22833
|
-
"line":
|
|
22833
|
+
"line": 821
|
|
22834
22834
|
},
|
|
22835
22835
|
"name": "types",
|
|
22836
22836
|
"optional": true,
|
|
@@ -22857,7 +22857,7 @@
|
|
|
22857
22857
|
"kind": "interface",
|
|
22858
22858
|
"locationInModule": {
|
|
22859
22859
|
"filename": "src/github/workflows-model.ts",
|
|
22860
|
-
"line":
|
|
22860
|
+
"line": 827
|
|
22861
22861
|
},
|
|
22862
22862
|
"name": "IssuesOptions",
|
|
22863
22863
|
"namespace": "github.workflows",
|
|
@@ -22874,7 +22874,7 @@
|
|
|
22874
22874
|
"immutable": true,
|
|
22875
22875
|
"locationInModule": {
|
|
22876
22876
|
"filename": "src/github/workflows-model.ts",
|
|
22877
|
-
"line":
|
|
22877
|
+
"line": 833
|
|
22878
22878
|
},
|
|
22879
22879
|
"name": "types",
|
|
22880
22880
|
"optional": true,
|
|
@@ -23302,7 +23302,7 @@
|
|
|
23302
23302
|
"kind": "interface",
|
|
23303
23303
|
"locationInModule": {
|
|
23304
23304
|
"filename": "src/github/workflows-model.ts",
|
|
23305
|
-
"line":
|
|
23305
|
+
"line": 400
|
|
23306
23306
|
},
|
|
23307
23307
|
"name": "JobMatrix",
|
|
23308
23308
|
"namespace": "github.workflows",
|
|
@@ -23317,7 +23317,7 @@
|
|
|
23317
23317
|
"immutable": true,
|
|
23318
23318
|
"locationInModule": {
|
|
23319
23319
|
"filename": "src/github/workflows-model.ts",
|
|
23320
|
-
"line":
|
|
23320
|
+
"line": 409
|
|
23321
23321
|
},
|
|
23322
23322
|
"name": "domain",
|
|
23323
23323
|
"optional": true,
|
|
@@ -23357,7 +23357,7 @@
|
|
|
23357
23357
|
"immutable": true,
|
|
23358
23358
|
"locationInModule": {
|
|
23359
23359
|
"filename": "src/github/workflows-model.ts",
|
|
23360
|
-
"line":
|
|
23360
|
+
"line": 424
|
|
23361
23361
|
},
|
|
23362
23362
|
"name": "exclude",
|
|
23363
23363
|
"optional": true,
|
|
@@ -23397,7 +23397,7 @@
|
|
|
23397
23397
|
"immutable": true,
|
|
23398
23398
|
"locationInModule": {
|
|
23399
23399
|
"filename": "src/github/workflows-model.ts",
|
|
23400
|
-
"line":
|
|
23400
|
+
"line": 417
|
|
23401
23401
|
},
|
|
23402
23402
|
"name": "include",
|
|
23403
23403
|
"optional": true,
|
|
@@ -23711,7 +23711,7 @@
|
|
|
23711
23711
|
"kind": "interface",
|
|
23712
23712
|
"locationInModule": {
|
|
23713
23713
|
"filename": "src/github/workflows-model.ts",
|
|
23714
|
-
"line":
|
|
23714
|
+
"line": 349
|
|
23715
23715
|
},
|
|
23716
23716
|
"name": "JobStep",
|
|
23717
23717
|
"namespace": "github.workflows",
|
|
@@ -23726,7 +23726,7 @@
|
|
|
23726
23726
|
"immutable": true,
|
|
23727
23727
|
"locationInModule": {
|
|
23728
23728
|
"filename": "src/github/workflows-model.ts",
|
|
23729
|
-
"line":
|
|
23729
|
+
"line": 354
|
|
23730
23730
|
},
|
|
23731
23731
|
"name": "continueOnError",
|
|
23732
23732
|
"optional": true,
|
|
@@ -23743,7 +23743,7 @@
|
|
|
23743
23743
|
"immutable": true,
|
|
23744
23744
|
"locationInModule": {
|
|
23745
23745
|
"filename": "src/github/workflows-model.ts",
|
|
23746
|
-
"line":
|
|
23746
|
+
"line": 359
|
|
23747
23747
|
},
|
|
23748
23748
|
"name": "timeoutMinutes",
|
|
23749
23749
|
"optional": true,
|
|
@@ -23817,7 +23817,7 @@
|
|
|
23817
23817
|
"kind": "interface",
|
|
23818
23818
|
"locationInModule": {
|
|
23819
23819
|
"filename": "src/github/workflows-model.ts",
|
|
23820
|
-
"line":
|
|
23820
|
+
"line": 366
|
|
23821
23821
|
},
|
|
23822
23822
|
"name": "JobStrategy",
|
|
23823
23823
|
"namespace": "github.workflows",
|
|
@@ -23832,7 +23832,7 @@
|
|
|
23832
23832
|
"immutable": true,
|
|
23833
23833
|
"locationInModule": {
|
|
23834
23834
|
"filename": "src/github/workflows-model.ts",
|
|
23835
|
-
"line":
|
|
23835
|
+
"line": 384
|
|
23836
23836
|
},
|
|
23837
23837
|
"name": "failFast",
|
|
23838
23838
|
"optional": true,
|
|
@@ -23850,7 +23850,7 @@
|
|
|
23850
23850
|
"immutable": true,
|
|
23851
23851
|
"locationInModule": {
|
|
23852
23852
|
"filename": "src/github/workflows-model.ts",
|
|
23853
|
-
"line":
|
|
23853
|
+
"line": 378
|
|
23854
23854
|
},
|
|
23855
23855
|
"name": "matrix",
|
|
23856
23856
|
"optional": true,
|
|
@@ -23868,7 +23868,7 @@
|
|
|
23868
23868
|
"immutable": true,
|
|
23869
23869
|
"locationInModule": {
|
|
23870
23870
|
"filename": "src/github/workflows-model.ts",
|
|
23871
|
-
"line":
|
|
23871
|
+
"line": 392
|
|
23872
23872
|
},
|
|
23873
23873
|
"name": "maxParallel",
|
|
23874
23874
|
"optional": true,
|
|
@@ -23890,7 +23890,7 @@
|
|
|
23890
23890
|
"kind": "interface",
|
|
23891
23891
|
"locationInModule": {
|
|
23892
23892
|
"filename": "src/github/workflows-model.ts",
|
|
23893
|
-
"line":
|
|
23893
|
+
"line": 856
|
|
23894
23894
|
},
|
|
23895
23895
|
"name": "LabelOptions",
|
|
23896
23896
|
"namespace": "github.workflows",
|
|
@@ -23907,7 +23907,7 @@
|
|
|
23907
23907
|
"immutable": true,
|
|
23908
23908
|
"locationInModule": {
|
|
23909
23909
|
"filename": "src/github/workflows-model.ts",
|
|
23910
|
-
"line":
|
|
23910
|
+
"line": 862
|
|
23911
23911
|
},
|
|
23912
23912
|
"name": "types",
|
|
23913
23913
|
"optional": true,
|
|
@@ -23934,7 +23934,7 @@
|
|
|
23934
23934
|
"kind": "interface",
|
|
23935
23935
|
"locationInModule": {
|
|
23936
23936
|
"filename": "src/github/workflows-model.ts",
|
|
23937
|
-
"line":
|
|
23937
|
+
"line": 868
|
|
23938
23938
|
},
|
|
23939
23939
|
"name": "MilestoneOptions",
|
|
23940
23940
|
"namespace": "github.workflows",
|
|
@@ -23951,7 +23951,7 @@
|
|
|
23951
23951
|
"immutable": true,
|
|
23952
23952
|
"locationInModule": {
|
|
23953
23953
|
"filename": "src/github/workflows-model.ts",
|
|
23954
|
-
"line":
|
|
23954
|
+
"line": 874
|
|
23955
23955
|
},
|
|
23956
23956
|
"name": "types",
|
|
23957
23957
|
"optional": true,
|
|
@@ -23978,7 +23978,7 @@
|
|
|
23978
23978
|
"kind": "interface",
|
|
23979
23979
|
"locationInModule": {
|
|
23980
23980
|
"filename": "src/github/workflows-model.ts",
|
|
23981
|
-
"line":
|
|
23981
|
+
"line": 1146
|
|
23982
23982
|
},
|
|
23983
23983
|
"name": "PageBuildOptions",
|
|
23984
23984
|
"namespace": "github.workflows",
|
|
@@ -23995,7 +23995,7 @@
|
|
|
23995
23995
|
"kind": "interface",
|
|
23996
23996
|
"locationInModule": {
|
|
23997
23997
|
"filename": "src/github/workflows-model.ts",
|
|
23998
|
-
"line":
|
|
23998
|
+
"line": 896
|
|
23999
23999
|
},
|
|
24000
24000
|
"name": "ProjectCardOptions",
|
|
24001
24001
|
"namespace": "github.workflows",
|
|
@@ -24012,7 +24012,7 @@
|
|
|
24012
24012
|
"immutable": true,
|
|
24013
24013
|
"locationInModule": {
|
|
24014
24014
|
"filename": "src/github/workflows-model.ts",
|
|
24015
|
-
"line":
|
|
24015
|
+
"line": 902
|
|
24016
24016
|
},
|
|
24017
24017
|
"name": "types",
|
|
24018
24018
|
"optional": true,
|
|
@@ -24039,7 +24039,7 @@
|
|
|
24039
24039
|
"kind": "interface",
|
|
24040
24040
|
"locationInModule": {
|
|
24041
24041
|
"filename": "src/github/workflows-model.ts",
|
|
24042
|
-
"line":
|
|
24042
|
+
"line": 910
|
|
24043
24043
|
},
|
|
24044
24044
|
"name": "ProjectColumnOptions",
|
|
24045
24045
|
"namespace": "github.workflows",
|
|
@@ -24056,7 +24056,7 @@
|
|
|
24056
24056
|
"immutable": true,
|
|
24057
24057
|
"locationInModule": {
|
|
24058
24058
|
"filename": "src/github/workflows-model.ts",
|
|
24059
|
-
"line":
|
|
24059
|
+
"line": 916
|
|
24060
24060
|
},
|
|
24061
24061
|
"name": "types",
|
|
24062
24062
|
"optional": true,
|
|
@@ -24083,7 +24083,7 @@
|
|
|
24083
24083
|
"kind": "interface",
|
|
24084
24084
|
"locationInModule": {
|
|
24085
24085
|
"filename": "src/github/workflows-model.ts",
|
|
24086
|
-
"line":
|
|
24086
|
+
"line": 882
|
|
24087
24087
|
},
|
|
24088
24088
|
"name": "ProjectOptions",
|
|
24089
24089
|
"namespace": "github.workflows",
|
|
@@ -24100,7 +24100,7 @@
|
|
|
24100
24100
|
"immutable": true,
|
|
24101
24101
|
"locationInModule": {
|
|
24102
24102
|
"filename": "src/github/workflows-model.ts",
|
|
24103
|
-
"line":
|
|
24103
|
+
"line": 888
|
|
24104
24104
|
},
|
|
24105
24105
|
"name": "types",
|
|
24106
24106
|
"optional": true,
|
|
@@ -24127,7 +24127,7 @@
|
|
|
24127
24127
|
"kind": "interface",
|
|
24128
24128
|
"locationInModule": {
|
|
24129
24129
|
"filename": "src/github/workflows-model.ts",
|
|
24130
|
-
"line":
|
|
24130
|
+
"line": 1151
|
|
24131
24131
|
},
|
|
24132
24132
|
"name": "PublicOptions",
|
|
24133
24133
|
"namespace": "github.workflows",
|
|
@@ -24144,7 +24144,7 @@
|
|
|
24144
24144
|
"kind": "interface",
|
|
24145
24145
|
"locationInModule": {
|
|
24146
24146
|
"filename": "src/github/workflows-model.ts",
|
|
24147
|
-
"line":
|
|
24147
|
+
"line": 922
|
|
24148
24148
|
},
|
|
24149
24149
|
"name": "PullRequestOptions",
|
|
24150
24150
|
"namespace": "github.workflows",
|
|
@@ -24161,7 +24161,7 @@
|
|
|
24161
24161
|
"immutable": true,
|
|
24162
24162
|
"locationInModule": {
|
|
24163
24163
|
"filename": "src/github/workflows-model.ts",
|
|
24164
|
-
"line":
|
|
24164
|
+
"line": 928
|
|
24165
24165
|
},
|
|
24166
24166
|
"name": "types",
|
|
24167
24167
|
"optional": true,
|
|
@@ -24188,7 +24188,7 @@
|
|
|
24188
24188
|
"kind": "interface",
|
|
24189
24189
|
"locationInModule": {
|
|
24190
24190
|
"filename": "src/github/workflows-model.ts",
|
|
24191
|
-
"line":
|
|
24191
|
+
"line": 961
|
|
24192
24192
|
},
|
|
24193
24193
|
"name": "PullRequestReviewCommentOptions",
|
|
24194
24194
|
"namespace": "github.workflows",
|
|
@@ -24205,7 +24205,7 @@
|
|
|
24205
24205
|
"immutable": true,
|
|
24206
24206
|
"locationInModule": {
|
|
24207
24207
|
"filename": "src/github/workflows-model.ts",
|
|
24208
|
-
"line":
|
|
24208
|
+
"line": 967
|
|
24209
24209
|
},
|
|
24210
24210
|
"name": "types",
|
|
24211
24211
|
"optional": true,
|
|
@@ -24232,7 +24232,7 @@
|
|
|
24232
24232
|
"kind": "interface",
|
|
24233
24233
|
"locationInModule": {
|
|
24234
24234
|
"filename": "src/github/workflows-model.ts",
|
|
24235
|
-
"line":
|
|
24235
|
+
"line": 949
|
|
24236
24236
|
},
|
|
24237
24237
|
"name": "PullRequestReviewOptions",
|
|
24238
24238
|
"namespace": "github.workflows",
|
|
@@ -24249,7 +24249,7 @@
|
|
|
24249
24249
|
"immutable": true,
|
|
24250
24250
|
"locationInModule": {
|
|
24251
24251
|
"filename": "src/github/workflows-model.ts",
|
|
24252
|
-
"line":
|
|
24252
|
+
"line": 955
|
|
24253
24253
|
},
|
|
24254
24254
|
"name": "types",
|
|
24255
24255
|
"optional": true,
|
|
@@ -24279,7 +24279,7 @@
|
|
|
24279
24279
|
"kind": "interface",
|
|
24280
24280
|
"locationInModule": {
|
|
24281
24281
|
"filename": "src/github/workflows-model.ts",
|
|
24282
|
-
"line":
|
|
24282
|
+
"line": 973
|
|
24283
24283
|
},
|
|
24284
24284
|
"name": "PullRequestTargetOptions",
|
|
24285
24285
|
"namespace": "github.workflows",
|
|
@@ -24296,7 +24296,7 @@
|
|
|
24296
24296
|
"immutable": true,
|
|
24297
24297
|
"locationInModule": {
|
|
24298
24298
|
"filename": "src/github/workflows-model.ts",
|
|
24299
|
-
"line":
|
|
24299
|
+
"line": 979
|
|
24300
24300
|
},
|
|
24301
24301
|
"name": "types",
|
|
24302
24302
|
"optional": true,
|
|
@@ -24323,7 +24323,7 @@
|
|
|
24323
24323
|
"kind": "interface",
|
|
24324
24324
|
"locationInModule": {
|
|
24325
24325
|
"filename": "src/github/workflows-model.ts",
|
|
24326
|
-
"line":
|
|
24326
|
+
"line": 1000
|
|
24327
24327
|
},
|
|
24328
24328
|
"name": "PushOptions",
|
|
24329
24329
|
"namespace": "github.workflows",
|
|
@@ -24339,7 +24339,7 @@
|
|
|
24339
24339
|
"immutable": true,
|
|
24340
24340
|
"locationInModule": {
|
|
24341
24341
|
"filename": "src/github/workflows-model.ts",
|
|
24342
|
-
"line":
|
|
24342
|
+
"line": 1010
|
|
24343
24343
|
},
|
|
24344
24344
|
"name": "branches",
|
|
24345
24345
|
"optional": true,
|
|
@@ -24363,7 +24363,7 @@
|
|
|
24363
24363
|
"immutable": true,
|
|
24364
24364
|
"locationInModule": {
|
|
24365
24365
|
"filename": "src/github/workflows-model.ts",
|
|
24366
|
-
"line":
|
|
24366
|
+
"line": 1031
|
|
24367
24367
|
},
|
|
24368
24368
|
"name": "paths",
|
|
24369
24369
|
"optional": true,
|
|
@@ -24387,7 +24387,7 @@
|
|
|
24387
24387
|
"immutable": true,
|
|
24388
24388
|
"locationInModule": {
|
|
24389
24389
|
"filename": "src/github/workflows-model.ts",
|
|
24390
|
-
"line":
|
|
24390
|
+
"line": 1021
|
|
24391
24391
|
},
|
|
24392
24392
|
"name": "tags",
|
|
24393
24393
|
"optional": true,
|
|
@@ -24414,7 +24414,7 @@
|
|
|
24414
24414
|
"kind": "interface",
|
|
24415
24415
|
"locationInModule": {
|
|
24416
24416
|
"filename": "src/github/workflows-model.ts",
|
|
24417
|
-
"line":
|
|
24417
|
+
"line": 1037
|
|
24418
24418
|
},
|
|
24419
24419
|
"name": "RegistryPackageOptions",
|
|
24420
24420
|
"namespace": "github.workflows",
|
|
@@ -24431,7 +24431,7 @@
|
|
|
24431
24431
|
"immutable": true,
|
|
24432
24432
|
"locationInModule": {
|
|
24433
24433
|
"filename": "src/github/workflows-model.ts",
|
|
24434
|
-
"line":
|
|
24434
|
+
"line": 1043
|
|
24435
24435
|
},
|
|
24436
24436
|
"name": "types",
|
|
24437
24437
|
"optional": true,
|
|
@@ -24458,7 +24458,7 @@
|
|
|
24458
24458
|
"kind": "interface",
|
|
24459
24459
|
"locationInModule": {
|
|
24460
24460
|
"filename": "src/github/workflows-model.ts",
|
|
24461
|
-
"line":
|
|
24461
|
+
"line": 1049
|
|
24462
24462
|
},
|
|
24463
24463
|
"name": "ReleaseOptions",
|
|
24464
24464
|
"namespace": "github.workflows",
|
|
@@ -24475,7 +24475,7 @@
|
|
|
24475
24475
|
"immutable": true,
|
|
24476
24476
|
"locationInModule": {
|
|
24477
24477
|
"filename": "src/github/workflows-model.ts",
|
|
24478
|
-
"line":
|
|
24478
|
+
"line": 1055
|
|
24479
24479
|
},
|
|
24480
24480
|
"name": "types",
|
|
24481
24481
|
"optional": true,
|
|
@@ -24502,7 +24502,7 @@
|
|
|
24502
24502
|
"kind": "interface",
|
|
24503
24503
|
"locationInModule": {
|
|
24504
24504
|
"filename": "src/github/workflows-model.ts",
|
|
24505
|
-
"line":
|
|
24505
|
+
"line": 728
|
|
24506
24506
|
},
|
|
24507
24507
|
"name": "RepositoryDispatchOptions",
|
|
24508
24508
|
"namespace": "github.workflows",
|
|
@@ -24519,7 +24519,7 @@
|
|
|
24519
24519
|
"immutable": true,
|
|
24520
24520
|
"locationInModule": {
|
|
24521
24521
|
"filename": "src/github/workflows-model.ts",
|
|
24522
|
-
"line":
|
|
24522
|
+
"line": 734
|
|
24523
24523
|
},
|
|
24524
24524
|
"name": "types",
|
|
24525
24525
|
"optional": true,
|
|
@@ -24600,7 +24600,7 @@
|
|
|
24600
24600
|
"kind": "interface",
|
|
24601
24601
|
"locationInModule": {
|
|
24602
24602
|
"filename": "src/github/workflows-model.ts",
|
|
24603
|
-
"line":
|
|
24603
|
+
"line": 1156
|
|
24604
24604
|
},
|
|
24605
24605
|
"name": "StatusOptions",
|
|
24606
24606
|
"namespace": "github.workflows",
|
|
@@ -24756,6 +24756,24 @@
|
|
|
24756
24756
|
"kind": "map"
|
|
24757
24757
|
}
|
|
24758
24758
|
}
|
|
24759
|
+
},
|
|
24760
|
+
{
|
|
24761
|
+
"abstract": true,
|
|
24762
|
+
"docs": {
|
|
24763
|
+
"remarks": "Overrides a job's working directory.",
|
|
24764
|
+
"stability": "experimental",
|
|
24765
|
+
"summary": "Specifies a working directory for a step."
|
|
24766
|
+
},
|
|
24767
|
+
"immutable": true,
|
|
24768
|
+
"locationInModule": {
|
|
24769
|
+
"filename": "src/github/workflows-model.ts",
|
|
24770
|
+
"line": 343
|
|
24771
|
+
},
|
|
24772
|
+
"name": "workingDirectory",
|
|
24773
|
+
"optional": true,
|
|
24774
|
+
"type": {
|
|
24775
|
+
"primitive": "string"
|
|
24776
|
+
}
|
|
24759
24777
|
}
|
|
24760
24778
|
],
|
|
24761
24779
|
"symbolId": "src/github/workflows-model:Step"
|
|
@@ -24915,7 +24933,7 @@
|
|
|
24915
24933
|
"kind": "interface",
|
|
24916
24934
|
"locationInModule": {
|
|
24917
24935
|
"filename": "src/github/workflows-model.ts",
|
|
24918
|
-
"line":
|
|
24936
|
+
"line": 490
|
|
24919
24937
|
},
|
|
24920
24938
|
"name": "Triggers",
|
|
24921
24939
|
"namespace": "github.workflows",
|
|
@@ -24929,7 +24947,7 @@
|
|
|
24929
24947
|
"immutable": true,
|
|
24930
24948
|
"locationInModule": {
|
|
24931
24949
|
"filename": "src/github/workflows-model.ts",
|
|
24932
|
-
"line":
|
|
24950
|
+
"line": 532
|
|
24933
24951
|
},
|
|
24934
24952
|
"name": "branchProtectionRule",
|
|
24935
24953
|
"optional": true,
|
|
@@ -24946,7 +24964,7 @@
|
|
|
24946
24964
|
"immutable": true,
|
|
24947
24965
|
"locationInModule": {
|
|
24948
24966
|
"filename": "src/github/workflows-model.ts",
|
|
24949
|
-
"line":
|
|
24967
|
+
"line": 537
|
|
24950
24968
|
},
|
|
24951
24969
|
"name": "checkRun",
|
|
24952
24970
|
"optional": true,
|
|
@@ -24963,7 +24981,7 @@
|
|
|
24963
24981
|
"immutable": true,
|
|
24964
24982
|
"locationInModule": {
|
|
24965
24983
|
"filename": "src/github/workflows-model.ts",
|
|
24966
|
-
"line":
|
|
24984
|
+
"line": 542
|
|
24967
24985
|
},
|
|
24968
24986
|
"name": "checkSuite",
|
|
24969
24987
|
"optional": true,
|
|
@@ -24980,7 +24998,7 @@
|
|
|
24980
24998
|
"immutable": true,
|
|
24981
24999
|
"locationInModule": {
|
|
24982
25000
|
"filename": "src/github/workflows-model.ts",
|
|
24983
|
-
"line":
|
|
25001
|
+
"line": 548
|
|
24984
25002
|
},
|
|
24985
25003
|
"name": "create",
|
|
24986
25004
|
"optional": true,
|
|
@@ -24997,7 +25015,7 @@
|
|
|
24997
25015
|
"immutable": true,
|
|
24998
25016
|
"locationInModule": {
|
|
24999
25017
|
"filename": "src/github/workflows-model.ts",
|
|
25000
|
-
"line":
|
|
25018
|
+
"line": 554
|
|
25001
25019
|
},
|
|
25002
25020
|
"name": "delete",
|
|
25003
25021
|
"optional": true,
|
|
@@ -25015,7 +25033,7 @@
|
|
|
25015
25033
|
"immutable": true,
|
|
25016
25034
|
"locationInModule": {
|
|
25017
25035
|
"filename": "src/github/workflows-model.ts",
|
|
25018
|
-
"line":
|
|
25036
|
+
"line": 561
|
|
25019
25037
|
},
|
|
25020
25038
|
"name": "deployment",
|
|
25021
25039
|
"optional": true,
|
|
@@ -25033,7 +25051,7 @@
|
|
|
25033
25051
|
"immutable": true,
|
|
25034
25052
|
"locationInModule": {
|
|
25035
25053
|
"filename": "src/github/workflows-model.ts",
|
|
25036
|
-
"line":
|
|
25054
|
+
"line": 568
|
|
25037
25055
|
},
|
|
25038
25056
|
"name": "deploymentStatus",
|
|
25039
25057
|
"optional": true,
|
|
@@ -25052,7 +25070,7 @@
|
|
|
25052
25070
|
"immutable": true,
|
|
25053
25071
|
"locationInModule": {
|
|
25054
25072
|
"filename": "src/github/workflows-model.ts",
|
|
25055
|
-
"line":
|
|
25073
|
+
"line": 574
|
|
25056
25074
|
},
|
|
25057
25075
|
"name": "discussion",
|
|
25058
25076
|
"optional": true,
|
|
@@ -25071,7 +25089,7 @@
|
|
|
25071
25089
|
"immutable": true,
|
|
25072
25090
|
"locationInModule": {
|
|
25073
25091
|
"filename": "src/github/workflows-model.ts",
|
|
25074
|
-
"line":
|
|
25092
|
+
"line": 580
|
|
25075
25093
|
},
|
|
25076
25094
|
"name": "discussionComment",
|
|
25077
25095
|
"optional": true,
|
|
@@ -25088,7 +25106,7 @@
|
|
|
25088
25106
|
"immutable": true,
|
|
25089
25107
|
"locationInModule": {
|
|
25090
25108
|
"filename": "src/github/workflows-model.ts",
|
|
25091
|
-
"line":
|
|
25109
|
+
"line": 586
|
|
25092
25110
|
},
|
|
25093
25111
|
"name": "fork",
|
|
25094
25112
|
"optional": true,
|
|
@@ -25105,7 +25123,7 @@
|
|
|
25105
25123
|
"immutable": true,
|
|
25106
25124
|
"locationInModule": {
|
|
25107
25125
|
"filename": "src/github/workflows-model.ts",
|
|
25108
|
-
"line":
|
|
25126
|
+
"line": 592
|
|
25109
25127
|
},
|
|
25110
25128
|
"name": "gollum",
|
|
25111
25129
|
"optional": true,
|
|
@@ -25122,7 +25140,7 @@
|
|
|
25122
25140
|
"immutable": true,
|
|
25123
25141
|
"locationInModule": {
|
|
25124
25142
|
"filename": "src/github/workflows-model.ts",
|
|
25125
|
-
"line":
|
|
25143
|
+
"line": 597
|
|
25126
25144
|
},
|
|
25127
25145
|
"name": "issueComment",
|
|
25128
25146
|
"optional": true,
|
|
@@ -25139,7 +25157,7 @@
|
|
|
25139
25157
|
"immutable": true,
|
|
25140
25158
|
"locationInModule": {
|
|
25141
25159
|
"filename": "src/github/workflows-model.ts",
|
|
25142
|
-
"line":
|
|
25160
|
+
"line": 602
|
|
25143
25161
|
},
|
|
25144
25162
|
"name": "issues",
|
|
25145
25163
|
"optional": true,
|
|
@@ -25156,7 +25174,7 @@
|
|
|
25156
25174
|
"immutable": true,
|
|
25157
25175
|
"locationInModule": {
|
|
25158
25176
|
"filename": "src/github/workflows-model.ts",
|
|
25159
|
-
"line":
|
|
25177
|
+
"line": 607
|
|
25160
25178
|
},
|
|
25161
25179
|
"name": "label",
|
|
25162
25180
|
"optional": true,
|
|
@@ -25173,7 +25191,7 @@
|
|
|
25173
25191
|
"immutable": true,
|
|
25174
25192
|
"locationInModule": {
|
|
25175
25193
|
"filename": "src/github/workflows-model.ts",
|
|
25176
|
-
"line":
|
|
25194
|
+
"line": 612
|
|
25177
25195
|
},
|
|
25178
25196
|
"name": "milestone",
|
|
25179
25197
|
"optional": true,
|
|
@@ -25190,7 +25208,7 @@
|
|
|
25190
25208
|
"immutable": true,
|
|
25191
25209
|
"locationInModule": {
|
|
25192
25210
|
"filename": "src/github/workflows-model.ts",
|
|
25193
|
-
"line":
|
|
25211
|
+
"line": 618
|
|
25194
25212
|
},
|
|
25195
25213
|
"name": "pageBuild",
|
|
25196
25214
|
"optional": true,
|
|
@@ -25207,7 +25225,7 @@
|
|
|
25207
25225
|
"immutable": true,
|
|
25208
25226
|
"locationInModule": {
|
|
25209
25227
|
"filename": "src/github/workflows-model.ts",
|
|
25210
|
-
"line":
|
|
25228
|
+
"line": 623
|
|
25211
25229
|
},
|
|
25212
25230
|
"name": "project",
|
|
25213
25231
|
"optional": true,
|
|
@@ -25224,7 +25242,7 @@
|
|
|
25224
25242
|
"immutable": true,
|
|
25225
25243
|
"locationInModule": {
|
|
25226
25244
|
"filename": "src/github/workflows-model.ts",
|
|
25227
|
-
"line":
|
|
25245
|
+
"line": 628
|
|
25228
25246
|
},
|
|
25229
25247
|
"name": "projectCard",
|
|
25230
25248
|
"optional": true,
|
|
@@ -25241,7 +25259,7 @@
|
|
|
25241
25259
|
"immutable": true,
|
|
25242
25260
|
"locationInModule": {
|
|
25243
25261
|
"filename": "src/github/workflows-model.ts",
|
|
25244
|
-
"line":
|
|
25262
|
+
"line": 633
|
|
25245
25263
|
},
|
|
25246
25264
|
"name": "projectColumn",
|
|
25247
25265
|
"optional": true,
|
|
@@ -25258,7 +25276,7 @@
|
|
|
25258
25276
|
"immutable": true,
|
|
25259
25277
|
"locationInModule": {
|
|
25260
25278
|
"filename": "src/github/workflows-model.ts",
|
|
25261
|
-
"line":
|
|
25279
|
+
"line": 639
|
|
25262
25280
|
},
|
|
25263
25281
|
"name": "public",
|
|
25264
25282
|
"optional": true,
|
|
@@ -25275,7 +25293,7 @@
|
|
|
25275
25293
|
"immutable": true,
|
|
25276
25294
|
"locationInModule": {
|
|
25277
25295
|
"filename": "src/github/workflows-model.ts",
|
|
25278
|
-
"line":
|
|
25296
|
+
"line": 644
|
|
25279
25297
|
},
|
|
25280
25298
|
"name": "pullRequest",
|
|
25281
25299
|
"optional": true,
|
|
@@ -25292,7 +25310,7 @@
|
|
|
25292
25310
|
"immutable": true,
|
|
25293
25311
|
"locationInModule": {
|
|
25294
25312
|
"filename": "src/github/workflows-model.ts",
|
|
25295
|
-
"line":
|
|
25313
|
+
"line": 649
|
|
25296
25314
|
},
|
|
25297
25315
|
"name": "pullRequestReview",
|
|
25298
25316
|
"optional": true,
|
|
@@ -25309,7 +25327,7 @@
|
|
|
25309
25327
|
"immutable": true,
|
|
25310
25328
|
"locationInModule": {
|
|
25311
25329
|
"filename": "src/github/workflows-model.ts",
|
|
25312
|
-
"line":
|
|
25330
|
+
"line": 655
|
|
25313
25331
|
},
|
|
25314
25332
|
"name": "pullRequestReviewComment",
|
|
25315
25333
|
"optional": true,
|
|
@@ -25328,7 +25346,7 @@
|
|
|
25328
25346
|
"immutable": true,
|
|
25329
25347
|
"locationInModule": {
|
|
25330
25348
|
"filename": "src/github/workflows-model.ts",
|
|
25331
|
-
"line":
|
|
25349
|
+
"line": 676
|
|
25332
25350
|
},
|
|
25333
25351
|
"name": "pullRequestTarget",
|
|
25334
25352
|
"optional": true,
|
|
@@ -25345,7 +25363,7 @@
|
|
|
25345
25363
|
"immutable": true,
|
|
25346
25364
|
"locationInModule": {
|
|
25347
25365
|
"filename": "src/github/workflows-model.ts",
|
|
25348
|
-
"line":
|
|
25366
|
+
"line": 682
|
|
25349
25367
|
},
|
|
25350
25368
|
"name": "push",
|
|
25351
25369
|
"optional": true,
|
|
@@ -25362,7 +25380,7 @@
|
|
|
25362
25380
|
"immutable": true,
|
|
25363
25381
|
"locationInModule": {
|
|
25364
25382
|
"filename": "src/github/workflows-model.ts",
|
|
25365
|
-
"line":
|
|
25383
|
+
"line": 687
|
|
25366
25384
|
},
|
|
25367
25385
|
"name": "registryPackage",
|
|
25368
25386
|
"optional": true,
|
|
@@ -25379,7 +25397,7 @@
|
|
|
25379
25397
|
"immutable": true,
|
|
25380
25398
|
"locationInModule": {
|
|
25381
25399
|
"filename": "src/github/workflows-model.ts",
|
|
25382
|
-
"line":
|
|
25400
|
+
"line": 692
|
|
25383
25401
|
},
|
|
25384
25402
|
"name": "release",
|
|
25385
25403
|
"optional": true,
|
|
@@ -25396,7 +25414,7 @@
|
|
|
25396
25414
|
"immutable": true,
|
|
25397
25415
|
"locationInModule": {
|
|
25398
25416
|
"filename": "src/github/workflows-model.ts",
|
|
25399
|
-
"line":
|
|
25417
|
+
"line": 517
|
|
25400
25418
|
},
|
|
25401
25419
|
"name": "repositoryDispatch",
|
|
25402
25420
|
"optional": true,
|
|
@@ -25415,7 +25433,7 @@
|
|
|
25415
25433
|
"immutable": true,
|
|
25416
25434
|
"locationInModule": {
|
|
25417
25435
|
"filename": "src/github/workflows-model.ts",
|
|
25418
|
-
"line":
|
|
25436
|
+
"line": 500
|
|
25419
25437
|
},
|
|
25420
25438
|
"name": "schedule",
|
|
25421
25439
|
"optional": true,
|
|
@@ -25437,7 +25455,7 @@
|
|
|
25437
25455
|
"immutable": true,
|
|
25438
25456
|
"locationInModule": {
|
|
25439
25457
|
"filename": "src/github/workflows-model.ts",
|
|
25440
|
-
"line":
|
|
25458
|
+
"line": 698
|
|
25441
25459
|
},
|
|
25442
25460
|
"name": "status",
|
|
25443
25461
|
"optional": true,
|
|
@@ -25454,7 +25472,7 @@
|
|
|
25454
25472
|
"immutable": true,
|
|
25455
25473
|
"locationInModule": {
|
|
25456
25474
|
"filename": "src/github/workflows-model.ts",
|
|
25457
|
-
"line":
|
|
25475
|
+
"line": 703
|
|
25458
25476
|
},
|
|
25459
25477
|
"name": "watch",
|
|
25460
25478
|
"optional": true,
|
|
@@ -25472,7 +25490,7 @@
|
|
|
25472
25490
|
"immutable": true,
|
|
25473
25491
|
"locationInModule": {
|
|
25474
25492
|
"filename": "src/github/workflows-model.ts",
|
|
25475
|
-
"line":
|
|
25493
|
+
"line": 525
|
|
25476
25494
|
},
|
|
25477
25495
|
"name": "workflowCall",
|
|
25478
25496
|
"optional": true,
|
|
@@ -25490,7 +25508,7 @@
|
|
|
25490
25508
|
"immutable": true,
|
|
25491
25509
|
"locationInModule": {
|
|
25492
25510
|
"filename": "src/github/workflows-model.ts",
|
|
25493
|
-
"line":
|
|
25511
|
+
"line": 510
|
|
25494
25512
|
},
|
|
25495
25513
|
"name": "workflowDispatch",
|
|
25496
25514
|
"optional": true,
|
|
@@ -25508,7 +25526,7 @@
|
|
|
25508
25526
|
"immutable": true,
|
|
25509
25527
|
"locationInModule": {
|
|
25510
25528
|
"filename": "src/github/workflows-model.ts",
|
|
25511
|
-
"line":
|
|
25529
|
+
"line": 711
|
|
25512
25530
|
},
|
|
25513
25531
|
"name": "workflowRun",
|
|
25514
25532
|
"optional": true,
|
|
@@ -25530,7 +25548,7 @@
|
|
|
25530
25548
|
"kind": "interface",
|
|
25531
25549
|
"locationInModule": {
|
|
25532
25550
|
"filename": "src/github/workflows-model.ts",
|
|
25533
|
-
"line":
|
|
25551
|
+
"line": 1069
|
|
25534
25552
|
},
|
|
25535
25553
|
"name": "WatchOptions",
|
|
25536
25554
|
"namespace": "github.workflows",
|
|
@@ -25547,7 +25565,7 @@
|
|
|
25547
25565
|
"immutable": true,
|
|
25548
25566
|
"locationInModule": {
|
|
25549
25567
|
"filename": "src/github/workflows-model.ts",
|
|
25550
|
-
"line":
|
|
25568
|
+
"line": 1075
|
|
25551
25569
|
},
|
|
25552
25570
|
"name": "types",
|
|
25553
25571
|
"optional": true,
|
|
@@ -25574,7 +25592,7 @@
|
|
|
25574
25592
|
"kind": "interface",
|
|
25575
25593
|
"locationInModule": {
|
|
25576
25594
|
"filename": "src/github/workflows-model.ts",
|
|
25577
|
-
"line":
|
|
25595
|
+
"line": 1111
|
|
25578
25596
|
},
|
|
25579
25597
|
"name": "WorkflowCallOptions",
|
|
25580
25598
|
"namespace": "github.workflows",
|
|
@@ -25591,7 +25609,7 @@
|
|
|
25591
25609
|
"kind": "interface",
|
|
25592
25610
|
"locationInModule": {
|
|
25593
25611
|
"filename": "src/github/workflows-model.ts",
|
|
25594
|
-
"line":
|
|
25612
|
+
"line": 1106
|
|
25595
25613
|
},
|
|
25596
25614
|
"name": "WorkflowDispatchOptions",
|
|
25597
25615
|
"namespace": "github.workflows",
|
|
@@ -25608,7 +25626,7 @@
|
|
|
25608
25626
|
"kind": "interface",
|
|
25609
25627
|
"locationInModule": {
|
|
25610
25628
|
"filename": "src/github/workflows-model.ts",
|
|
25611
|
-
"line":
|
|
25629
|
+
"line": 1081
|
|
25612
25630
|
},
|
|
25613
25631
|
"name": "WorkflowRunOptions",
|
|
25614
25632
|
"namespace": "github.workflows",
|
|
@@ -25625,7 +25643,7 @@
|
|
|
25625
25643
|
"immutable": true,
|
|
25626
25644
|
"locationInModule": {
|
|
25627
25645
|
"filename": "src/github/workflows-model.ts",
|
|
25628
|
-
"line":
|
|
25646
|
+
"line": 1099
|
|
25629
25647
|
},
|
|
25630
25648
|
"name": "branches",
|
|
25631
25649
|
"optional": true,
|
|
@@ -25650,7 +25668,7 @@
|
|
|
25650
25668
|
"immutable": true,
|
|
25651
25669
|
"locationInModule": {
|
|
25652
25670
|
"filename": "src/github/workflows-model.ts",
|
|
25653
|
-
"line":
|
|
25671
|
+
"line": 1093
|
|
25654
25672
|
},
|
|
25655
25673
|
"name": "types",
|
|
25656
25674
|
"optional": true,
|
|
@@ -25675,7 +25693,7 @@
|
|
|
25675
25693
|
"immutable": true,
|
|
25676
25694
|
"locationInModule": {
|
|
25677
25695
|
"filename": "src/github/workflows-model.ts",
|
|
25678
|
-
"line":
|
|
25696
|
+
"line": 1087
|
|
25679
25697
|
},
|
|
25680
25698
|
"name": "workflows",
|
|
25681
25699
|
"optional": true,
|
|
@@ -50087,6 +50105,6 @@
|
|
|
50087
50105
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
50088
50106
|
}
|
|
50089
50107
|
},
|
|
50090
|
-
"version": "0.63.
|
|
50091
|
-
"fingerprint": "
|
|
50108
|
+
"version": "0.63.31",
|
|
50109
|
+
"fingerprint": "H9n7P1OKZWJ/1XN14jgs1BIwtNd4G2e0LOurA006n0E="
|
|
50092
50110
|
}
|