projen 0.67.12 → 0.67.13
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 +881 -274
- package/docs/api/API.md +2 -0
- package/docs/github.md +19 -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.d.ts +8 -2
- package/lib/github/github-credentials.js +8 -4
- 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 +59 -0
- package/lib/github/workflows-model.js +18 -2
- package/lib/github/workflows.js +1 -1
- 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 +1882 -0
- 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/package.json +1 -1
package/.jsii
CHANGED
|
@@ -20425,12 +20425,12 @@
|
|
|
20425
20425
|
"kind": "class",
|
|
20426
20426
|
"locationInModule": {
|
|
20427
20427
|
"filename": "src/github/github-credentials.ts",
|
|
20428
|
-
"line":
|
|
20428
|
+
"line": 28
|
|
20429
20429
|
},
|
|
20430
20430
|
"methods": [
|
|
20431
20431
|
{
|
|
20432
20432
|
"docs": {
|
|
20433
|
-
"default": "- app id stored in \"PROJEN_APP_ID\" and private key stored in \"PROJEN_APP_PRIVATE_KEY\"",
|
|
20433
|
+
"default": "- app id stored in \"PROJEN_APP_ID\" and private key stored in \"PROJEN_APP_PRIVATE_KEY\" with all permissions attached to the app",
|
|
20434
20434
|
"remarks": "The GitHub App must be installed on the GitHub repo, its App ID and a\nprivate key must be added as secrets to the repo. The name of the secrets\ncan be specified here.",
|
|
20435
20435
|
"see": "https://projen.io/github.html#github-app",
|
|
20436
20436
|
"stability": "experimental",
|
|
@@ -20438,7 +20438,7 @@
|
|
|
20438
20438
|
},
|
|
20439
20439
|
"locationInModule": {
|
|
20440
20440
|
"filename": "src/github/github-credentials.ts",
|
|
20441
|
-
"line":
|
|
20441
|
+
"line": 58
|
|
20442
20442
|
},
|
|
20443
20443
|
"name": "fromApp",
|
|
20444
20444
|
"parameters": [
|
|
@@ -20467,7 +20467,7 @@
|
|
|
20467
20467
|
},
|
|
20468
20468
|
"locationInModule": {
|
|
20469
20469
|
"filename": "src/github/github-credentials.ts",
|
|
20470
|
-
"line":
|
|
20470
|
+
"line": 38
|
|
20471
20471
|
},
|
|
20472
20472
|
"name": "fromPersonalAccessToken",
|
|
20473
20473
|
"parameters": [
|
|
@@ -20498,7 +20498,7 @@
|
|
|
20498
20498
|
"immutable": true,
|
|
20499
20499
|
"locationInModule": {
|
|
20500
20500
|
"filename": "src/github/github-credentials.ts",
|
|
20501
|
-
"line":
|
|
20501
|
+
"line": 87
|
|
20502
20502
|
},
|
|
20503
20503
|
"name": "setupSteps",
|
|
20504
20504
|
"type": {
|
|
@@ -20519,7 +20519,7 @@
|
|
|
20519
20519
|
"immutable": true,
|
|
20520
20520
|
"locationInModule": {
|
|
20521
20521
|
"filename": "src/github/github-credentials.ts",
|
|
20522
|
-
"line":
|
|
20522
|
+
"line": 95
|
|
20523
20523
|
},
|
|
20524
20524
|
"name": "tokenRef",
|
|
20525
20525
|
"type": {
|
|
@@ -20540,7 +20540,7 @@
|
|
|
20540
20540
|
"kind": "interface",
|
|
20541
20541
|
"locationInModule": {
|
|
20542
20542
|
"filename": "src/github/github-credentials.ts",
|
|
20543
|
-
"line":
|
|
20543
|
+
"line": 14
|
|
20544
20544
|
},
|
|
20545
20545
|
"name": "GithubCredentialsAppOptions",
|
|
20546
20546
|
"namespace": "github",
|
|
@@ -20553,7 +20553,7 @@
|
|
|
20553
20553
|
"immutable": true,
|
|
20554
20554
|
"locationInModule": {
|
|
20555
20555
|
"filename": "src/github/github-credentials.ts",
|
|
20556
|
-
"line":
|
|
20556
|
+
"line": 15
|
|
20557
20557
|
},
|
|
20558
20558
|
"name": "appIdSecret",
|
|
20559
20559
|
"optional": true,
|
|
@@ -20561,6 +20561,24 @@
|
|
|
20561
20561
|
"primitive": "string"
|
|
20562
20562
|
}
|
|
20563
20563
|
},
|
|
20564
|
+
{
|
|
20565
|
+
"abstract": true,
|
|
20566
|
+
"docs": {
|
|
20567
|
+
"default": "- all permissions granted to the app",
|
|
20568
|
+
"stability": "experimental",
|
|
20569
|
+
"summary": "The permissions granted to the token."
|
|
20570
|
+
},
|
|
20571
|
+
"immutable": true,
|
|
20572
|
+
"locationInModule": {
|
|
20573
|
+
"filename": "src/github/github-credentials.ts",
|
|
20574
|
+
"line": 22
|
|
20575
|
+
},
|
|
20576
|
+
"name": "permissions",
|
|
20577
|
+
"optional": true,
|
|
20578
|
+
"type": {
|
|
20579
|
+
"fqn": "projen.github.workflows.AppPermissions"
|
|
20580
|
+
}
|
|
20581
|
+
},
|
|
20564
20582
|
{
|
|
20565
20583
|
"abstract": true,
|
|
20566
20584
|
"docs": {
|
|
@@ -20569,7 +20587,7 @@
|
|
|
20569
20587
|
"immutable": true,
|
|
20570
20588
|
"locationInModule": {
|
|
20571
20589
|
"filename": "src/github/github-credentials.ts",
|
|
20572
|
-
"line":
|
|
20590
|
+
"line": 16
|
|
20573
20591
|
},
|
|
20574
20592
|
"name": "privateKeySecret",
|
|
20575
20593
|
"optional": true,
|
|
@@ -20591,7 +20609,7 @@
|
|
|
20591
20609
|
"kind": "interface",
|
|
20592
20610
|
"locationInModule": {
|
|
20593
20611
|
"filename": "src/github/github-credentials.ts",
|
|
20594
|
-
"line":
|
|
20612
|
+
"line": 7
|
|
20595
20613
|
},
|
|
20596
20614
|
"name": "GithubCredentialsPersonalAccessTokenOptions",
|
|
20597
20615
|
"namespace": "github",
|
|
@@ -20604,7 +20622,7 @@
|
|
|
20604
20622
|
"immutable": true,
|
|
20605
20623
|
"locationInModule": {
|
|
20606
20624
|
"filename": "src/github/github-credentials.ts",
|
|
20607
|
-
"line":
|
|
20625
|
+
"line": 8
|
|
20608
20626
|
},
|
|
20609
20627
|
"name": "secret",
|
|
20610
20628
|
"optional": true,
|
|
@@ -22116,228 +22134,817 @@
|
|
|
22116
22134
|
{
|
|
22117
22135
|
"abstract": true,
|
|
22118
22136
|
"docs": {
|
|
22119
|
-
"stability": "experimental",
|
|
22120
|
-
"summary": "The git identity to use in this workflow."
|
|
22137
|
+
"stability": "experimental",
|
|
22138
|
+
"summary": "The git identity to use in this workflow."
|
|
22139
|
+
},
|
|
22140
|
+
"immutable": true,
|
|
22141
|
+
"locationInModule": {
|
|
22142
|
+
"filename": "src/github/task-workflow.ts",
|
|
22143
|
+
"line": 109
|
|
22144
|
+
},
|
|
22145
|
+
"name": "gitIdentity",
|
|
22146
|
+
"optional": true,
|
|
22147
|
+
"type": {
|
|
22148
|
+
"fqn": "projen.github.GitIdentity"
|
|
22149
|
+
}
|
|
22150
|
+
},
|
|
22151
|
+
{
|
|
22152
|
+
"abstract": true,
|
|
22153
|
+
"docs": {
|
|
22154
|
+
"default": "\"build\"",
|
|
22155
|
+
"stability": "experimental",
|
|
22156
|
+
"summary": "The primary job id."
|
|
22157
|
+
},
|
|
22158
|
+
"immutable": true,
|
|
22159
|
+
"locationInModule": {
|
|
22160
|
+
"filename": "src/github/task-workflow.ts",
|
|
22161
|
+
"line": 27
|
|
22162
|
+
},
|
|
22163
|
+
"name": "jobId",
|
|
22164
|
+
"optional": true,
|
|
22165
|
+
"type": {
|
|
22166
|
+
"primitive": "string"
|
|
22167
|
+
}
|
|
22168
|
+
},
|
|
22169
|
+
{
|
|
22170
|
+
"abstract": true,
|
|
22171
|
+
"docs": {
|
|
22172
|
+
"default": "{}",
|
|
22173
|
+
"stability": "experimental",
|
|
22174
|
+
"summary": "Mapping of job output names to values/expressions."
|
|
22175
|
+
},
|
|
22176
|
+
"immutable": true,
|
|
22177
|
+
"locationInModule": {
|
|
22178
|
+
"filename": "src/github/task-workflow.ts",
|
|
22179
|
+
"line": 104
|
|
22180
|
+
},
|
|
22181
|
+
"name": "outputs",
|
|
22182
|
+
"optional": true,
|
|
22183
|
+
"type": {
|
|
22184
|
+
"collection": {
|
|
22185
|
+
"elementtype": {
|
|
22186
|
+
"fqn": "projen.github.workflows.JobStepOutput"
|
|
22187
|
+
},
|
|
22188
|
+
"kind": "map"
|
|
22189
|
+
}
|
|
22190
|
+
}
|
|
22191
|
+
},
|
|
22192
|
+
{
|
|
22193
|
+
"abstract": true,
|
|
22194
|
+
"docs": {
|
|
22195
|
+
"default": "- not set",
|
|
22196
|
+
"stability": "experimental",
|
|
22197
|
+
"summary": "Actions to run after the main build step."
|
|
22198
|
+
},
|
|
22199
|
+
"immutable": true,
|
|
22200
|
+
"locationInModule": {
|
|
22201
|
+
"filename": "src/github/task-workflow.ts",
|
|
22202
|
+
"line": 86
|
|
22203
|
+
},
|
|
22204
|
+
"name": "postBuildSteps",
|
|
22205
|
+
"optional": true,
|
|
22206
|
+
"type": {
|
|
22207
|
+
"collection": {
|
|
22208
|
+
"elementtype": {
|
|
22209
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
22210
|
+
},
|
|
22211
|
+
"kind": "array"
|
|
22212
|
+
}
|
|
22213
|
+
}
|
|
22214
|
+
},
|
|
22215
|
+
{
|
|
22216
|
+
"abstract": true,
|
|
22217
|
+
"docs": {
|
|
22218
|
+
"default": "- not set",
|
|
22219
|
+
"stability": "experimental",
|
|
22220
|
+
"summary": "Steps to run before the main build step."
|
|
22221
|
+
},
|
|
22222
|
+
"immutable": true,
|
|
22223
|
+
"locationInModule": {
|
|
22224
|
+
"filename": "src/github/task-workflow.ts",
|
|
22225
|
+
"line": 74
|
|
22226
|
+
},
|
|
22227
|
+
"name": "preBuildSteps",
|
|
22228
|
+
"optional": true,
|
|
22229
|
+
"type": {
|
|
22230
|
+
"collection": {
|
|
22231
|
+
"elementtype": {
|
|
22232
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
22233
|
+
},
|
|
22234
|
+
"kind": "array"
|
|
22235
|
+
}
|
|
22236
|
+
}
|
|
22237
|
+
},
|
|
22238
|
+
{
|
|
22239
|
+
"abstract": true,
|
|
22240
|
+
"docs": {
|
|
22241
|
+
"default": "- not set",
|
|
22242
|
+
"stability": "experimental",
|
|
22243
|
+
"summary": "Initial steps to run before the source code checkout."
|
|
22244
|
+
},
|
|
22245
|
+
"immutable": true,
|
|
22246
|
+
"locationInModule": {
|
|
22247
|
+
"filename": "src/github/task-workflow.ts",
|
|
22248
|
+
"line": 60
|
|
22249
|
+
},
|
|
22250
|
+
"name": "preCheckoutSteps",
|
|
22251
|
+
"optional": true,
|
|
22252
|
+
"type": {
|
|
22253
|
+
"collection": {
|
|
22254
|
+
"elementtype": {
|
|
22255
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
22256
|
+
},
|
|
22257
|
+
"kind": "array"
|
|
22258
|
+
}
|
|
22259
|
+
}
|
|
22260
|
+
},
|
|
22261
|
+
{
|
|
22262
|
+
"abstract": true,
|
|
22263
|
+
"docs": {
|
|
22264
|
+
"default": "[\"ubuntu-latest\"]",
|
|
22265
|
+
"stability": "experimental",
|
|
22266
|
+
"summary": "Github Runner selection labels."
|
|
22267
|
+
},
|
|
22268
|
+
"immutable": true,
|
|
22269
|
+
"locationInModule": {
|
|
22270
|
+
"filename": "src/github/task-workflow.ts",
|
|
22271
|
+
"line": 115
|
|
22272
|
+
},
|
|
22273
|
+
"name": "runsOn",
|
|
22274
|
+
"optional": true,
|
|
22275
|
+
"type": {
|
|
22276
|
+
"collection": {
|
|
22277
|
+
"elementtype": {
|
|
22278
|
+
"primitive": "string"
|
|
22279
|
+
},
|
|
22280
|
+
"kind": "array"
|
|
22281
|
+
}
|
|
22282
|
+
}
|
|
22283
|
+
},
|
|
22284
|
+
{
|
|
22285
|
+
"abstract": true,
|
|
22286
|
+
"docs": {
|
|
22287
|
+
"default": "- by default workflows can only be triggered by manually.",
|
|
22288
|
+
"stability": "experimental",
|
|
22289
|
+
"summary": "The triggers for the workflow."
|
|
22290
|
+
},
|
|
22291
|
+
"immutable": true,
|
|
22292
|
+
"locationInModule": {
|
|
22293
|
+
"filename": "src/github/task-workflow.ts",
|
|
22294
|
+
"line": 53
|
|
22295
|
+
},
|
|
22296
|
+
"name": "triggers",
|
|
22297
|
+
"optional": true,
|
|
22298
|
+
"type": {
|
|
22299
|
+
"fqn": "projen.github.workflows.Triggers"
|
|
22300
|
+
}
|
|
22301
|
+
}
|
|
22302
|
+
],
|
|
22303
|
+
"symbolId": "src/github/task-workflow:TaskWorkflowOptions"
|
|
22304
|
+
},
|
|
22305
|
+
"projen.github.VersioningStrategy": {
|
|
22306
|
+
"assembly": "projen",
|
|
22307
|
+
"docs": {
|
|
22308
|
+
"stability": "experimental",
|
|
22309
|
+
"summary": "The strategy to use when edits manifest and lock files."
|
|
22310
|
+
},
|
|
22311
|
+
"fqn": "projen.github.VersioningStrategy",
|
|
22312
|
+
"kind": "enum",
|
|
22313
|
+
"locationInModule": {
|
|
22314
|
+
"filename": "src/github/dependabot.ts",
|
|
22315
|
+
"line": 223
|
|
22316
|
+
},
|
|
22317
|
+
"members": [
|
|
22318
|
+
{
|
|
22319
|
+
"docs": {
|
|
22320
|
+
"remarks": "Ignore any new\nversions that would require package manifest changes.",
|
|
22321
|
+
"stability": "experimental",
|
|
22322
|
+
"summary": "Only create pull requests to update lockfiles updates."
|
|
22323
|
+
},
|
|
22324
|
+
"name": "LOCKFILE_ONLY"
|
|
22325
|
+
},
|
|
22326
|
+
{
|
|
22327
|
+
"docs": {
|
|
22328
|
+
"remarks": "- For libraries, the range of versions is widened.",
|
|
22329
|
+
"stability": "experimental",
|
|
22330
|
+
"summary": "- For apps, the version requirements are increased."
|
|
22331
|
+
},
|
|
22332
|
+
"name": "AUTO"
|
|
22333
|
+
},
|
|
22334
|
+
{
|
|
22335
|
+
"docs": {
|
|
22336
|
+
"stability": "experimental",
|
|
22337
|
+
"summary": "Relax the version requirement to include both the new and old version, when possible."
|
|
22338
|
+
},
|
|
22339
|
+
"name": "WIDEN"
|
|
22340
|
+
},
|
|
22341
|
+
{
|
|
22342
|
+
"docs": {
|
|
22343
|
+
"stability": "experimental",
|
|
22344
|
+
"summary": "Always increase the version requirement to match the new version."
|
|
22345
|
+
},
|
|
22346
|
+
"name": "INCREASE"
|
|
22347
|
+
},
|
|
22348
|
+
{
|
|
22349
|
+
"docs": {
|
|
22350
|
+
"stability": "experimental",
|
|
22351
|
+
"summary": "Increase the version requirement only when required by the new version."
|
|
22352
|
+
},
|
|
22353
|
+
"name": "INCREASE_IF_NECESSARY"
|
|
22354
|
+
}
|
|
22355
|
+
],
|
|
22356
|
+
"name": "VersioningStrategy",
|
|
22357
|
+
"namespace": "github",
|
|
22358
|
+
"symbolId": "src/github/dependabot:VersioningStrategy"
|
|
22359
|
+
},
|
|
22360
|
+
"projen.github.workflows.AppPermission": {
|
|
22361
|
+
"assembly": "projen",
|
|
22362
|
+
"docs": {
|
|
22363
|
+
"stability": "experimental",
|
|
22364
|
+
"summary": "The permissions available for an access token for a GitHub App."
|
|
22365
|
+
},
|
|
22366
|
+
"fqn": "projen.github.workflows.AppPermission",
|
|
22367
|
+
"kind": "enum",
|
|
22368
|
+
"locationInModule": {
|
|
22369
|
+
"filename": "src/github/workflows-model.ts",
|
|
22370
|
+
"line": 297
|
|
22371
|
+
},
|
|
22372
|
+
"members": [
|
|
22373
|
+
{
|
|
22374
|
+
"docs": {
|
|
22375
|
+
"stability": "experimental",
|
|
22376
|
+
"summary": "Read-only acccess."
|
|
22377
|
+
},
|
|
22378
|
+
"name": "READ"
|
|
22379
|
+
},
|
|
22380
|
+
{
|
|
22381
|
+
"docs": {
|
|
22382
|
+
"stability": "experimental",
|
|
22383
|
+
"summary": "Read-write access."
|
|
22384
|
+
},
|
|
22385
|
+
"name": "WRITE"
|
|
22386
|
+
},
|
|
22387
|
+
{
|
|
22388
|
+
"docs": {
|
|
22389
|
+
"remarks": "Not all permissions support `admin`.",
|
|
22390
|
+
"stability": "experimental",
|
|
22391
|
+
"summary": "Read-write and admin access."
|
|
22392
|
+
},
|
|
22393
|
+
"name": "ADMIN"
|
|
22394
|
+
}
|
|
22395
|
+
],
|
|
22396
|
+
"name": "AppPermission",
|
|
22397
|
+
"namespace": "github.workflows",
|
|
22398
|
+
"symbolId": "src/github/workflows-model:AppPermission"
|
|
22399
|
+
},
|
|
22400
|
+
"projen.github.workflows.AppPermissions": {
|
|
22401
|
+
"assembly": "projen",
|
|
22402
|
+
"datatype": true,
|
|
22403
|
+
"docs": {
|
|
22404
|
+
"remarks": "Typically a token for a GitHub App has all the available scopes/permissions available to the app\nitself; however, a more limited set of permissions can be specified. When permissions are provided,\n**only** the specified permissions are granted to the token.",
|
|
22405
|
+
"see": "https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app",
|
|
22406
|
+
"stability": "experimental",
|
|
22407
|
+
"summary": "The permissions available to a GitHub App."
|
|
22408
|
+
},
|
|
22409
|
+
"fqn": "projen.github.workflows.AppPermissions",
|
|
22410
|
+
"kind": "interface",
|
|
22411
|
+
"locationInModule": {
|
|
22412
|
+
"filename": "src/github/workflows-model.ts",
|
|
22413
|
+
"line": 244
|
|
22414
|
+
},
|
|
22415
|
+
"name": "AppPermissions",
|
|
22416
|
+
"namespace": "github.workflows",
|
|
22417
|
+
"properties": [
|
|
22418
|
+
{
|
|
22419
|
+
"abstract": true,
|
|
22420
|
+
"docs": {
|
|
22421
|
+
"stability": "experimental"
|
|
22422
|
+
},
|
|
22423
|
+
"immutable": true,
|
|
22424
|
+
"locationInModule": {
|
|
22425
|
+
"filename": "src/github/workflows-model.ts",
|
|
22426
|
+
"line": 245
|
|
22427
|
+
},
|
|
22428
|
+
"name": "actions",
|
|
22429
|
+
"optional": true,
|
|
22430
|
+
"type": {
|
|
22431
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22432
|
+
}
|
|
22433
|
+
},
|
|
22434
|
+
{
|
|
22435
|
+
"abstract": true,
|
|
22436
|
+
"docs": {
|
|
22437
|
+
"stability": "experimental"
|
|
22438
|
+
},
|
|
22439
|
+
"immutable": true,
|
|
22440
|
+
"locationInModule": {
|
|
22441
|
+
"filename": "src/github/workflows-model.ts",
|
|
22442
|
+
"line": 246
|
|
22443
|
+
},
|
|
22444
|
+
"name": "administration",
|
|
22445
|
+
"optional": true,
|
|
22446
|
+
"type": {
|
|
22447
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22448
|
+
}
|
|
22449
|
+
},
|
|
22450
|
+
{
|
|
22451
|
+
"abstract": true,
|
|
22452
|
+
"docs": {
|
|
22453
|
+
"stability": "experimental"
|
|
22454
|
+
},
|
|
22455
|
+
"immutable": true,
|
|
22456
|
+
"locationInModule": {
|
|
22457
|
+
"filename": "src/github/workflows-model.ts",
|
|
22458
|
+
"line": 247
|
|
22459
|
+
},
|
|
22460
|
+
"name": "checks",
|
|
22461
|
+
"optional": true,
|
|
22462
|
+
"type": {
|
|
22463
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22464
|
+
}
|
|
22465
|
+
},
|
|
22466
|
+
{
|
|
22467
|
+
"abstract": true,
|
|
22468
|
+
"docs": {
|
|
22469
|
+
"stability": "experimental"
|
|
22470
|
+
},
|
|
22471
|
+
"immutable": true,
|
|
22472
|
+
"locationInModule": {
|
|
22473
|
+
"filename": "src/github/workflows-model.ts",
|
|
22474
|
+
"line": 248
|
|
22475
|
+
},
|
|
22476
|
+
"name": "contents",
|
|
22477
|
+
"optional": true,
|
|
22478
|
+
"type": {
|
|
22479
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22480
|
+
}
|
|
22481
|
+
},
|
|
22482
|
+
{
|
|
22483
|
+
"abstract": true,
|
|
22484
|
+
"docs": {
|
|
22485
|
+
"stability": "experimental"
|
|
22486
|
+
},
|
|
22487
|
+
"immutable": true,
|
|
22488
|
+
"locationInModule": {
|
|
22489
|
+
"filename": "src/github/workflows-model.ts",
|
|
22490
|
+
"line": 249
|
|
22491
|
+
},
|
|
22492
|
+
"name": "deployments",
|
|
22493
|
+
"optional": true,
|
|
22494
|
+
"type": {
|
|
22495
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22496
|
+
}
|
|
22497
|
+
},
|
|
22498
|
+
{
|
|
22499
|
+
"abstract": true,
|
|
22500
|
+
"docs": {
|
|
22501
|
+
"stability": "experimental"
|
|
22502
|
+
},
|
|
22503
|
+
"immutable": true,
|
|
22504
|
+
"locationInModule": {
|
|
22505
|
+
"filename": "src/github/workflows-model.ts",
|
|
22506
|
+
"line": 250
|
|
22507
|
+
},
|
|
22508
|
+
"name": "environments",
|
|
22509
|
+
"optional": true,
|
|
22510
|
+
"type": {
|
|
22511
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22512
|
+
}
|
|
22513
|
+
},
|
|
22514
|
+
{
|
|
22515
|
+
"abstract": true,
|
|
22516
|
+
"docs": {
|
|
22517
|
+
"stability": "experimental"
|
|
22518
|
+
},
|
|
22519
|
+
"immutable": true,
|
|
22520
|
+
"locationInModule": {
|
|
22521
|
+
"filename": "src/github/workflows-model.ts",
|
|
22522
|
+
"line": 251
|
|
22523
|
+
},
|
|
22524
|
+
"name": "issues",
|
|
22525
|
+
"optional": true,
|
|
22526
|
+
"type": {
|
|
22527
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22528
|
+
}
|
|
22529
|
+
},
|
|
22530
|
+
{
|
|
22531
|
+
"abstract": true,
|
|
22532
|
+
"docs": {
|
|
22533
|
+
"stability": "experimental"
|
|
22534
|
+
},
|
|
22535
|
+
"immutable": true,
|
|
22536
|
+
"locationInModule": {
|
|
22537
|
+
"filename": "src/github/workflows-model.ts",
|
|
22538
|
+
"line": 266
|
|
22539
|
+
},
|
|
22540
|
+
"name": "members",
|
|
22541
|
+
"optional": true,
|
|
22542
|
+
"type": {
|
|
22543
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22544
|
+
}
|
|
22545
|
+
},
|
|
22546
|
+
{
|
|
22547
|
+
"abstract": true,
|
|
22548
|
+
"docs": {
|
|
22549
|
+
"stability": "experimental"
|
|
22550
|
+
},
|
|
22551
|
+
"immutable": true,
|
|
22552
|
+
"locationInModule": {
|
|
22553
|
+
"filename": "src/github/workflows-model.ts",
|
|
22554
|
+
"line": 252
|
|
22555
|
+
},
|
|
22556
|
+
"name": "metadata",
|
|
22557
|
+
"optional": true,
|
|
22558
|
+
"type": {
|
|
22559
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22560
|
+
}
|
|
22561
|
+
},
|
|
22562
|
+
{
|
|
22563
|
+
"abstract": true,
|
|
22564
|
+
"docs": {
|
|
22565
|
+
"stability": "experimental"
|
|
22566
|
+
},
|
|
22567
|
+
"immutable": true,
|
|
22568
|
+
"locationInModule": {
|
|
22569
|
+
"filename": "src/github/workflows-model.ts",
|
|
22570
|
+
"line": 267
|
|
22571
|
+
},
|
|
22572
|
+
"name": "organizationAdministration",
|
|
22573
|
+
"optional": true,
|
|
22574
|
+
"type": {
|
|
22575
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22576
|
+
}
|
|
22577
|
+
},
|
|
22578
|
+
{
|
|
22579
|
+
"abstract": true,
|
|
22580
|
+
"docs": {
|
|
22581
|
+
"stability": "experimental"
|
|
22582
|
+
},
|
|
22583
|
+
"immutable": true,
|
|
22584
|
+
"locationInModule": {
|
|
22585
|
+
"filename": "src/github/workflows-model.ts",
|
|
22586
|
+
"line": 269
|
|
22587
|
+
},
|
|
22588
|
+
"name": "organizationAnnouncementBanners",
|
|
22589
|
+
"optional": true,
|
|
22590
|
+
"type": {
|
|
22591
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22592
|
+
}
|
|
22593
|
+
},
|
|
22594
|
+
{
|
|
22595
|
+
"abstract": true,
|
|
22596
|
+
"docs": {
|
|
22597
|
+
"stability": "experimental"
|
|
22598
|
+
},
|
|
22599
|
+
"immutable": true,
|
|
22600
|
+
"locationInModule": {
|
|
22601
|
+
"filename": "src/github/workflows-model.ts",
|
|
22602
|
+
"line": 268
|
|
22603
|
+
},
|
|
22604
|
+
"name": "organizationCustomRoles",
|
|
22605
|
+
"optional": true,
|
|
22606
|
+
"type": {
|
|
22607
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22608
|
+
}
|
|
22609
|
+
},
|
|
22610
|
+
{
|
|
22611
|
+
"abstract": true,
|
|
22612
|
+
"docs": {
|
|
22613
|
+
"stability": "experimental"
|
|
22614
|
+
},
|
|
22615
|
+
"immutable": true,
|
|
22616
|
+
"locationInModule": {
|
|
22617
|
+
"filename": "src/github/workflows-model.ts",
|
|
22618
|
+
"line": 270
|
|
22619
|
+
},
|
|
22620
|
+
"name": "organizationHooks",
|
|
22621
|
+
"optional": true,
|
|
22622
|
+
"type": {
|
|
22623
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22624
|
+
}
|
|
22625
|
+
},
|
|
22626
|
+
{
|
|
22627
|
+
"abstract": true,
|
|
22628
|
+
"docs": {
|
|
22629
|
+
"stability": "experimental"
|
|
22630
|
+
},
|
|
22631
|
+
"immutable": true,
|
|
22632
|
+
"locationInModule": {
|
|
22633
|
+
"filename": "src/github/workflows-model.ts",
|
|
22634
|
+
"line": 273
|
|
22635
|
+
},
|
|
22636
|
+
"name": "organizationPackages",
|
|
22637
|
+
"optional": true,
|
|
22638
|
+
"type": {
|
|
22639
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22640
|
+
}
|
|
22641
|
+
},
|
|
22642
|
+
{
|
|
22643
|
+
"abstract": true,
|
|
22644
|
+
"docs": {
|
|
22645
|
+
"stability": "experimental"
|
|
22646
|
+
},
|
|
22647
|
+
"immutable": true,
|
|
22648
|
+
"locationInModule": {
|
|
22649
|
+
"filename": "src/github/workflows-model.ts",
|
|
22650
|
+
"line": 271
|
|
22651
|
+
},
|
|
22652
|
+
"name": "organizationPlan",
|
|
22653
|
+
"optional": true,
|
|
22654
|
+
"type": {
|
|
22655
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22656
|
+
}
|
|
22657
|
+
},
|
|
22658
|
+
{
|
|
22659
|
+
"abstract": true,
|
|
22660
|
+
"docs": {
|
|
22661
|
+
"stability": "experimental"
|
|
22662
|
+
},
|
|
22663
|
+
"immutable": true,
|
|
22664
|
+
"locationInModule": {
|
|
22665
|
+
"filename": "src/github/workflows-model.ts",
|
|
22666
|
+
"line": 272
|
|
22667
|
+
},
|
|
22668
|
+
"name": "organizationProjects",
|
|
22669
|
+
"optional": true,
|
|
22670
|
+
"type": {
|
|
22671
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22672
|
+
}
|
|
22673
|
+
},
|
|
22674
|
+
{
|
|
22675
|
+
"abstract": true,
|
|
22676
|
+
"docs": {
|
|
22677
|
+
"stability": "experimental"
|
|
22678
|
+
},
|
|
22679
|
+
"immutable": true,
|
|
22680
|
+
"locationInModule": {
|
|
22681
|
+
"filename": "src/github/workflows-model.ts",
|
|
22682
|
+
"line": 274
|
|
22683
|
+
},
|
|
22684
|
+
"name": "organizationSecrets",
|
|
22685
|
+
"optional": true,
|
|
22686
|
+
"type": {
|
|
22687
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22688
|
+
}
|
|
22689
|
+
},
|
|
22690
|
+
{
|
|
22691
|
+
"abstract": true,
|
|
22692
|
+
"docs": {
|
|
22693
|
+
"stability": "experimental"
|
|
22694
|
+
},
|
|
22695
|
+
"immutable": true,
|
|
22696
|
+
"locationInModule": {
|
|
22697
|
+
"filename": "src/github/workflows-model.ts",
|
|
22698
|
+
"line": 275
|
|
22699
|
+
},
|
|
22700
|
+
"name": "organizationSelfHostedRunners",
|
|
22701
|
+
"optional": true,
|
|
22702
|
+
"type": {
|
|
22703
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22704
|
+
}
|
|
22705
|
+
},
|
|
22706
|
+
{
|
|
22707
|
+
"abstract": true,
|
|
22708
|
+
"docs": {
|
|
22709
|
+
"stability": "experimental"
|
|
22710
|
+
},
|
|
22711
|
+
"immutable": true,
|
|
22712
|
+
"locationInModule": {
|
|
22713
|
+
"filename": "src/github/workflows-model.ts",
|
|
22714
|
+
"line": 276
|
|
22715
|
+
},
|
|
22716
|
+
"name": "orgnaizationUserBlocking",
|
|
22717
|
+
"optional": true,
|
|
22718
|
+
"type": {
|
|
22719
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22720
|
+
}
|
|
22721
|
+
},
|
|
22722
|
+
{
|
|
22723
|
+
"abstract": true,
|
|
22724
|
+
"docs": {
|
|
22725
|
+
"stability": "experimental"
|
|
22726
|
+
},
|
|
22727
|
+
"immutable": true,
|
|
22728
|
+
"locationInModule": {
|
|
22729
|
+
"filename": "src/github/workflows-model.ts",
|
|
22730
|
+
"line": 253
|
|
22731
|
+
},
|
|
22732
|
+
"name": "packages",
|
|
22733
|
+
"optional": true,
|
|
22734
|
+
"type": {
|
|
22735
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22736
|
+
}
|
|
22737
|
+
},
|
|
22738
|
+
{
|
|
22739
|
+
"abstract": true,
|
|
22740
|
+
"docs": {
|
|
22741
|
+
"stability": "experimental"
|
|
22742
|
+
},
|
|
22743
|
+
"immutable": true,
|
|
22744
|
+
"locationInModule": {
|
|
22745
|
+
"filename": "src/github/workflows-model.ts",
|
|
22746
|
+
"line": 254
|
|
22747
|
+
},
|
|
22748
|
+
"name": "pages",
|
|
22749
|
+
"optional": true,
|
|
22750
|
+
"type": {
|
|
22751
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22752
|
+
}
|
|
22753
|
+
},
|
|
22754
|
+
{
|
|
22755
|
+
"abstract": true,
|
|
22756
|
+
"docs": {
|
|
22757
|
+
"stability": "experimental"
|
|
22758
|
+
},
|
|
22759
|
+
"immutable": true,
|
|
22760
|
+
"locationInModule": {
|
|
22761
|
+
"filename": "src/github/workflows-model.ts",
|
|
22762
|
+
"line": 255
|
|
22763
|
+
},
|
|
22764
|
+
"name": "pullRequests",
|
|
22765
|
+
"optional": true,
|
|
22766
|
+
"type": {
|
|
22767
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22768
|
+
}
|
|
22769
|
+
},
|
|
22770
|
+
{
|
|
22771
|
+
"abstract": true,
|
|
22772
|
+
"docs": {
|
|
22773
|
+
"stability": "experimental"
|
|
22774
|
+
},
|
|
22775
|
+
"immutable": true,
|
|
22776
|
+
"locationInModule": {
|
|
22777
|
+
"filename": "src/github/workflows-model.ts",
|
|
22778
|
+
"line": 256
|
|
22779
|
+
},
|
|
22780
|
+
"name": "repositoryAnnouncementBanners",
|
|
22781
|
+
"optional": true,
|
|
22782
|
+
"type": {
|
|
22783
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22784
|
+
}
|
|
22785
|
+
},
|
|
22786
|
+
{
|
|
22787
|
+
"abstract": true,
|
|
22788
|
+
"docs": {
|
|
22789
|
+
"stability": "experimental"
|
|
22121
22790
|
},
|
|
22122
22791
|
"immutable": true,
|
|
22123
22792
|
"locationInModule": {
|
|
22124
|
-
"filename": "src/github/
|
|
22125
|
-
"line":
|
|
22793
|
+
"filename": "src/github/workflows-model.ts",
|
|
22794
|
+
"line": 257
|
|
22126
22795
|
},
|
|
22127
|
-
"name": "
|
|
22796
|
+
"name": "repositoryHooks",
|
|
22128
22797
|
"optional": true,
|
|
22129
22798
|
"type": {
|
|
22130
|
-
"fqn": "projen.github.
|
|
22799
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22131
22800
|
}
|
|
22132
22801
|
},
|
|
22133
22802
|
{
|
|
22134
22803
|
"abstract": true,
|
|
22135
22804
|
"docs": {
|
|
22136
|
-
"
|
|
22137
|
-
"stability": "experimental",
|
|
22138
|
-
"summary": "The primary job id."
|
|
22805
|
+
"stability": "experimental"
|
|
22139
22806
|
},
|
|
22140
22807
|
"immutable": true,
|
|
22141
22808
|
"locationInModule": {
|
|
22142
|
-
"filename": "src/github/
|
|
22143
|
-
"line":
|
|
22809
|
+
"filename": "src/github/workflows-model.ts",
|
|
22810
|
+
"line": 258
|
|
22144
22811
|
},
|
|
22145
|
-
"name": "
|
|
22812
|
+
"name": "repositoryProject",
|
|
22146
22813
|
"optional": true,
|
|
22147
22814
|
"type": {
|
|
22148
|
-
"
|
|
22815
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22149
22816
|
}
|
|
22150
22817
|
},
|
|
22151
22818
|
{
|
|
22152
22819
|
"abstract": true,
|
|
22153
22820
|
"docs": {
|
|
22154
|
-
"
|
|
22155
|
-
"stability": "experimental",
|
|
22156
|
-
"summary": "Mapping of job output names to values/expressions."
|
|
22821
|
+
"stability": "experimental"
|
|
22157
22822
|
},
|
|
22158
22823
|
"immutable": true,
|
|
22159
22824
|
"locationInModule": {
|
|
22160
|
-
"filename": "src/github/
|
|
22161
|
-
"line":
|
|
22825
|
+
"filename": "src/github/workflows-model.ts",
|
|
22826
|
+
"line": 260
|
|
22162
22827
|
},
|
|
22163
|
-
"name": "
|
|
22828
|
+
"name": "secrets",
|
|
22164
22829
|
"optional": true,
|
|
22165
22830
|
"type": {
|
|
22166
|
-
"
|
|
22167
|
-
"elementtype": {
|
|
22168
|
-
"fqn": "projen.github.workflows.JobStepOutput"
|
|
22169
|
-
},
|
|
22170
|
-
"kind": "map"
|
|
22171
|
-
}
|
|
22831
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22172
22832
|
}
|
|
22173
22833
|
},
|
|
22174
22834
|
{
|
|
22175
22835
|
"abstract": true,
|
|
22176
22836
|
"docs": {
|
|
22177
|
-
"
|
|
22178
|
-
"stability": "experimental",
|
|
22179
|
-
"summary": "Actions to run after the main build step."
|
|
22837
|
+
"stability": "experimental"
|
|
22180
22838
|
},
|
|
22181
22839
|
"immutable": true,
|
|
22182
22840
|
"locationInModule": {
|
|
22183
|
-
"filename": "src/github/
|
|
22184
|
-
"line":
|
|
22841
|
+
"filename": "src/github/workflows-model.ts",
|
|
22842
|
+
"line": 259
|
|
22185
22843
|
},
|
|
22186
|
-
"name": "
|
|
22844
|
+
"name": "secretScanningAlerts",
|
|
22187
22845
|
"optional": true,
|
|
22188
22846
|
"type": {
|
|
22189
|
-
"
|
|
22190
|
-
"elementtype": {
|
|
22191
|
-
"fqn": "projen.github.workflows.JobStep"
|
|
22192
|
-
},
|
|
22193
|
-
"kind": "array"
|
|
22194
|
-
}
|
|
22847
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22195
22848
|
}
|
|
22196
22849
|
},
|
|
22197
22850
|
{
|
|
22198
22851
|
"abstract": true,
|
|
22199
22852
|
"docs": {
|
|
22200
|
-
"
|
|
22201
|
-
"stability": "experimental",
|
|
22202
|
-
"summary": "Steps to run before the main build step."
|
|
22853
|
+
"stability": "experimental"
|
|
22203
22854
|
},
|
|
22204
22855
|
"immutable": true,
|
|
22205
22856
|
"locationInModule": {
|
|
22206
|
-
"filename": "src/github/
|
|
22207
|
-
"line":
|
|
22857
|
+
"filename": "src/github/workflows-model.ts",
|
|
22858
|
+
"line": 261
|
|
22208
22859
|
},
|
|
22209
|
-
"name": "
|
|
22860
|
+
"name": "securityEvents",
|
|
22210
22861
|
"optional": true,
|
|
22211
22862
|
"type": {
|
|
22212
|
-
"
|
|
22213
|
-
"elementtype": {
|
|
22214
|
-
"fqn": "projen.github.workflows.JobStep"
|
|
22215
|
-
},
|
|
22216
|
-
"kind": "array"
|
|
22217
|
-
}
|
|
22863
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22218
22864
|
}
|
|
22219
22865
|
},
|
|
22220
22866
|
{
|
|
22221
22867
|
"abstract": true,
|
|
22222
22868
|
"docs": {
|
|
22223
|
-
"
|
|
22224
|
-
"stability": "experimental",
|
|
22225
|
-
"summary": "Initial steps to run before the source code checkout."
|
|
22869
|
+
"stability": "experimental"
|
|
22226
22870
|
},
|
|
22227
22871
|
"immutable": true,
|
|
22228
22872
|
"locationInModule": {
|
|
22229
|
-
"filename": "src/github/
|
|
22230
|
-
"line":
|
|
22873
|
+
"filename": "src/github/workflows-model.ts",
|
|
22874
|
+
"line": 262
|
|
22231
22875
|
},
|
|
22232
|
-
"name": "
|
|
22876
|
+
"name": "singleFile",
|
|
22233
22877
|
"optional": true,
|
|
22234
22878
|
"type": {
|
|
22235
|
-
"
|
|
22236
|
-
"elementtype": {
|
|
22237
|
-
"fqn": "projen.github.workflows.JobStep"
|
|
22238
|
-
},
|
|
22239
|
-
"kind": "array"
|
|
22240
|
-
}
|
|
22879
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22241
22880
|
}
|
|
22242
22881
|
},
|
|
22243
22882
|
{
|
|
22244
22883
|
"abstract": true,
|
|
22245
22884
|
"docs": {
|
|
22246
|
-
"
|
|
22247
|
-
"stability": "experimental",
|
|
22248
|
-
"summary": "Github Runner selection labels."
|
|
22885
|
+
"stability": "experimental"
|
|
22249
22886
|
},
|
|
22250
22887
|
"immutable": true,
|
|
22251
22888
|
"locationInModule": {
|
|
22252
|
-
"filename": "src/github/
|
|
22253
|
-
"line":
|
|
22889
|
+
"filename": "src/github/workflows-model.ts",
|
|
22890
|
+
"line": 263
|
|
22254
22891
|
},
|
|
22255
|
-
"name": "
|
|
22892
|
+
"name": "statuses",
|
|
22256
22893
|
"optional": true,
|
|
22257
22894
|
"type": {
|
|
22258
|
-
"
|
|
22259
|
-
"elementtype": {
|
|
22260
|
-
"primitive": "string"
|
|
22261
|
-
},
|
|
22262
|
-
"kind": "array"
|
|
22263
|
-
}
|
|
22895
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22264
22896
|
}
|
|
22265
22897
|
},
|
|
22266
22898
|
{
|
|
22267
22899
|
"abstract": true,
|
|
22268
22900
|
"docs": {
|
|
22269
|
-
"
|
|
22270
|
-
"stability": "experimental",
|
|
22271
|
-
"summary": "The triggers for the workflow."
|
|
22901
|
+
"stability": "experimental"
|
|
22272
22902
|
},
|
|
22273
22903
|
"immutable": true,
|
|
22274
22904
|
"locationInModule": {
|
|
22275
|
-
"filename": "src/github/
|
|
22276
|
-
"line":
|
|
22905
|
+
"filename": "src/github/workflows-model.ts",
|
|
22906
|
+
"line": 277
|
|
22277
22907
|
},
|
|
22278
|
-
"name": "
|
|
22908
|
+
"name": "teamDiscussions",
|
|
22279
22909
|
"optional": true,
|
|
22280
22910
|
"type": {
|
|
22281
|
-
"fqn": "projen.github.workflows.
|
|
22911
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22282
22912
|
}
|
|
22283
|
-
}
|
|
22284
|
-
],
|
|
22285
|
-
"symbolId": "src/github/task-workflow:TaskWorkflowOptions"
|
|
22286
|
-
},
|
|
22287
|
-
"projen.github.VersioningStrategy": {
|
|
22288
|
-
"assembly": "projen",
|
|
22289
|
-
"docs": {
|
|
22290
|
-
"stability": "experimental",
|
|
22291
|
-
"summary": "The strategy to use when edits manifest and lock files."
|
|
22292
|
-
},
|
|
22293
|
-
"fqn": "projen.github.VersioningStrategy",
|
|
22294
|
-
"kind": "enum",
|
|
22295
|
-
"locationInModule": {
|
|
22296
|
-
"filename": "src/github/dependabot.ts",
|
|
22297
|
-
"line": 223
|
|
22298
|
-
},
|
|
22299
|
-
"members": [
|
|
22300
|
-
{
|
|
22301
|
-
"docs": {
|
|
22302
|
-
"remarks": "Ignore any new\nversions that would require package manifest changes.",
|
|
22303
|
-
"stability": "experimental",
|
|
22304
|
-
"summary": "Only create pull requests to update lockfiles updates."
|
|
22305
|
-
},
|
|
22306
|
-
"name": "LOCKFILE_ONLY"
|
|
22307
22913
|
},
|
|
22308
22914
|
{
|
|
22915
|
+
"abstract": true,
|
|
22309
22916
|
"docs": {
|
|
22310
|
-
"
|
|
22311
|
-
"stability": "experimental",
|
|
22312
|
-
"summary": "- For apps, the version requirements are increased."
|
|
22917
|
+
"stability": "experimental"
|
|
22313
22918
|
},
|
|
22314
|
-
"
|
|
22315
|
-
|
|
22316
|
-
|
|
22317
|
-
|
|
22318
|
-
"stability": "experimental",
|
|
22319
|
-
"summary": "Relax the version requirement to include both the new and old version, when possible."
|
|
22919
|
+
"immutable": true,
|
|
22920
|
+
"locationInModule": {
|
|
22921
|
+
"filename": "src/github/workflows-model.ts",
|
|
22922
|
+
"line": 264
|
|
22320
22923
|
},
|
|
22321
|
-
"name": "
|
|
22924
|
+
"name": "vulnerabilityAlerts",
|
|
22925
|
+
"optional": true,
|
|
22926
|
+
"type": {
|
|
22927
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22928
|
+
}
|
|
22322
22929
|
},
|
|
22323
22930
|
{
|
|
22931
|
+
"abstract": true,
|
|
22324
22932
|
"docs": {
|
|
22325
|
-
"stability": "experimental"
|
|
22326
|
-
"summary": "Always increase the version requirement to match the new version."
|
|
22933
|
+
"stability": "experimental"
|
|
22327
22934
|
},
|
|
22328
|
-
"
|
|
22329
|
-
|
|
22330
|
-
|
|
22331
|
-
|
|
22332
|
-
"stability": "experimental",
|
|
22333
|
-
"summary": "Increase the version requirement only when required by the new version."
|
|
22935
|
+
"immutable": true,
|
|
22936
|
+
"locationInModule": {
|
|
22937
|
+
"filename": "src/github/workflows-model.ts",
|
|
22938
|
+
"line": 265
|
|
22334
22939
|
},
|
|
22335
|
-
"name": "
|
|
22940
|
+
"name": "workflows",
|
|
22941
|
+
"optional": true,
|
|
22942
|
+
"type": {
|
|
22943
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
22944
|
+
}
|
|
22336
22945
|
}
|
|
22337
22946
|
],
|
|
22338
|
-
"
|
|
22339
|
-
"namespace": "github",
|
|
22340
|
-
"symbolId": "src/github/dependabot:VersioningStrategy"
|
|
22947
|
+
"symbolId": "src/github/workflows-model:AppPermissions"
|
|
22341
22948
|
},
|
|
22342
22949
|
"projen.github.workflows.BranchProtectionRuleOptions": {
|
|
22343
22950
|
"assembly": "projen",
|
|
@@ -22350,7 +22957,7 @@
|
|
|
22350
22957
|
"kind": "interface",
|
|
22351
22958
|
"locationInModule": {
|
|
22352
22959
|
"filename": "src/github/workflows-model.ts",
|
|
22353
|
-
"line":
|
|
22960
|
+
"line": 801
|
|
22354
22961
|
},
|
|
22355
22962
|
"name": "BranchProtectionRuleOptions",
|
|
22356
22963
|
"namespace": "github.workflows",
|
|
@@ -22367,7 +22974,7 @@
|
|
|
22367
22974
|
"immutable": true,
|
|
22368
22975
|
"locationInModule": {
|
|
22369
22976
|
"filename": "src/github/workflows-model.ts",
|
|
22370
|
-
"line":
|
|
22977
|
+
"line": 807
|
|
22371
22978
|
},
|
|
22372
22979
|
"name": "types",
|
|
22373
22980
|
"optional": true,
|
|
@@ -22394,7 +23001,7 @@
|
|
|
22394
23001
|
"kind": "interface",
|
|
22395
23002
|
"locationInModule": {
|
|
22396
23003
|
"filename": "src/github/workflows-model.ts",
|
|
22397
|
-
"line":
|
|
23004
|
+
"line": 813
|
|
22398
23005
|
},
|
|
22399
23006
|
"name": "CheckRunOptions",
|
|
22400
23007
|
"namespace": "github.workflows",
|
|
@@ -22411,7 +23018,7 @@
|
|
|
22411
23018
|
"immutable": true,
|
|
22412
23019
|
"locationInModule": {
|
|
22413
23020
|
"filename": "src/github/workflows-model.ts",
|
|
22414
|
-
"line":
|
|
23021
|
+
"line": 819
|
|
22415
23022
|
},
|
|
22416
23023
|
"name": "types",
|
|
22417
23024
|
"optional": true,
|
|
@@ -22438,7 +23045,7 @@
|
|
|
22438
23045
|
"kind": "interface",
|
|
22439
23046
|
"locationInModule": {
|
|
22440
23047
|
"filename": "src/github/workflows-model.ts",
|
|
22441
|
-
"line":
|
|
23048
|
+
"line": 827
|
|
22442
23049
|
},
|
|
22443
23050
|
"name": "CheckSuiteOptions",
|
|
22444
23051
|
"namespace": "github.workflows",
|
|
@@ -22455,7 +23062,7 @@
|
|
|
22455
23062
|
"immutable": true,
|
|
22456
23063
|
"locationInModule": {
|
|
22457
23064
|
"filename": "src/github/workflows-model.ts",
|
|
22458
|
-
"line":
|
|
23065
|
+
"line": 833
|
|
22459
23066
|
},
|
|
22460
23067
|
"name": "types",
|
|
22461
23068
|
"optional": true,
|
|
@@ -22594,7 +23201,7 @@
|
|
|
22594
23201
|
"kind": "interface",
|
|
22595
23202
|
"locationInModule": {
|
|
22596
23203
|
"filename": "src/github/workflows-model.ts",
|
|
22597
|
-
"line":
|
|
23204
|
+
"line": 538
|
|
22598
23205
|
},
|
|
22599
23206
|
"name": "ContainerCredentials",
|
|
22600
23207
|
"namespace": "github.workflows",
|
|
@@ -22608,7 +23215,7 @@
|
|
|
22608
23215
|
"immutable": true,
|
|
22609
23216
|
"locationInModule": {
|
|
22610
23217
|
"filename": "src/github/workflows-model.ts",
|
|
22611
|
-
"line":
|
|
23218
|
+
"line": 543
|
|
22612
23219
|
},
|
|
22613
23220
|
"name": "password",
|
|
22614
23221
|
"type": {
|
|
@@ -22624,7 +23231,7 @@
|
|
|
22624
23231
|
"immutable": true,
|
|
22625
23232
|
"locationInModule": {
|
|
22626
23233
|
"filename": "src/github/workflows-model.ts",
|
|
22627
|
-
"line":
|
|
23234
|
+
"line": 540
|
|
22628
23235
|
},
|
|
22629
23236
|
"name": "username",
|
|
22630
23237
|
"type": {
|
|
@@ -22645,7 +23252,7 @@
|
|
|
22645
23252
|
"kind": "interface",
|
|
22646
23253
|
"locationInModule": {
|
|
22647
23254
|
"filename": "src/github/workflows-model.ts",
|
|
22648
|
-
"line":
|
|
23255
|
+
"line": 491
|
|
22649
23256
|
},
|
|
22650
23257
|
"name": "ContainerOptions",
|
|
22651
23258
|
"namespace": "github.workflows",
|
|
@@ -22660,7 +23267,7 @@
|
|
|
22660
23267
|
"immutable": true,
|
|
22661
23268
|
"locationInModule": {
|
|
22662
23269
|
"filename": "src/github/workflows-model.ts",
|
|
22663
|
-
"line":
|
|
23270
|
+
"line": 496
|
|
22664
23271
|
},
|
|
22665
23272
|
"name": "image",
|
|
22666
23273
|
"type": {
|
|
@@ -22677,7 +23284,7 @@
|
|
|
22677
23284
|
"immutable": true,
|
|
22678
23285
|
"locationInModule": {
|
|
22679
23286
|
"filename": "src/github/workflows-model.ts",
|
|
22680
|
-
"line":
|
|
23287
|
+
"line": 504
|
|
22681
23288
|
},
|
|
22682
23289
|
"name": "credentials",
|
|
22683
23290
|
"optional": true,
|
|
@@ -22694,7 +23301,7 @@
|
|
|
22694
23301
|
"immutable": true,
|
|
22695
23302
|
"locationInModule": {
|
|
22696
23303
|
"filename": "src/github/workflows-model.ts",
|
|
22697
|
-
"line":
|
|
23304
|
+
"line": 509
|
|
22698
23305
|
},
|
|
22699
23306
|
"name": "env",
|
|
22700
23307
|
"optional": true,
|
|
@@ -22717,7 +23324,7 @@
|
|
|
22717
23324
|
"immutable": true,
|
|
22718
23325
|
"locationInModule": {
|
|
22719
23326
|
"filename": "src/github/workflows-model.ts",
|
|
22720
|
-
"line":
|
|
23327
|
+
"line": 532
|
|
22721
23328
|
},
|
|
22722
23329
|
"name": "options",
|
|
22723
23330
|
"optional": true,
|
|
@@ -22739,7 +23346,7 @@
|
|
|
22739
23346
|
"immutable": true,
|
|
22740
23347
|
"locationInModule": {
|
|
22741
23348
|
"filename": "src/github/workflows-model.ts",
|
|
22742
|
-
"line":
|
|
23349
|
+
"line": 514
|
|
22743
23350
|
},
|
|
22744
23351
|
"name": "ports",
|
|
22745
23352
|
"optional": true,
|
|
@@ -22762,7 +23369,7 @@
|
|
|
22762
23369
|
"immutable": true,
|
|
22763
23370
|
"locationInModule": {
|
|
22764
23371
|
"filename": "src/github/workflows-model.ts",
|
|
22765
|
-
"line":
|
|
23372
|
+
"line": 525
|
|
22766
23373
|
},
|
|
22767
23374
|
"name": "volumes",
|
|
22768
23375
|
"optional": true,
|
|
@@ -22789,7 +23396,7 @@
|
|
|
22789
23396
|
"kind": "interface",
|
|
22790
23397
|
"locationInModule": {
|
|
22791
23398
|
"filename": "src/github/workflows-model.ts",
|
|
22792
|
-
"line":
|
|
23399
|
+
"line": 1177
|
|
22793
23400
|
},
|
|
22794
23401
|
"name": "CreateOptions",
|
|
22795
23402
|
"namespace": "github.workflows",
|
|
@@ -22806,7 +23413,7 @@
|
|
|
22806
23413
|
"kind": "interface",
|
|
22807
23414
|
"locationInModule": {
|
|
22808
23415
|
"filename": "src/github/workflows-model.ts",
|
|
22809
|
-
"line":
|
|
23416
|
+
"line": 779
|
|
22810
23417
|
},
|
|
22811
23418
|
"name": "CronScheduleOptions",
|
|
22812
23419
|
"namespace": "github.workflows",
|
|
@@ -22820,7 +23427,7 @@
|
|
|
22820
23427
|
"immutable": true,
|
|
22821
23428
|
"locationInModule": {
|
|
22822
23429
|
"filename": "src/github/workflows-model.ts",
|
|
22823
|
-
"line":
|
|
23430
|
+
"line": 783
|
|
22824
23431
|
},
|
|
22825
23432
|
"name": "cron",
|
|
22826
23433
|
"type": {
|
|
@@ -22841,7 +23448,7 @@
|
|
|
22841
23448
|
"kind": "interface",
|
|
22842
23449
|
"locationInModule": {
|
|
22843
23450
|
"filename": "src/github/workflows-model.ts",
|
|
22844
|
-
"line":
|
|
23451
|
+
"line": 1182
|
|
22845
23452
|
},
|
|
22846
23453
|
"name": "DeleteOptions",
|
|
22847
23454
|
"namespace": "github.workflows",
|
|
@@ -22858,7 +23465,7 @@
|
|
|
22858
23465
|
"kind": "interface",
|
|
22859
23466
|
"locationInModule": {
|
|
22860
23467
|
"filename": "src/github/workflows-model.ts",
|
|
22861
|
-
"line":
|
|
23468
|
+
"line": 1187
|
|
22862
23469
|
},
|
|
22863
23470
|
"name": "DeploymentOptions",
|
|
22864
23471
|
"namespace": "github.workflows",
|
|
@@ -22875,7 +23482,7 @@
|
|
|
22875
23482
|
"kind": "interface",
|
|
22876
23483
|
"locationInModule": {
|
|
22877
23484
|
"filename": "src/github/workflows-model.ts",
|
|
22878
|
-
"line":
|
|
23485
|
+
"line": 1192
|
|
22879
23486
|
},
|
|
22880
23487
|
"name": "DeploymentStatusOptions",
|
|
22881
23488
|
"namespace": "github.workflows",
|
|
@@ -22892,7 +23499,7 @@
|
|
|
22892
23499
|
"kind": "interface",
|
|
22893
23500
|
"locationInModule": {
|
|
22894
23501
|
"filename": "src/github/workflows-model.ts",
|
|
22895
|
-
"line":
|
|
23502
|
+
"line": 864
|
|
22896
23503
|
},
|
|
22897
23504
|
"name": "DiscussionCommentOptions",
|
|
22898
23505
|
"namespace": "github.workflows",
|
|
@@ -22909,7 +23516,7 @@
|
|
|
22909
23516
|
"immutable": true,
|
|
22910
23517
|
"locationInModule": {
|
|
22911
23518
|
"filename": "src/github/workflows-model.ts",
|
|
22912
|
-
"line":
|
|
23519
|
+
"line": 870
|
|
22913
23520
|
},
|
|
22914
23521
|
"name": "types",
|
|
22915
23522
|
"optional": true,
|
|
@@ -22936,7 +23543,7 @@
|
|
|
22936
23543
|
"kind": "interface",
|
|
22937
23544
|
"locationInModule": {
|
|
22938
23545
|
"filename": "src/github/workflows-model.ts",
|
|
22939
|
-
"line":
|
|
23546
|
+
"line": 839
|
|
22940
23547
|
},
|
|
22941
23548
|
"name": "DiscussionOptions",
|
|
22942
23549
|
"namespace": "github.workflows",
|
|
@@ -22953,7 +23560,7 @@
|
|
|
22953
23560
|
"immutable": true,
|
|
22954
23561
|
"locationInModule": {
|
|
22955
23562
|
"filename": "src/github/workflows-model.ts",
|
|
22956
|
-
"line":
|
|
23563
|
+
"line": 845
|
|
22957
23564
|
},
|
|
22958
23565
|
"name": "types",
|
|
22959
23566
|
"optional": true,
|
|
@@ -22980,7 +23587,7 @@
|
|
|
22980
23587
|
"kind": "interface",
|
|
22981
23588
|
"locationInModule": {
|
|
22982
23589
|
"filename": "src/github/workflows-model.ts",
|
|
22983
|
-
"line":
|
|
23590
|
+
"line": 1197
|
|
22984
23591
|
},
|
|
22985
23592
|
"name": "ForkOptions",
|
|
22986
23593
|
"namespace": "github.workflows",
|
|
@@ -22997,7 +23604,7 @@
|
|
|
22997
23604
|
"kind": "interface",
|
|
22998
23605
|
"locationInModule": {
|
|
22999
23606
|
"filename": "src/github/workflows-model.ts",
|
|
23000
|
-
"line":
|
|
23607
|
+
"line": 1202
|
|
23001
23608
|
},
|
|
23002
23609
|
"name": "GollumOptions",
|
|
23003
23610
|
"namespace": "github.workflows",
|
|
@@ -23014,7 +23621,7 @@
|
|
|
23014
23621
|
"kind": "interface",
|
|
23015
23622
|
"locationInModule": {
|
|
23016
23623
|
"filename": "src/github/workflows-model.ts",
|
|
23017
|
-
"line":
|
|
23624
|
+
"line": 876
|
|
23018
23625
|
},
|
|
23019
23626
|
"name": "IssueCommentOptions",
|
|
23020
23627
|
"namespace": "github.workflows",
|
|
@@ -23031,7 +23638,7 @@
|
|
|
23031
23638
|
"immutable": true,
|
|
23032
23639
|
"locationInModule": {
|
|
23033
23640
|
"filename": "src/github/workflows-model.ts",
|
|
23034
|
-
"line":
|
|
23641
|
+
"line": 882
|
|
23035
23642
|
},
|
|
23036
23643
|
"name": "types",
|
|
23037
23644
|
"optional": true,
|
|
@@ -23058,7 +23665,7 @@
|
|
|
23058
23665
|
"kind": "interface",
|
|
23059
23666
|
"locationInModule": {
|
|
23060
23667
|
"filename": "src/github/workflows-model.ts",
|
|
23061
|
-
"line":
|
|
23668
|
+
"line": 888
|
|
23062
23669
|
},
|
|
23063
23670
|
"name": "IssuesOptions",
|
|
23064
23671
|
"namespace": "github.workflows",
|
|
@@ -23075,7 +23682,7 @@
|
|
|
23075
23682
|
"immutable": true,
|
|
23076
23683
|
"locationInModule": {
|
|
23077
23684
|
"filename": "src/github/workflows-model.ts",
|
|
23078
|
-
"line":
|
|
23685
|
+
"line": 894
|
|
23079
23686
|
},
|
|
23080
23687
|
"name": "types",
|
|
23081
23688
|
"optional": true,
|
|
@@ -23467,7 +24074,7 @@
|
|
|
23467
24074
|
"kind": "interface",
|
|
23468
24075
|
"locationInModule": {
|
|
23469
24076
|
"filename": "src/github/workflows-model.ts",
|
|
23470
|
-
"line":
|
|
24077
|
+
"line": 328
|
|
23471
24078
|
},
|
|
23472
24079
|
"name": "JobDefaults",
|
|
23473
24080
|
"namespace": "github.workflows",
|
|
@@ -23481,7 +24088,7 @@
|
|
|
23481
24088
|
"immutable": true,
|
|
23482
24089
|
"locationInModule": {
|
|
23483
24090
|
"filename": "src/github/workflows-model.ts",
|
|
23484
|
-
"line":
|
|
24091
|
+
"line": 330
|
|
23485
24092
|
},
|
|
23486
24093
|
"name": "run",
|
|
23487
24094
|
"optional": true,
|
|
@@ -23503,7 +24110,7 @@
|
|
|
23503
24110
|
"kind": "interface",
|
|
23504
24111
|
"locationInModule": {
|
|
23505
24112
|
"filename": "src/github/workflows-model.ts",
|
|
23506
|
-
"line":
|
|
24113
|
+
"line": 461
|
|
23507
24114
|
},
|
|
23508
24115
|
"name": "JobMatrix",
|
|
23509
24116
|
"namespace": "github.workflows",
|
|
@@ -23518,7 +24125,7 @@
|
|
|
23518
24125
|
"immutable": true,
|
|
23519
24126
|
"locationInModule": {
|
|
23520
24127
|
"filename": "src/github/workflows-model.ts",
|
|
23521
|
-
"line":
|
|
24128
|
+
"line": 470
|
|
23522
24129
|
},
|
|
23523
24130
|
"name": "domain",
|
|
23524
24131
|
"optional": true,
|
|
@@ -23558,7 +24165,7 @@
|
|
|
23558
24165
|
"immutable": true,
|
|
23559
24166
|
"locationInModule": {
|
|
23560
24167
|
"filename": "src/github/workflows-model.ts",
|
|
23561
|
-
"line":
|
|
24168
|
+
"line": 485
|
|
23562
24169
|
},
|
|
23563
24170
|
"name": "exclude",
|
|
23564
24171
|
"optional": true,
|
|
@@ -23598,7 +24205,7 @@
|
|
|
23598
24205
|
"immutable": true,
|
|
23599
24206
|
"locationInModule": {
|
|
23600
24207
|
"filename": "src/github/workflows-model.ts",
|
|
23601
|
-
"line":
|
|
24208
|
+
"line": 478
|
|
23602
24209
|
},
|
|
23603
24210
|
"name": "include",
|
|
23604
24211
|
"optional": true,
|
|
@@ -23641,7 +24248,7 @@
|
|
|
23641
24248
|
"kind": "enum",
|
|
23642
24249
|
"locationInModule": {
|
|
23643
24250
|
"filename": "src/github/workflows-model.ts",
|
|
23644
|
-
"line":
|
|
24251
|
+
"line": 283
|
|
23645
24252
|
},
|
|
23646
24253
|
"members": [
|
|
23647
24254
|
{
|
|
@@ -23912,7 +24519,7 @@
|
|
|
23912
24519
|
"kind": "interface",
|
|
23913
24520
|
"locationInModule": {
|
|
23914
24521
|
"filename": "src/github/workflows-model.ts",
|
|
23915
|
-
"line":
|
|
24522
|
+
"line": 410
|
|
23916
24523
|
},
|
|
23917
24524
|
"name": "JobStep",
|
|
23918
24525
|
"namespace": "github.workflows",
|
|
@@ -23927,7 +24534,7 @@
|
|
|
23927
24534
|
"immutable": true,
|
|
23928
24535
|
"locationInModule": {
|
|
23929
24536
|
"filename": "src/github/workflows-model.ts",
|
|
23930
|
-
"line":
|
|
24537
|
+
"line": 415
|
|
23931
24538
|
},
|
|
23932
24539
|
"name": "continueOnError",
|
|
23933
24540
|
"optional": true,
|
|
@@ -23944,7 +24551,7 @@
|
|
|
23944
24551
|
"immutable": true,
|
|
23945
24552
|
"locationInModule": {
|
|
23946
24553
|
"filename": "src/github/workflows-model.ts",
|
|
23947
|
-
"line":
|
|
24554
|
+
"line": 420
|
|
23948
24555
|
},
|
|
23949
24556
|
"name": "timeoutMinutes",
|
|
23950
24557
|
"optional": true,
|
|
@@ -23966,7 +24573,7 @@
|
|
|
23966
24573
|
"kind": "interface",
|
|
23967
24574
|
"locationInModule": {
|
|
23968
24575
|
"filename": "src/github/workflows-model.ts",
|
|
23969
|
-
"line":
|
|
24576
|
+
"line": 313
|
|
23970
24577
|
},
|
|
23971
24578
|
"name": "JobStepOutput",
|
|
23972
24579
|
"namespace": "github.workflows",
|
|
@@ -23980,7 +24587,7 @@
|
|
|
23980
24587
|
"immutable": true,
|
|
23981
24588
|
"locationInModule": {
|
|
23982
24589
|
"filename": "src/github/workflows-model.ts",
|
|
23983
|
-
"line":
|
|
24590
|
+
"line": 322
|
|
23984
24591
|
},
|
|
23985
24592
|
"name": "outputName",
|
|
23986
24593
|
"type": {
|
|
@@ -23996,7 +24603,7 @@
|
|
|
23996
24603
|
"immutable": true,
|
|
23997
24604
|
"locationInModule": {
|
|
23998
24605
|
"filename": "src/github/workflows-model.ts",
|
|
23999
|
-
"line":
|
|
24606
|
+
"line": 317
|
|
24000
24607
|
},
|
|
24001
24608
|
"name": "stepId",
|
|
24002
24609
|
"type": {
|
|
@@ -24018,7 +24625,7 @@
|
|
|
24018
24625
|
"kind": "interface",
|
|
24019
24626
|
"locationInModule": {
|
|
24020
24627
|
"filename": "src/github/workflows-model.ts",
|
|
24021
|
-
"line":
|
|
24628
|
+
"line": 427
|
|
24022
24629
|
},
|
|
24023
24630
|
"name": "JobStrategy",
|
|
24024
24631
|
"namespace": "github.workflows",
|
|
@@ -24033,7 +24640,7 @@
|
|
|
24033
24640
|
"immutable": true,
|
|
24034
24641
|
"locationInModule": {
|
|
24035
24642
|
"filename": "src/github/workflows-model.ts",
|
|
24036
|
-
"line":
|
|
24643
|
+
"line": 445
|
|
24037
24644
|
},
|
|
24038
24645
|
"name": "failFast",
|
|
24039
24646
|
"optional": true,
|
|
@@ -24051,7 +24658,7 @@
|
|
|
24051
24658
|
"immutable": true,
|
|
24052
24659
|
"locationInModule": {
|
|
24053
24660
|
"filename": "src/github/workflows-model.ts",
|
|
24054
|
-
"line":
|
|
24661
|
+
"line": 439
|
|
24055
24662
|
},
|
|
24056
24663
|
"name": "matrix",
|
|
24057
24664
|
"optional": true,
|
|
@@ -24069,7 +24676,7 @@
|
|
|
24069
24676
|
"immutable": true,
|
|
24070
24677
|
"locationInModule": {
|
|
24071
24678
|
"filename": "src/github/workflows-model.ts",
|
|
24072
|
-
"line":
|
|
24679
|
+
"line": 453
|
|
24073
24680
|
},
|
|
24074
24681
|
"name": "maxParallel",
|
|
24075
24682
|
"optional": true,
|
|
@@ -24091,7 +24698,7 @@
|
|
|
24091
24698
|
"kind": "interface",
|
|
24092
24699
|
"locationInModule": {
|
|
24093
24700
|
"filename": "src/github/workflows-model.ts",
|
|
24094
|
-
"line":
|
|
24701
|
+
"line": 917
|
|
24095
24702
|
},
|
|
24096
24703
|
"name": "LabelOptions",
|
|
24097
24704
|
"namespace": "github.workflows",
|
|
@@ -24108,7 +24715,7 @@
|
|
|
24108
24715
|
"immutable": true,
|
|
24109
24716
|
"locationInModule": {
|
|
24110
24717
|
"filename": "src/github/workflows-model.ts",
|
|
24111
|
-
"line":
|
|
24718
|
+
"line": 923
|
|
24112
24719
|
},
|
|
24113
24720
|
"name": "types",
|
|
24114
24721
|
"optional": true,
|
|
@@ -24135,7 +24742,7 @@
|
|
|
24135
24742
|
"kind": "interface",
|
|
24136
24743
|
"locationInModule": {
|
|
24137
24744
|
"filename": "src/github/workflows-model.ts",
|
|
24138
|
-
"line":
|
|
24745
|
+
"line": 929
|
|
24139
24746
|
},
|
|
24140
24747
|
"name": "MilestoneOptions",
|
|
24141
24748
|
"namespace": "github.workflows",
|
|
@@ -24152,7 +24759,7 @@
|
|
|
24152
24759
|
"immutable": true,
|
|
24153
24760
|
"locationInModule": {
|
|
24154
24761
|
"filename": "src/github/workflows-model.ts",
|
|
24155
|
-
"line":
|
|
24762
|
+
"line": 935
|
|
24156
24763
|
},
|
|
24157
24764
|
"name": "types",
|
|
24158
24765
|
"optional": true,
|
|
@@ -24179,7 +24786,7 @@
|
|
|
24179
24786
|
"kind": "interface",
|
|
24180
24787
|
"locationInModule": {
|
|
24181
24788
|
"filename": "src/github/workflows-model.ts",
|
|
24182
|
-
"line":
|
|
24789
|
+
"line": 1207
|
|
24183
24790
|
},
|
|
24184
24791
|
"name": "PageBuildOptions",
|
|
24185
24792
|
"namespace": "github.workflows",
|
|
@@ -24196,7 +24803,7 @@
|
|
|
24196
24803
|
"kind": "interface",
|
|
24197
24804
|
"locationInModule": {
|
|
24198
24805
|
"filename": "src/github/workflows-model.ts",
|
|
24199
|
-
"line":
|
|
24806
|
+
"line": 957
|
|
24200
24807
|
},
|
|
24201
24808
|
"name": "ProjectCardOptions",
|
|
24202
24809
|
"namespace": "github.workflows",
|
|
@@ -24213,7 +24820,7 @@
|
|
|
24213
24820
|
"immutable": true,
|
|
24214
24821
|
"locationInModule": {
|
|
24215
24822
|
"filename": "src/github/workflows-model.ts",
|
|
24216
|
-
"line":
|
|
24823
|
+
"line": 963
|
|
24217
24824
|
},
|
|
24218
24825
|
"name": "types",
|
|
24219
24826
|
"optional": true,
|
|
@@ -24240,7 +24847,7 @@
|
|
|
24240
24847
|
"kind": "interface",
|
|
24241
24848
|
"locationInModule": {
|
|
24242
24849
|
"filename": "src/github/workflows-model.ts",
|
|
24243
|
-
"line":
|
|
24850
|
+
"line": 971
|
|
24244
24851
|
},
|
|
24245
24852
|
"name": "ProjectColumnOptions",
|
|
24246
24853
|
"namespace": "github.workflows",
|
|
@@ -24257,7 +24864,7 @@
|
|
|
24257
24864
|
"immutable": true,
|
|
24258
24865
|
"locationInModule": {
|
|
24259
24866
|
"filename": "src/github/workflows-model.ts",
|
|
24260
|
-
"line":
|
|
24867
|
+
"line": 977
|
|
24261
24868
|
},
|
|
24262
24869
|
"name": "types",
|
|
24263
24870
|
"optional": true,
|
|
@@ -24284,7 +24891,7 @@
|
|
|
24284
24891
|
"kind": "interface",
|
|
24285
24892
|
"locationInModule": {
|
|
24286
24893
|
"filename": "src/github/workflows-model.ts",
|
|
24287
|
-
"line":
|
|
24894
|
+
"line": 943
|
|
24288
24895
|
},
|
|
24289
24896
|
"name": "ProjectOptions",
|
|
24290
24897
|
"namespace": "github.workflows",
|
|
@@ -24301,7 +24908,7 @@
|
|
|
24301
24908
|
"immutable": true,
|
|
24302
24909
|
"locationInModule": {
|
|
24303
24910
|
"filename": "src/github/workflows-model.ts",
|
|
24304
|
-
"line":
|
|
24911
|
+
"line": 949
|
|
24305
24912
|
},
|
|
24306
24913
|
"name": "types",
|
|
24307
24914
|
"optional": true,
|
|
@@ -24328,7 +24935,7 @@
|
|
|
24328
24935
|
"kind": "interface",
|
|
24329
24936
|
"locationInModule": {
|
|
24330
24937
|
"filename": "src/github/workflows-model.ts",
|
|
24331
|
-
"line":
|
|
24938
|
+
"line": 1212
|
|
24332
24939
|
},
|
|
24333
24940
|
"name": "PublicOptions",
|
|
24334
24941
|
"namespace": "github.workflows",
|
|
@@ -24345,7 +24952,7 @@
|
|
|
24345
24952
|
"kind": "interface",
|
|
24346
24953
|
"locationInModule": {
|
|
24347
24954
|
"filename": "src/github/workflows-model.ts",
|
|
24348
|
-
"line":
|
|
24955
|
+
"line": 983
|
|
24349
24956
|
},
|
|
24350
24957
|
"name": "PullRequestOptions",
|
|
24351
24958
|
"namespace": "github.workflows",
|
|
@@ -24362,7 +24969,7 @@
|
|
|
24362
24969
|
"immutable": true,
|
|
24363
24970
|
"locationInModule": {
|
|
24364
24971
|
"filename": "src/github/workflows-model.ts",
|
|
24365
|
-
"line":
|
|
24972
|
+
"line": 989
|
|
24366
24973
|
},
|
|
24367
24974
|
"name": "types",
|
|
24368
24975
|
"optional": true,
|
|
@@ -24389,7 +24996,7 @@
|
|
|
24389
24996
|
"kind": "interface",
|
|
24390
24997
|
"locationInModule": {
|
|
24391
24998
|
"filename": "src/github/workflows-model.ts",
|
|
24392
|
-
"line":
|
|
24999
|
+
"line": 1022
|
|
24393
25000
|
},
|
|
24394
25001
|
"name": "PullRequestReviewCommentOptions",
|
|
24395
25002
|
"namespace": "github.workflows",
|
|
@@ -24406,7 +25013,7 @@
|
|
|
24406
25013
|
"immutable": true,
|
|
24407
25014
|
"locationInModule": {
|
|
24408
25015
|
"filename": "src/github/workflows-model.ts",
|
|
24409
|
-
"line":
|
|
25016
|
+
"line": 1028
|
|
24410
25017
|
},
|
|
24411
25018
|
"name": "types",
|
|
24412
25019
|
"optional": true,
|
|
@@ -24433,7 +25040,7 @@
|
|
|
24433
25040
|
"kind": "interface",
|
|
24434
25041
|
"locationInModule": {
|
|
24435
25042
|
"filename": "src/github/workflows-model.ts",
|
|
24436
|
-
"line":
|
|
25043
|
+
"line": 1010
|
|
24437
25044
|
},
|
|
24438
25045
|
"name": "PullRequestReviewOptions",
|
|
24439
25046
|
"namespace": "github.workflows",
|
|
@@ -24450,7 +25057,7 @@
|
|
|
24450
25057
|
"immutable": true,
|
|
24451
25058
|
"locationInModule": {
|
|
24452
25059
|
"filename": "src/github/workflows-model.ts",
|
|
24453
|
-
"line":
|
|
25060
|
+
"line": 1016
|
|
24454
25061
|
},
|
|
24455
25062
|
"name": "types",
|
|
24456
25063
|
"optional": true,
|
|
@@ -24480,7 +25087,7 @@
|
|
|
24480
25087
|
"kind": "interface",
|
|
24481
25088
|
"locationInModule": {
|
|
24482
25089
|
"filename": "src/github/workflows-model.ts",
|
|
24483
|
-
"line":
|
|
25090
|
+
"line": 1034
|
|
24484
25091
|
},
|
|
24485
25092
|
"name": "PullRequestTargetOptions",
|
|
24486
25093
|
"namespace": "github.workflows",
|
|
@@ -24497,7 +25104,7 @@
|
|
|
24497
25104
|
"immutable": true,
|
|
24498
25105
|
"locationInModule": {
|
|
24499
25106
|
"filename": "src/github/workflows-model.ts",
|
|
24500
|
-
"line":
|
|
25107
|
+
"line": 1040
|
|
24501
25108
|
},
|
|
24502
25109
|
"name": "types",
|
|
24503
25110
|
"optional": true,
|
|
@@ -24524,7 +25131,7 @@
|
|
|
24524
25131
|
"kind": "interface",
|
|
24525
25132
|
"locationInModule": {
|
|
24526
25133
|
"filename": "src/github/workflows-model.ts",
|
|
24527
|
-
"line":
|
|
25134
|
+
"line": 1061
|
|
24528
25135
|
},
|
|
24529
25136
|
"name": "PushOptions",
|
|
24530
25137
|
"namespace": "github.workflows",
|
|
@@ -24540,7 +25147,7 @@
|
|
|
24540
25147
|
"immutable": true,
|
|
24541
25148
|
"locationInModule": {
|
|
24542
25149
|
"filename": "src/github/workflows-model.ts",
|
|
24543
|
-
"line":
|
|
25150
|
+
"line": 1071
|
|
24544
25151
|
},
|
|
24545
25152
|
"name": "branches",
|
|
24546
25153
|
"optional": true,
|
|
@@ -24564,7 +25171,7 @@
|
|
|
24564
25171
|
"immutable": true,
|
|
24565
25172
|
"locationInModule": {
|
|
24566
25173
|
"filename": "src/github/workflows-model.ts",
|
|
24567
|
-
"line":
|
|
25174
|
+
"line": 1092
|
|
24568
25175
|
},
|
|
24569
25176
|
"name": "paths",
|
|
24570
25177
|
"optional": true,
|
|
@@ -24588,7 +25195,7 @@
|
|
|
24588
25195
|
"immutable": true,
|
|
24589
25196
|
"locationInModule": {
|
|
24590
25197
|
"filename": "src/github/workflows-model.ts",
|
|
24591
|
-
"line":
|
|
25198
|
+
"line": 1082
|
|
24592
25199
|
},
|
|
24593
25200
|
"name": "tags",
|
|
24594
25201
|
"optional": true,
|
|
@@ -24615,7 +25222,7 @@
|
|
|
24615
25222
|
"kind": "interface",
|
|
24616
25223
|
"locationInModule": {
|
|
24617
25224
|
"filename": "src/github/workflows-model.ts",
|
|
24618
|
-
"line":
|
|
25225
|
+
"line": 1098
|
|
24619
25226
|
},
|
|
24620
25227
|
"name": "RegistryPackageOptions",
|
|
24621
25228
|
"namespace": "github.workflows",
|
|
@@ -24632,7 +25239,7 @@
|
|
|
24632
25239
|
"immutable": true,
|
|
24633
25240
|
"locationInModule": {
|
|
24634
25241
|
"filename": "src/github/workflows-model.ts",
|
|
24635
|
-
"line":
|
|
25242
|
+
"line": 1104
|
|
24636
25243
|
},
|
|
24637
25244
|
"name": "types",
|
|
24638
25245
|
"optional": true,
|
|
@@ -24659,7 +25266,7 @@
|
|
|
24659
25266
|
"kind": "interface",
|
|
24660
25267
|
"locationInModule": {
|
|
24661
25268
|
"filename": "src/github/workflows-model.ts",
|
|
24662
|
-
"line":
|
|
25269
|
+
"line": 1110
|
|
24663
25270
|
},
|
|
24664
25271
|
"name": "ReleaseOptions",
|
|
24665
25272
|
"namespace": "github.workflows",
|
|
@@ -24676,7 +25283,7 @@
|
|
|
24676
25283
|
"immutable": true,
|
|
24677
25284
|
"locationInModule": {
|
|
24678
25285
|
"filename": "src/github/workflows-model.ts",
|
|
24679
|
-
"line":
|
|
25286
|
+
"line": 1116
|
|
24680
25287
|
},
|
|
24681
25288
|
"name": "types",
|
|
24682
25289
|
"optional": true,
|
|
@@ -24703,7 +25310,7 @@
|
|
|
24703
25310
|
"kind": "interface",
|
|
24704
25311
|
"locationInModule": {
|
|
24705
25312
|
"filename": "src/github/workflows-model.ts",
|
|
24706
|
-
"line":
|
|
25313
|
+
"line": 789
|
|
24707
25314
|
},
|
|
24708
25315
|
"name": "RepositoryDispatchOptions",
|
|
24709
25316
|
"namespace": "github.workflows",
|
|
@@ -24720,7 +25327,7 @@
|
|
|
24720
25327
|
"immutable": true,
|
|
24721
25328
|
"locationInModule": {
|
|
24722
25329
|
"filename": "src/github/workflows-model.ts",
|
|
24723
|
-
"line":
|
|
25330
|
+
"line": 795
|
|
24724
25331
|
},
|
|
24725
25332
|
"name": "types",
|
|
24726
25333
|
"optional": true,
|
|
@@ -24747,7 +25354,7 @@
|
|
|
24747
25354
|
"kind": "interface",
|
|
24748
25355
|
"locationInModule": {
|
|
24749
25356
|
"filename": "src/github/workflows-model.ts",
|
|
24750
|
-
"line":
|
|
25357
|
+
"line": 336
|
|
24751
25358
|
},
|
|
24752
25359
|
"name": "RunSettings",
|
|
24753
25360
|
"namespace": "github.workflows",
|
|
@@ -24762,7 +25369,7 @@
|
|
|
24762
25369
|
"immutable": true,
|
|
24763
25370
|
"locationInModule": {
|
|
24764
25371
|
"filename": "src/github/workflows-model.ts",
|
|
24765
|
-
"line":
|
|
25372
|
+
"line": 342
|
|
24766
25373
|
},
|
|
24767
25374
|
"name": "shell",
|
|
24768
25375
|
"optional": true,
|
|
@@ -24779,7 +25386,7 @@
|
|
|
24779
25386
|
"immutable": true,
|
|
24780
25387
|
"locationInModule": {
|
|
24781
25388
|
"filename": "src/github/workflows-model.ts",
|
|
24782
|
-
"line":
|
|
25389
|
+
"line": 347
|
|
24783
25390
|
},
|
|
24784
25391
|
"name": "workingDirectory",
|
|
24785
25392
|
"optional": true,
|
|
@@ -24801,7 +25408,7 @@
|
|
|
24801
25408
|
"kind": "interface",
|
|
24802
25409
|
"locationInModule": {
|
|
24803
25410
|
"filename": "src/github/workflows-model.ts",
|
|
24804
|
-
"line":
|
|
25411
|
+
"line": 1217
|
|
24805
25412
|
},
|
|
24806
25413
|
"name": "StatusOptions",
|
|
24807
25414
|
"namespace": "github.workflows",
|
|
@@ -24818,7 +25425,7 @@
|
|
|
24818
25425
|
"kind": "interface",
|
|
24819
25426
|
"locationInModule": {
|
|
24820
25427
|
"filename": "src/github/workflows-model.ts",
|
|
24821
|
-
"line":
|
|
25428
|
+
"line": 353
|
|
24822
25429
|
},
|
|
24823
25430
|
"name": "Step",
|
|
24824
25431
|
"namespace": "github.workflows",
|
|
@@ -24833,7 +25440,7 @@
|
|
|
24833
25440
|
"immutable": true,
|
|
24834
25441
|
"locationInModule": {
|
|
24835
25442
|
"filename": "src/github/workflows-model.ts",
|
|
24836
|
-
"line":
|
|
25443
|
+
"line": 398
|
|
24837
25444
|
},
|
|
24838
25445
|
"name": "env",
|
|
24839
25446
|
"optional": true,
|
|
@@ -24856,7 +25463,7 @@
|
|
|
24856
25463
|
"immutable": true,
|
|
24857
25464
|
"locationInModule": {
|
|
24858
25465
|
"filename": "src/github/workflows-model.ts",
|
|
24859
|
-
"line":
|
|
25466
|
+
"line": 358
|
|
24860
25467
|
},
|
|
24861
25468
|
"name": "id",
|
|
24862
25469
|
"optional": true,
|
|
@@ -24874,7 +25481,7 @@
|
|
|
24874
25481
|
"immutable": true,
|
|
24875
25482
|
"locationInModule": {
|
|
24876
25483
|
"filename": "src/github/workflows-model.ts",
|
|
24877
|
-
"line":
|
|
25484
|
+
"line": 365
|
|
24878
25485
|
},
|
|
24879
25486
|
"name": "if",
|
|
24880
25487
|
"optional": true,
|
|
@@ -24891,7 +25498,7 @@
|
|
|
24891
25498
|
"immutable": true,
|
|
24892
25499
|
"locationInModule": {
|
|
24893
25500
|
"filename": "src/github/workflows-model.ts",
|
|
24894
|
-
"line":
|
|
25501
|
+
"line": 370
|
|
24895
25502
|
},
|
|
24896
25503
|
"name": "name",
|
|
24897
25504
|
"optional": true,
|
|
@@ -24909,7 +25516,7 @@
|
|
|
24909
25516
|
"immutable": true,
|
|
24910
25517
|
"locationInModule": {
|
|
24911
25518
|
"filename": "src/github/workflows-model.ts",
|
|
24912
|
-
"line":
|
|
25519
|
+
"line": 385
|
|
24913
25520
|
},
|
|
24914
25521
|
"name": "run",
|
|
24915
25522
|
"optional": true,
|
|
@@ -24927,7 +25534,7 @@
|
|
|
24927
25534
|
"immutable": true,
|
|
24928
25535
|
"locationInModule": {
|
|
24929
25536
|
"filename": "src/github/workflows-model.ts",
|
|
24930
|
-
"line":
|
|
25537
|
+
"line": 378
|
|
24931
25538
|
},
|
|
24932
25539
|
"name": "uses",
|
|
24933
25540
|
"optional": true,
|
|
@@ -24945,7 +25552,7 @@
|
|
|
24945
25552
|
"immutable": true,
|
|
24946
25553
|
"locationInModule": {
|
|
24947
25554
|
"filename": "src/github/workflows-model.ts",
|
|
24948
|
-
"line":
|
|
25555
|
+
"line": 392
|
|
24949
25556
|
},
|
|
24950
25557
|
"name": "with",
|
|
24951
25558
|
"optional": true,
|
|
@@ -24968,7 +25575,7 @@
|
|
|
24968
25575
|
"immutable": true,
|
|
24969
25576
|
"locationInModule": {
|
|
24970
25577
|
"filename": "src/github/workflows-model.ts",
|
|
24971
|
-
"line":
|
|
25578
|
+
"line": 404
|
|
24972
25579
|
},
|
|
24973
25580
|
"name": "workingDirectory",
|
|
24974
25581
|
"optional": true,
|
|
@@ -25134,7 +25741,7 @@
|
|
|
25134
25741
|
"kind": "interface",
|
|
25135
25742
|
"locationInModule": {
|
|
25136
25743
|
"filename": "src/github/workflows-model.ts",
|
|
25137
|
-
"line":
|
|
25744
|
+
"line": 551
|
|
25138
25745
|
},
|
|
25139
25746
|
"name": "Triggers",
|
|
25140
25747
|
"namespace": "github.workflows",
|
|
@@ -25148,7 +25755,7 @@
|
|
|
25148
25755
|
"immutable": true,
|
|
25149
25756
|
"locationInModule": {
|
|
25150
25757
|
"filename": "src/github/workflows-model.ts",
|
|
25151
|
-
"line":
|
|
25758
|
+
"line": 593
|
|
25152
25759
|
},
|
|
25153
25760
|
"name": "branchProtectionRule",
|
|
25154
25761
|
"optional": true,
|
|
@@ -25165,7 +25772,7 @@
|
|
|
25165
25772
|
"immutable": true,
|
|
25166
25773
|
"locationInModule": {
|
|
25167
25774
|
"filename": "src/github/workflows-model.ts",
|
|
25168
|
-
"line":
|
|
25775
|
+
"line": 598
|
|
25169
25776
|
},
|
|
25170
25777
|
"name": "checkRun",
|
|
25171
25778
|
"optional": true,
|
|
@@ -25182,7 +25789,7 @@
|
|
|
25182
25789
|
"immutable": true,
|
|
25183
25790
|
"locationInModule": {
|
|
25184
25791
|
"filename": "src/github/workflows-model.ts",
|
|
25185
|
-
"line":
|
|
25792
|
+
"line": 603
|
|
25186
25793
|
},
|
|
25187
25794
|
"name": "checkSuite",
|
|
25188
25795
|
"optional": true,
|
|
@@ -25199,7 +25806,7 @@
|
|
|
25199
25806
|
"immutable": true,
|
|
25200
25807
|
"locationInModule": {
|
|
25201
25808
|
"filename": "src/github/workflows-model.ts",
|
|
25202
|
-
"line":
|
|
25809
|
+
"line": 609
|
|
25203
25810
|
},
|
|
25204
25811
|
"name": "create",
|
|
25205
25812
|
"optional": true,
|
|
@@ -25216,7 +25823,7 @@
|
|
|
25216
25823
|
"immutable": true,
|
|
25217
25824
|
"locationInModule": {
|
|
25218
25825
|
"filename": "src/github/workflows-model.ts",
|
|
25219
|
-
"line":
|
|
25826
|
+
"line": 615
|
|
25220
25827
|
},
|
|
25221
25828
|
"name": "delete",
|
|
25222
25829
|
"optional": true,
|
|
@@ -25234,7 +25841,7 @@
|
|
|
25234
25841
|
"immutable": true,
|
|
25235
25842
|
"locationInModule": {
|
|
25236
25843
|
"filename": "src/github/workflows-model.ts",
|
|
25237
|
-
"line":
|
|
25844
|
+
"line": 622
|
|
25238
25845
|
},
|
|
25239
25846
|
"name": "deployment",
|
|
25240
25847
|
"optional": true,
|
|
@@ -25252,7 +25859,7 @@
|
|
|
25252
25859
|
"immutable": true,
|
|
25253
25860
|
"locationInModule": {
|
|
25254
25861
|
"filename": "src/github/workflows-model.ts",
|
|
25255
|
-
"line":
|
|
25862
|
+
"line": 629
|
|
25256
25863
|
},
|
|
25257
25864
|
"name": "deploymentStatus",
|
|
25258
25865
|
"optional": true,
|
|
@@ -25271,7 +25878,7 @@
|
|
|
25271
25878
|
"immutable": true,
|
|
25272
25879
|
"locationInModule": {
|
|
25273
25880
|
"filename": "src/github/workflows-model.ts",
|
|
25274
|
-
"line":
|
|
25881
|
+
"line": 635
|
|
25275
25882
|
},
|
|
25276
25883
|
"name": "discussion",
|
|
25277
25884
|
"optional": true,
|
|
@@ -25290,7 +25897,7 @@
|
|
|
25290
25897
|
"immutable": true,
|
|
25291
25898
|
"locationInModule": {
|
|
25292
25899
|
"filename": "src/github/workflows-model.ts",
|
|
25293
|
-
"line":
|
|
25900
|
+
"line": 641
|
|
25294
25901
|
},
|
|
25295
25902
|
"name": "discussionComment",
|
|
25296
25903
|
"optional": true,
|
|
@@ -25307,7 +25914,7 @@
|
|
|
25307
25914
|
"immutable": true,
|
|
25308
25915
|
"locationInModule": {
|
|
25309
25916
|
"filename": "src/github/workflows-model.ts",
|
|
25310
|
-
"line":
|
|
25917
|
+
"line": 647
|
|
25311
25918
|
},
|
|
25312
25919
|
"name": "fork",
|
|
25313
25920
|
"optional": true,
|
|
@@ -25324,7 +25931,7 @@
|
|
|
25324
25931
|
"immutable": true,
|
|
25325
25932
|
"locationInModule": {
|
|
25326
25933
|
"filename": "src/github/workflows-model.ts",
|
|
25327
|
-
"line":
|
|
25934
|
+
"line": 653
|
|
25328
25935
|
},
|
|
25329
25936
|
"name": "gollum",
|
|
25330
25937
|
"optional": true,
|
|
@@ -25341,7 +25948,7 @@
|
|
|
25341
25948
|
"immutable": true,
|
|
25342
25949
|
"locationInModule": {
|
|
25343
25950
|
"filename": "src/github/workflows-model.ts",
|
|
25344
|
-
"line":
|
|
25951
|
+
"line": 658
|
|
25345
25952
|
},
|
|
25346
25953
|
"name": "issueComment",
|
|
25347
25954
|
"optional": true,
|
|
@@ -25358,7 +25965,7 @@
|
|
|
25358
25965
|
"immutable": true,
|
|
25359
25966
|
"locationInModule": {
|
|
25360
25967
|
"filename": "src/github/workflows-model.ts",
|
|
25361
|
-
"line":
|
|
25968
|
+
"line": 663
|
|
25362
25969
|
},
|
|
25363
25970
|
"name": "issues",
|
|
25364
25971
|
"optional": true,
|
|
@@ -25375,7 +25982,7 @@
|
|
|
25375
25982
|
"immutable": true,
|
|
25376
25983
|
"locationInModule": {
|
|
25377
25984
|
"filename": "src/github/workflows-model.ts",
|
|
25378
|
-
"line":
|
|
25985
|
+
"line": 668
|
|
25379
25986
|
},
|
|
25380
25987
|
"name": "label",
|
|
25381
25988
|
"optional": true,
|
|
@@ -25392,7 +25999,7 @@
|
|
|
25392
25999
|
"immutable": true,
|
|
25393
26000
|
"locationInModule": {
|
|
25394
26001
|
"filename": "src/github/workflows-model.ts",
|
|
25395
|
-
"line":
|
|
26002
|
+
"line": 673
|
|
25396
26003
|
},
|
|
25397
26004
|
"name": "milestone",
|
|
25398
26005
|
"optional": true,
|
|
@@ -25409,7 +26016,7 @@
|
|
|
25409
26016
|
"immutable": true,
|
|
25410
26017
|
"locationInModule": {
|
|
25411
26018
|
"filename": "src/github/workflows-model.ts",
|
|
25412
|
-
"line":
|
|
26019
|
+
"line": 679
|
|
25413
26020
|
},
|
|
25414
26021
|
"name": "pageBuild",
|
|
25415
26022
|
"optional": true,
|
|
@@ -25426,7 +26033,7 @@
|
|
|
25426
26033
|
"immutable": true,
|
|
25427
26034
|
"locationInModule": {
|
|
25428
26035
|
"filename": "src/github/workflows-model.ts",
|
|
25429
|
-
"line":
|
|
26036
|
+
"line": 684
|
|
25430
26037
|
},
|
|
25431
26038
|
"name": "project",
|
|
25432
26039
|
"optional": true,
|
|
@@ -25443,7 +26050,7 @@
|
|
|
25443
26050
|
"immutable": true,
|
|
25444
26051
|
"locationInModule": {
|
|
25445
26052
|
"filename": "src/github/workflows-model.ts",
|
|
25446
|
-
"line":
|
|
26053
|
+
"line": 689
|
|
25447
26054
|
},
|
|
25448
26055
|
"name": "projectCard",
|
|
25449
26056
|
"optional": true,
|
|
@@ -25460,7 +26067,7 @@
|
|
|
25460
26067
|
"immutable": true,
|
|
25461
26068
|
"locationInModule": {
|
|
25462
26069
|
"filename": "src/github/workflows-model.ts",
|
|
25463
|
-
"line":
|
|
26070
|
+
"line": 694
|
|
25464
26071
|
},
|
|
25465
26072
|
"name": "projectColumn",
|
|
25466
26073
|
"optional": true,
|
|
@@ -25477,7 +26084,7 @@
|
|
|
25477
26084
|
"immutable": true,
|
|
25478
26085
|
"locationInModule": {
|
|
25479
26086
|
"filename": "src/github/workflows-model.ts",
|
|
25480
|
-
"line":
|
|
26087
|
+
"line": 700
|
|
25481
26088
|
},
|
|
25482
26089
|
"name": "public",
|
|
25483
26090
|
"optional": true,
|
|
@@ -25494,7 +26101,7 @@
|
|
|
25494
26101
|
"immutable": true,
|
|
25495
26102
|
"locationInModule": {
|
|
25496
26103
|
"filename": "src/github/workflows-model.ts",
|
|
25497
|
-
"line":
|
|
26104
|
+
"line": 705
|
|
25498
26105
|
},
|
|
25499
26106
|
"name": "pullRequest",
|
|
25500
26107
|
"optional": true,
|
|
@@ -25511,7 +26118,7 @@
|
|
|
25511
26118
|
"immutable": true,
|
|
25512
26119
|
"locationInModule": {
|
|
25513
26120
|
"filename": "src/github/workflows-model.ts",
|
|
25514
|
-
"line":
|
|
26121
|
+
"line": 710
|
|
25515
26122
|
},
|
|
25516
26123
|
"name": "pullRequestReview",
|
|
25517
26124
|
"optional": true,
|
|
@@ -25528,7 +26135,7 @@
|
|
|
25528
26135
|
"immutable": true,
|
|
25529
26136
|
"locationInModule": {
|
|
25530
26137
|
"filename": "src/github/workflows-model.ts",
|
|
25531
|
-
"line":
|
|
26138
|
+
"line": 716
|
|
25532
26139
|
},
|
|
25533
26140
|
"name": "pullRequestReviewComment",
|
|
25534
26141
|
"optional": true,
|
|
@@ -25547,7 +26154,7 @@
|
|
|
25547
26154
|
"immutable": true,
|
|
25548
26155
|
"locationInModule": {
|
|
25549
26156
|
"filename": "src/github/workflows-model.ts",
|
|
25550
|
-
"line":
|
|
26157
|
+
"line": 737
|
|
25551
26158
|
},
|
|
25552
26159
|
"name": "pullRequestTarget",
|
|
25553
26160
|
"optional": true,
|
|
@@ -25564,7 +26171,7 @@
|
|
|
25564
26171
|
"immutable": true,
|
|
25565
26172
|
"locationInModule": {
|
|
25566
26173
|
"filename": "src/github/workflows-model.ts",
|
|
25567
|
-
"line":
|
|
26174
|
+
"line": 743
|
|
25568
26175
|
},
|
|
25569
26176
|
"name": "push",
|
|
25570
26177
|
"optional": true,
|
|
@@ -25581,7 +26188,7 @@
|
|
|
25581
26188
|
"immutable": true,
|
|
25582
26189
|
"locationInModule": {
|
|
25583
26190
|
"filename": "src/github/workflows-model.ts",
|
|
25584
|
-
"line":
|
|
26191
|
+
"line": 748
|
|
25585
26192
|
},
|
|
25586
26193
|
"name": "registryPackage",
|
|
25587
26194
|
"optional": true,
|
|
@@ -25598,7 +26205,7 @@
|
|
|
25598
26205
|
"immutable": true,
|
|
25599
26206
|
"locationInModule": {
|
|
25600
26207
|
"filename": "src/github/workflows-model.ts",
|
|
25601
|
-
"line":
|
|
26208
|
+
"line": 753
|
|
25602
26209
|
},
|
|
25603
26210
|
"name": "release",
|
|
25604
26211
|
"optional": true,
|
|
@@ -25615,7 +26222,7 @@
|
|
|
25615
26222
|
"immutable": true,
|
|
25616
26223
|
"locationInModule": {
|
|
25617
26224
|
"filename": "src/github/workflows-model.ts",
|
|
25618
|
-
"line":
|
|
26225
|
+
"line": 578
|
|
25619
26226
|
},
|
|
25620
26227
|
"name": "repositoryDispatch",
|
|
25621
26228
|
"optional": true,
|
|
@@ -25634,7 +26241,7 @@
|
|
|
25634
26241
|
"immutable": true,
|
|
25635
26242
|
"locationInModule": {
|
|
25636
26243
|
"filename": "src/github/workflows-model.ts",
|
|
25637
|
-
"line":
|
|
26244
|
+
"line": 561
|
|
25638
26245
|
},
|
|
25639
26246
|
"name": "schedule",
|
|
25640
26247
|
"optional": true,
|
|
@@ -25656,7 +26263,7 @@
|
|
|
25656
26263
|
"immutable": true,
|
|
25657
26264
|
"locationInModule": {
|
|
25658
26265
|
"filename": "src/github/workflows-model.ts",
|
|
25659
|
-
"line":
|
|
26266
|
+
"line": 759
|
|
25660
26267
|
},
|
|
25661
26268
|
"name": "status",
|
|
25662
26269
|
"optional": true,
|
|
@@ -25673,7 +26280,7 @@
|
|
|
25673
26280
|
"immutable": true,
|
|
25674
26281
|
"locationInModule": {
|
|
25675
26282
|
"filename": "src/github/workflows-model.ts",
|
|
25676
|
-
"line":
|
|
26283
|
+
"line": 764
|
|
25677
26284
|
},
|
|
25678
26285
|
"name": "watch",
|
|
25679
26286
|
"optional": true,
|
|
@@ -25691,7 +26298,7 @@
|
|
|
25691
26298
|
"immutable": true,
|
|
25692
26299
|
"locationInModule": {
|
|
25693
26300
|
"filename": "src/github/workflows-model.ts",
|
|
25694
|
-
"line":
|
|
26301
|
+
"line": 586
|
|
25695
26302
|
},
|
|
25696
26303
|
"name": "workflowCall",
|
|
25697
26304
|
"optional": true,
|
|
@@ -25709,7 +26316,7 @@
|
|
|
25709
26316
|
"immutable": true,
|
|
25710
26317
|
"locationInModule": {
|
|
25711
26318
|
"filename": "src/github/workflows-model.ts",
|
|
25712
|
-
"line":
|
|
26319
|
+
"line": 571
|
|
25713
26320
|
},
|
|
25714
26321
|
"name": "workflowDispatch",
|
|
25715
26322
|
"optional": true,
|
|
@@ -25727,7 +26334,7 @@
|
|
|
25727
26334
|
"immutable": true,
|
|
25728
26335
|
"locationInModule": {
|
|
25729
26336
|
"filename": "src/github/workflows-model.ts",
|
|
25730
|
-
"line":
|
|
26337
|
+
"line": 772
|
|
25731
26338
|
},
|
|
25732
26339
|
"name": "workflowRun",
|
|
25733
26340
|
"optional": true,
|
|
@@ -25749,7 +26356,7 @@
|
|
|
25749
26356
|
"kind": "interface",
|
|
25750
26357
|
"locationInModule": {
|
|
25751
26358
|
"filename": "src/github/workflows-model.ts",
|
|
25752
|
-
"line":
|
|
26359
|
+
"line": 1130
|
|
25753
26360
|
},
|
|
25754
26361
|
"name": "WatchOptions",
|
|
25755
26362
|
"namespace": "github.workflows",
|
|
@@ -25766,7 +26373,7 @@
|
|
|
25766
26373
|
"immutable": true,
|
|
25767
26374
|
"locationInModule": {
|
|
25768
26375
|
"filename": "src/github/workflows-model.ts",
|
|
25769
|
-
"line":
|
|
26376
|
+
"line": 1136
|
|
25770
26377
|
},
|
|
25771
26378
|
"name": "types",
|
|
25772
26379
|
"optional": true,
|
|
@@ -25793,7 +26400,7 @@
|
|
|
25793
26400
|
"kind": "interface",
|
|
25794
26401
|
"locationInModule": {
|
|
25795
26402
|
"filename": "src/github/workflows-model.ts",
|
|
25796
|
-
"line":
|
|
26403
|
+
"line": 1172
|
|
25797
26404
|
},
|
|
25798
26405
|
"name": "WorkflowCallOptions",
|
|
25799
26406
|
"namespace": "github.workflows",
|
|
@@ -25810,7 +26417,7 @@
|
|
|
25810
26417
|
"kind": "interface",
|
|
25811
26418
|
"locationInModule": {
|
|
25812
26419
|
"filename": "src/github/workflows-model.ts",
|
|
25813
|
-
"line":
|
|
26420
|
+
"line": 1167
|
|
25814
26421
|
},
|
|
25815
26422
|
"name": "WorkflowDispatchOptions",
|
|
25816
26423
|
"namespace": "github.workflows",
|
|
@@ -25827,7 +26434,7 @@
|
|
|
25827
26434
|
"kind": "interface",
|
|
25828
26435
|
"locationInModule": {
|
|
25829
26436
|
"filename": "src/github/workflows-model.ts",
|
|
25830
|
-
"line":
|
|
26437
|
+
"line": 1142
|
|
25831
26438
|
},
|
|
25832
26439
|
"name": "WorkflowRunOptions",
|
|
25833
26440
|
"namespace": "github.workflows",
|
|
@@ -25844,7 +26451,7 @@
|
|
|
25844
26451
|
"immutable": true,
|
|
25845
26452
|
"locationInModule": {
|
|
25846
26453
|
"filename": "src/github/workflows-model.ts",
|
|
25847
|
-
"line":
|
|
26454
|
+
"line": 1160
|
|
25848
26455
|
},
|
|
25849
26456
|
"name": "branches",
|
|
25850
26457
|
"optional": true,
|
|
@@ -25869,7 +26476,7 @@
|
|
|
25869
26476
|
"immutable": true,
|
|
25870
26477
|
"locationInModule": {
|
|
25871
26478
|
"filename": "src/github/workflows-model.ts",
|
|
25872
|
-
"line":
|
|
26479
|
+
"line": 1154
|
|
25873
26480
|
},
|
|
25874
26481
|
"name": "types",
|
|
25875
26482
|
"optional": true,
|
|
@@ -25894,7 +26501,7 @@
|
|
|
25894
26501
|
"immutable": true,
|
|
25895
26502
|
"locationInModule": {
|
|
25896
26503
|
"filename": "src/github/workflows-model.ts",
|
|
25897
|
-
"line":
|
|
26504
|
+
"line": 1148
|
|
25898
26505
|
},
|
|
25899
26506
|
"name": "workflows",
|
|
25900
26507
|
"optional": true,
|
|
@@ -50342,6 +50949,6 @@
|
|
|
50342
50949
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
50343
50950
|
}
|
|
50344
50951
|
},
|
|
50345
|
-
"version": "0.67.
|
|
50346
|
-
"fingerprint": "
|
|
50952
|
+
"version": "0.67.13",
|
|
50953
|
+
"fingerprint": "GX8DmtRlLXS2lZMCYuE+zWTfLezqwpn3+ErJAr4p2p8="
|
|
50347
50954
|
}
|