projen 0.91.22 → 0.91.24
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 +558 -205
- 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/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.d.ts +25 -0
- package/lib/github/github-credentials.js +20 -9
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows-model.d.ts +41 -13
- package/lib/github/workflows-model.js +1 -1
- 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 +2 -2
- 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 +4 -4
- package/lib/javascript/license-checker.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 +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- 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-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.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/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-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- 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
|
@@ -24505,7 +24505,7 @@
|
|
|
24505
24505
|
"kind": "class",
|
|
24506
24506
|
"locationInModule": {
|
|
24507
24507
|
"filename": "src/github/github-credentials.ts",
|
|
24508
|
-
"line":
|
|
24508
|
+
"line": 57
|
|
24509
24509
|
},
|
|
24510
24510
|
"methods": [
|
|
24511
24511
|
{
|
|
@@ -24518,7 +24518,7 @@
|
|
|
24518
24518
|
},
|
|
24519
24519
|
"locationInModule": {
|
|
24520
24520
|
"filename": "src/github/github-credentials.ts",
|
|
24521
|
-
"line":
|
|
24521
|
+
"line": 87
|
|
24522
24522
|
},
|
|
24523
24523
|
"name": "fromApp",
|
|
24524
24524
|
"parameters": [
|
|
@@ -24547,7 +24547,7 @@
|
|
|
24547
24547
|
},
|
|
24548
24548
|
"locationInModule": {
|
|
24549
24549
|
"filename": "src/github/github-credentials.ts",
|
|
24550
|
-
"line":
|
|
24550
|
+
"line": 67
|
|
24551
24551
|
},
|
|
24552
24552
|
"name": "fromPersonalAccessToken",
|
|
24553
24553
|
"parameters": [
|
|
@@ -24578,7 +24578,7 @@
|
|
|
24578
24578
|
"immutable": true,
|
|
24579
24579
|
"locationInModule": {
|
|
24580
24580
|
"filename": "src/github/github-credentials.ts",
|
|
24581
|
-
"line":
|
|
24581
|
+
"line": 132
|
|
24582
24582
|
},
|
|
24583
24583
|
"name": "setupSteps",
|
|
24584
24584
|
"type": {
|
|
@@ -24599,7 +24599,7 @@
|
|
|
24599
24599
|
"immutable": true,
|
|
24600
24600
|
"locationInModule": {
|
|
24601
24601
|
"filename": "src/github/github-credentials.ts",
|
|
24602
|
-
"line":
|
|
24602
|
+
"line": 140
|
|
24603
24603
|
},
|
|
24604
24604
|
"name": "tokenRef",
|
|
24605
24605
|
"type": {
|
|
@@ -24628,12 +24628,14 @@
|
|
|
24628
24628
|
{
|
|
24629
24629
|
"abstract": true,
|
|
24630
24630
|
"docs": {
|
|
24631
|
-
"
|
|
24631
|
+
"default": "\"PROJEN_APP_ID\"",
|
|
24632
|
+
"stability": "experimental",
|
|
24633
|
+
"summary": "The secret containing the GitHub App ID."
|
|
24632
24634
|
},
|
|
24633
24635
|
"immutable": true,
|
|
24634
24636
|
"locationInModule": {
|
|
24635
24637
|
"filename": "src/github/github-credentials.ts",
|
|
24636
|
-
"line":
|
|
24638
|
+
"line": 20
|
|
24637
24639
|
},
|
|
24638
24640
|
"name": "appIdSecret",
|
|
24639
24641
|
"optional": true,
|
|
@@ -24641,6 +24643,24 @@
|
|
|
24641
24643
|
"primitive": "string"
|
|
24642
24644
|
}
|
|
24643
24645
|
},
|
|
24646
|
+
{
|
|
24647
|
+
"abstract": true,
|
|
24648
|
+
"docs": {
|
|
24649
|
+
"default": "- if empty, defaults to the current repository owner",
|
|
24650
|
+
"stability": "experimental",
|
|
24651
|
+
"summary": "The owner of the GitHub App installation."
|
|
24652
|
+
},
|
|
24653
|
+
"immutable": true,
|
|
24654
|
+
"locationInModule": {
|
|
24655
|
+
"filename": "src/github/github-credentials.ts",
|
|
24656
|
+
"line": 36
|
|
24657
|
+
},
|
|
24658
|
+
"name": "owner",
|
|
24659
|
+
"optional": true,
|
|
24660
|
+
"type": {
|
|
24661
|
+
"primitive": "string"
|
|
24662
|
+
}
|
|
24663
|
+
},
|
|
24644
24664
|
{
|
|
24645
24665
|
"abstract": true,
|
|
24646
24666
|
"docs": {
|
|
@@ -24651,7 +24671,7 @@
|
|
|
24651
24671
|
"immutable": true,
|
|
24652
24672
|
"locationInModule": {
|
|
24653
24673
|
"filename": "src/github/github-credentials.ts",
|
|
24654
|
-
"line":
|
|
24674
|
+
"line": 51
|
|
24655
24675
|
},
|
|
24656
24676
|
"name": "permissions",
|
|
24657
24677
|
"optional": true,
|
|
@@ -24662,18 +24682,44 @@
|
|
|
24662
24682
|
{
|
|
24663
24683
|
"abstract": true,
|
|
24664
24684
|
"docs": {
|
|
24665
|
-
"
|
|
24685
|
+
"default": "\"PROJEN_APP_PRIVATE_KEY\"",
|
|
24686
|
+
"remarks": "Escaped newlines (\\\\n) will be automatically replaced with actual newlines.",
|
|
24687
|
+
"stability": "experimental",
|
|
24688
|
+
"summary": "The secret containing the GitHub App private key."
|
|
24666
24689
|
},
|
|
24667
24690
|
"immutable": true,
|
|
24668
24691
|
"locationInModule": {
|
|
24669
24692
|
"filename": "src/github/github-credentials.ts",
|
|
24670
|
-
"line":
|
|
24693
|
+
"line": 29
|
|
24671
24694
|
},
|
|
24672
24695
|
"name": "privateKeySecret",
|
|
24673
24696
|
"optional": true,
|
|
24674
24697
|
"type": {
|
|
24675
24698
|
"primitive": "string"
|
|
24676
24699
|
}
|
|
24700
|
+
},
|
|
24701
|
+
{
|
|
24702
|
+
"abstract": true,
|
|
24703
|
+
"docs": {
|
|
24704
|
+
"default": "- if owner is set and repositories is empty, access will be scoped to all repositories in the provided repository owner's installation.\nIf owner and repositories are empty, access will be scoped to only the current repository.",
|
|
24705
|
+
"stability": "experimental",
|
|
24706
|
+
"summary": "List of repositories to grant access to."
|
|
24707
|
+
},
|
|
24708
|
+
"immutable": true,
|
|
24709
|
+
"locationInModule": {
|
|
24710
|
+
"filename": "src/github/github-credentials.ts",
|
|
24711
|
+
"line": 44
|
|
24712
|
+
},
|
|
24713
|
+
"name": "repositories",
|
|
24714
|
+
"optional": true,
|
|
24715
|
+
"type": {
|
|
24716
|
+
"collection": {
|
|
24717
|
+
"elementtype": {
|
|
24718
|
+
"primitive": "string"
|
|
24719
|
+
},
|
|
24720
|
+
"kind": "array"
|
|
24721
|
+
}
|
|
24722
|
+
}
|
|
24677
24723
|
}
|
|
24678
24724
|
],
|
|
24679
24725
|
"symbolId": "src/github/github-credentials:GithubCredentialsAppOptions"
|
|
@@ -28544,7 +28590,7 @@
|
|
|
28544
28590
|
"kind": "enum",
|
|
28545
28591
|
"locationInModule": {
|
|
28546
28592
|
"filename": "src/github/workflows-model.ts",
|
|
28547
|
-
"line":
|
|
28593
|
+
"line": 334
|
|
28548
28594
|
},
|
|
28549
28595
|
"members": [
|
|
28550
28596
|
{
|
|
@@ -28579,7 +28625,7 @@
|
|
|
28579
28625
|
"datatype": true,
|
|
28580
28626
|
"docs": {
|
|
28581
28627
|
"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.",
|
|
28582
|
-
"see": "https://
|
|
28628
|
+
"see": "https://github.com/actions/create-github-app-token/blob/main/action.yml#L28",
|
|
28583
28629
|
"stability": "experimental",
|
|
28584
28630
|
"summary": "The permissions available to a GitHub App."
|
|
28585
28631
|
},
|
|
@@ -28587,7 +28633,7 @@
|
|
|
28587
28633
|
"kind": "interface",
|
|
28588
28634
|
"locationInModule": {
|
|
28589
28635
|
"filename": "src/github/workflows-model.ts",
|
|
28590
|
-
"line":
|
|
28636
|
+
"line": 261
|
|
28591
28637
|
},
|
|
28592
28638
|
"name": "AppPermissions",
|
|
28593
28639
|
"namespace": "github.workflows",
|
|
@@ -28600,7 +28646,7 @@
|
|
|
28600
28646
|
"immutable": true,
|
|
28601
28647
|
"locationInModule": {
|
|
28602
28648
|
"filename": "src/github/workflows-model.ts",
|
|
28603
|
-
"line":
|
|
28649
|
+
"line": 262
|
|
28604
28650
|
},
|
|
28605
28651
|
"name": "actions",
|
|
28606
28652
|
"optional": true,
|
|
@@ -28616,7 +28662,7 @@
|
|
|
28616
28662
|
"immutable": true,
|
|
28617
28663
|
"locationInModule": {
|
|
28618
28664
|
"filename": "src/github/workflows-model.ts",
|
|
28619
|
-
"line":
|
|
28665
|
+
"line": 264
|
|
28620
28666
|
},
|
|
28621
28667
|
"name": "administration",
|
|
28622
28668
|
"optional": true,
|
|
@@ -28632,7 +28678,23 @@
|
|
|
28632
28678
|
"immutable": true,
|
|
28633
28679
|
"locationInModule": {
|
|
28634
28680
|
"filename": "src/github/workflows-model.ts",
|
|
28635
|
-
"line":
|
|
28681
|
+
"line": 263
|
|
28682
|
+
},
|
|
28683
|
+
"name": "attestations",
|
|
28684
|
+
"optional": true,
|
|
28685
|
+
"type": {
|
|
28686
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28687
|
+
}
|
|
28688
|
+
},
|
|
28689
|
+
{
|
|
28690
|
+
"abstract": true,
|
|
28691
|
+
"docs": {
|
|
28692
|
+
"stability": "experimental"
|
|
28693
|
+
},
|
|
28694
|
+
"immutable": true,
|
|
28695
|
+
"locationInModule": {
|
|
28696
|
+
"filename": "src/github/workflows-model.ts",
|
|
28697
|
+
"line": 265
|
|
28636
28698
|
},
|
|
28637
28699
|
"name": "checks",
|
|
28638
28700
|
"optional": true,
|
|
@@ -28648,7 +28710,23 @@
|
|
|
28648
28710
|
"immutable": true,
|
|
28649
28711
|
"locationInModule": {
|
|
28650
28712
|
"filename": "src/github/workflows-model.ts",
|
|
28651
|
-
"line":
|
|
28713
|
+
"line": 266
|
|
28714
|
+
},
|
|
28715
|
+
"name": "codespaces",
|
|
28716
|
+
"optional": true,
|
|
28717
|
+
"type": {
|
|
28718
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28719
|
+
}
|
|
28720
|
+
},
|
|
28721
|
+
{
|
|
28722
|
+
"abstract": true,
|
|
28723
|
+
"docs": {
|
|
28724
|
+
"stability": "experimental"
|
|
28725
|
+
},
|
|
28726
|
+
"immutable": true,
|
|
28727
|
+
"locationInModule": {
|
|
28728
|
+
"filename": "src/github/workflows-model.ts",
|
|
28729
|
+
"line": 267
|
|
28652
28730
|
},
|
|
28653
28731
|
"name": "contents",
|
|
28654
28732
|
"optional": true,
|
|
@@ -28664,7 +28742,23 @@
|
|
|
28664
28742
|
"immutable": true,
|
|
28665
28743
|
"locationInModule": {
|
|
28666
28744
|
"filename": "src/github/workflows-model.ts",
|
|
28667
|
-
"line":
|
|
28745
|
+
"line": 268
|
|
28746
|
+
},
|
|
28747
|
+
"name": "dependabotSecrets",
|
|
28748
|
+
"optional": true,
|
|
28749
|
+
"type": {
|
|
28750
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28751
|
+
}
|
|
28752
|
+
},
|
|
28753
|
+
{
|
|
28754
|
+
"abstract": true,
|
|
28755
|
+
"docs": {
|
|
28756
|
+
"stability": "experimental"
|
|
28757
|
+
},
|
|
28758
|
+
"immutable": true,
|
|
28759
|
+
"locationInModule": {
|
|
28760
|
+
"filename": "src/github/workflows-model.ts",
|
|
28761
|
+
"line": 269
|
|
28668
28762
|
},
|
|
28669
28763
|
"name": "deployments",
|
|
28670
28764
|
"optional": true,
|
|
@@ -28680,7 +28774,23 @@
|
|
|
28680
28774
|
"immutable": true,
|
|
28681
28775
|
"locationInModule": {
|
|
28682
28776
|
"filename": "src/github/workflows-model.ts",
|
|
28683
|
-
"line":
|
|
28777
|
+
"line": 270
|
|
28778
|
+
},
|
|
28779
|
+
"name": "emailAddresses",
|
|
28780
|
+
"optional": true,
|
|
28781
|
+
"type": {
|
|
28782
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28783
|
+
}
|
|
28784
|
+
},
|
|
28785
|
+
{
|
|
28786
|
+
"abstract": true,
|
|
28787
|
+
"docs": {
|
|
28788
|
+
"stability": "experimental"
|
|
28789
|
+
},
|
|
28790
|
+
"immutable": true,
|
|
28791
|
+
"locationInModule": {
|
|
28792
|
+
"filename": "src/github/workflows-model.ts",
|
|
28793
|
+
"line": 271
|
|
28684
28794
|
},
|
|
28685
28795
|
"name": "environments",
|
|
28686
28796
|
"optional": true,
|
|
@@ -28696,9 +28806,41 @@
|
|
|
28696
28806
|
"immutable": true,
|
|
28697
28807
|
"locationInModule": {
|
|
28698
28808
|
"filename": "src/github/workflows-model.ts",
|
|
28699
|
-
"line":
|
|
28809
|
+
"line": 272
|
|
28700
28810
|
},
|
|
28701
|
-
"name": "
|
|
28811
|
+
"name": "followers",
|
|
28812
|
+
"optional": true,
|
|
28813
|
+
"type": {
|
|
28814
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28815
|
+
}
|
|
28816
|
+
},
|
|
28817
|
+
{
|
|
28818
|
+
"abstract": true,
|
|
28819
|
+
"docs": {
|
|
28820
|
+
"stability": "experimental"
|
|
28821
|
+
},
|
|
28822
|
+
"immutable": true,
|
|
28823
|
+
"locationInModule": {
|
|
28824
|
+
"filename": "src/github/workflows-model.ts",
|
|
28825
|
+
"line": 273
|
|
28826
|
+
},
|
|
28827
|
+
"name": "gitSshKeys",
|
|
28828
|
+
"optional": true,
|
|
28829
|
+
"type": {
|
|
28830
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28831
|
+
}
|
|
28832
|
+
},
|
|
28833
|
+
{
|
|
28834
|
+
"abstract": true,
|
|
28835
|
+
"docs": {
|
|
28836
|
+
"stability": "experimental"
|
|
28837
|
+
},
|
|
28838
|
+
"immutable": true,
|
|
28839
|
+
"locationInModule": {
|
|
28840
|
+
"filename": "src/github/workflows-model.ts",
|
|
28841
|
+
"line": 274
|
|
28842
|
+
},
|
|
28843
|
+
"name": "gpgKeys",
|
|
28702
28844
|
"optional": true,
|
|
28703
28845
|
"type": {
|
|
28704
28846
|
"fqn": "projen.github.workflows.AppPermission"
|
|
@@ -28714,6 +28856,38 @@
|
|
|
28714
28856
|
"filename": "src/github/workflows-model.ts",
|
|
28715
28857
|
"line": 275
|
|
28716
28858
|
},
|
|
28859
|
+
"name": "interactionLimits",
|
|
28860
|
+
"optional": true,
|
|
28861
|
+
"type": {
|
|
28862
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28863
|
+
}
|
|
28864
|
+
},
|
|
28865
|
+
{
|
|
28866
|
+
"abstract": true,
|
|
28867
|
+
"docs": {
|
|
28868
|
+
"stability": "experimental"
|
|
28869
|
+
},
|
|
28870
|
+
"immutable": true,
|
|
28871
|
+
"locationInModule": {
|
|
28872
|
+
"filename": "src/github/workflows-model.ts",
|
|
28873
|
+
"line": 276
|
|
28874
|
+
},
|
|
28875
|
+
"name": "issues",
|
|
28876
|
+
"optional": true,
|
|
28877
|
+
"type": {
|
|
28878
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28879
|
+
}
|
|
28880
|
+
},
|
|
28881
|
+
{
|
|
28882
|
+
"abstract": true,
|
|
28883
|
+
"docs": {
|
|
28884
|
+
"stability": "experimental"
|
|
28885
|
+
},
|
|
28886
|
+
"immutable": true,
|
|
28887
|
+
"locationInModule": {
|
|
28888
|
+
"filename": "src/github/workflows-model.ts",
|
|
28889
|
+
"line": 277
|
|
28890
|
+
},
|
|
28717
28891
|
"name": "members",
|
|
28718
28892
|
"optional": true,
|
|
28719
28893
|
"type": {
|
|
@@ -28728,7 +28902,7 @@
|
|
|
28728
28902
|
"immutable": true,
|
|
28729
28903
|
"locationInModule": {
|
|
28730
28904
|
"filename": "src/github/workflows-model.ts",
|
|
28731
|
-
"line":
|
|
28905
|
+
"line": 278
|
|
28732
28906
|
},
|
|
28733
28907
|
"name": "metadata",
|
|
28734
28908
|
"optional": true,
|
|
@@ -28744,7 +28918,7 @@
|
|
|
28744
28918
|
"immutable": true,
|
|
28745
28919
|
"locationInModule": {
|
|
28746
28920
|
"filename": "src/github/workflows-model.ts",
|
|
28747
|
-
"line":
|
|
28921
|
+
"line": 279
|
|
28748
28922
|
},
|
|
28749
28923
|
"name": "organizationAdministration",
|
|
28750
28924
|
"optional": true,
|
|
@@ -28760,7 +28934,7 @@
|
|
|
28760
28934
|
"immutable": true,
|
|
28761
28935
|
"locationInModule": {
|
|
28762
28936
|
"filename": "src/github/workflows-model.ts",
|
|
28763
|
-
"line":
|
|
28937
|
+
"line": 280
|
|
28764
28938
|
},
|
|
28765
28939
|
"name": "organizationAnnouncementBanners",
|
|
28766
28940
|
"optional": true,
|
|
@@ -28776,7 +28950,55 @@
|
|
|
28776
28950
|
"immutable": true,
|
|
28777
28951
|
"locationInModule": {
|
|
28778
28952
|
"filename": "src/github/workflows-model.ts",
|
|
28779
|
-
"line":
|
|
28953
|
+
"line": 281
|
|
28954
|
+
},
|
|
28955
|
+
"name": "organizationCopilotSeatManagement",
|
|
28956
|
+
"optional": true,
|
|
28957
|
+
"type": {
|
|
28958
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28959
|
+
}
|
|
28960
|
+
},
|
|
28961
|
+
{
|
|
28962
|
+
"abstract": true,
|
|
28963
|
+
"docs": {
|
|
28964
|
+
"stability": "experimental"
|
|
28965
|
+
},
|
|
28966
|
+
"immutable": true,
|
|
28967
|
+
"locationInModule": {
|
|
28968
|
+
"filename": "src/github/workflows-model.ts",
|
|
28969
|
+
"line": 282
|
|
28970
|
+
},
|
|
28971
|
+
"name": "organizationCustomOrgRoles",
|
|
28972
|
+
"optional": true,
|
|
28973
|
+
"type": {
|
|
28974
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28975
|
+
}
|
|
28976
|
+
},
|
|
28977
|
+
{
|
|
28978
|
+
"abstract": true,
|
|
28979
|
+
"docs": {
|
|
28980
|
+
"stability": "experimental"
|
|
28981
|
+
},
|
|
28982
|
+
"immutable": true,
|
|
28983
|
+
"locationInModule": {
|
|
28984
|
+
"filename": "src/github/workflows-model.ts",
|
|
28985
|
+
"line": 283
|
|
28986
|
+
},
|
|
28987
|
+
"name": "organizationCustomProperties",
|
|
28988
|
+
"optional": true,
|
|
28989
|
+
"type": {
|
|
28990
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
28991
|
+
}
|
|
28992
|
+
},
|
|
28993
|
+
{
|
|
28994
|
+
"abstract": true,
|
|
28995
|
+
"docs": {
|
|
28996
|
+
"stability": "experimental"
|
|
28997
|
+
},
|
|
28998
|
+
"immutable": true,
|
|
28999
|
+
"locationInModule": {
|
|
29000
|
+
"filename": "src/github/workflows-model.ts",
|
|
29001
|
+
"line": 284
|
|
28780
29002
|
},
|
|
28781
29003
|
"name": "organizationCustomRoles",
|
|
28782
29004
|
"optional": true,
|
|
@@ -28792,7 +29014,23 @@
|
|
|
28792
29014
|
"immutable": true,
|
|
28793
29015
|
"locationInModule": {
|
|
28794
29016
|
"filename": "src/github/workflows-model.ts",
|
|
28795
|
-
"line":
|
|
29017
|
+
"line": 285
|
|
29018
|
+
},
|
|
29019
|
+
"name": "organizationEvents",
|
|
29020
|
+
"optional": true,
|
|
29021
|
+
"type": {
|
|
29022
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
29023
|
+
}
|
|
29024
|
+
},
|
|
29025
|
+
{
|
|
29026
|
+
"abstract": true,
|
|
29027
|
+
"docs": {
|
|
29028
|
+
"stability": "experimental"
|
|
29029
|
+
},
|
|
29030
|
+
"immutable": true,
|
|
29031
|
+
"locationInModule": {
|
|
29032
|
+
"filename": "src/github/workflows-model.ts",
|
|
29033
|
+
"line": 286
|
|
28796
29034
|
},
|
|
28797
29035
|
"name": "organizationHooks",
|
|
28798
29036
|
"optional": true,
|
|
@@ -28808,7 +29046,7 @@
|
|
|
28808
29046
|
"immutable": true,
|
|
28809
29047
|
"locationInModule": {
|
|
28810
29048
|
"filename": "src/github/workflows-model.ts",
|
|
28811
|
-
"line":
|
|
29049
|
+
"line": 287
|
|
28812
29050
|
},
|
|
28813
29051
|
"name": "organizationPackages",
|
|
28814
29052
|
"optional": true,
|
|
@@ -28824,7 +29062,39 @@
|
|
|
28824
29062
|
"immutable": true,
|
|
28825
29063
|
"locationInModule": {
|
|
28826
29064
|
"filename": "src/github/workflows-model.ts",
|
|
28827
|
-
"line":
|
|
29065
|
+
"line": 288
|
|
29066
|
+
},
|
|
29067
|
+
"name": "organizationPersonalAccessTokenRequests",
|
|
29068
|
+
"optional": true,
|
|
29069
|
+
"type": {
|
|
29070
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
29071
|
+
}
|
|
29072
|
+
},
|
|
29073
|
+
{
|
|
29074
|
+
"abstract": true,
|
|
29075
|
+
"docs": {
|
|
29076
|
+
"stability": "experimental"
|
|
29077
|
+
},
|
|
29078
|
+
"immutable": true,
|
|
29079
|
+
"locationInModule": {
|
|
29080
|
+
"filename": "src/github/workflows-model.ts",
|
|
29081
|
+
"line": 289
|
|
29082
|
+
},
|
|
29083
|
+
"name": "organizationPersonalAccessTokens",
|
|
29084
|
+
"optional": true,
|
|
29085
|
+
"type": {
|
|
29086
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
29087
|
+
}
|
|
29088
|
+
},
|
|
29089
|
+
{
|
|
29090
|
+
"abstract": true,
|
|
29091
|
+
"docs": {
|
|
29092
|
+
"stability": "experimental"
|
|
29093
|
+
},
|
|
29094
|
+
"immutable": true,
|
|
29095
|
+
"locationInModule": {
|
|
29096
|
+
"filename": "src/github/workflows-model.ts",
|
|
29097
|
+
"line": 290
|
|
28828
29098
|
},
|
|
28829
29099
|
"name": "organizationPlan",
|
|
28830
29100
|
"optional": true,
|
|
@@ -28840,7 +29110,7 @@
|
|
|
28840
29110
|
"immutable": true,
|
|
28841
29111
|
"locationInModule": {
|
|
28842
29112
|
"filename": "src/github/workflows-model.ts",
|
|
28843
|
-
"line":
|
|
29113
|
+
"line": 291
|
|
28844
29114
|
},
|
|
28845
29115
|
"name": "organizationProjects",
|
|
28846
29116
|
"optional": true,
|
|
@@ -28856,7 +29126,7 @@
|
|
|
28856
29126
|
"immutable": true,
|
|
28857
29127
|
"locationInModule": {
|
|
28858
29128
|
"filename": "src/github/workflows-model.ts",
|
|
28859
|
-
"line":
|
|
29129
|
+
"line": 292
|
|
28860
29130
|
},
|
|
28861
29131
|
"name": "organizationSecrets",
|
|
28862
29132
|
"optional": true,
|
|
@@ -28872,7 +29142,7 @@
|
|
|
28872
29142
|
"immutable": true,
|
|
28873
29143
|
"locationInModule": {
|
|
28874
29144
|
"filename": "src/github/workflows-model.ts",
|
|
28875
|
-
"line":
|
|
29145
|
+
"line": 293
|
|
28876
29146
|
},
|
|
28877
29147
|
"name": "organizationSelfHostedRunners",
|
|
28878
29148
|
"optional": true,
|
|
@@ -28888,7 +29158,7 @@
|
|
|
28888
29158
|
"immutable": true,
|
|
28889
29159
|
"locationInModule": {
|
|
28890
29160
|
"filename": "src/github/workflows-model.ts",
|
|
28891
|
-
"line":
|
|
29161
|
+
"line": 294
|
|
28892
29162
|
},
|
|
28893
29163
|
"name": "orgnaizationUserBlocking",
|
|
28894
29164
|
"optional": true,
|
|
@@ -28904,7 +29174,7 @@
|
|
|
28904
29174
|
"immutable": true,
|
|
28905
29175
|
"locationInModule": {
|
|
28906
29176
|
"filename": "src/github/workflows-model.ts",
|
|
28907
|
-
"line":
|
|
29177
|
+
"line": 295
|
|
28908
29178
|
},
|
|
28909
29179
|
"name": "packages",
|
|
28910
29180
|
"optional": true,
|
|
@@ -28920,7 +29190,7 @@
|
|
|
28920
29190
|
"immutable": true,
|
|
28921
29191
|
"locationInModule": {
|
|
28922
29192
|
"filename": "src/github/workflows-model.ts",
|
|
28923
|
-
"line":
|
|
29193
|
+
"line": 296
|
|
28924
29194
|
},
|
|
28925
29195
|
"name": "pages",
|
|
28926
29196
|
"optional": true,
|
|
@@ -28936,9 +29206,9 @@
|
|
|
28936
29206
|
"immutable": true,
|
|
28937
29207
|
"locationInModule": {
|
|
28938
29208
|
"filename": "src/github/workflows-model.ts",
|
|
28939
|
-
"line":
|
|
29209
|
+
"line": 297
|
|
28940
29210
|
},
|
|
28941
|
-
"name": "
|
|
29211
|
+
"name": "profile",
|
|
28942
29212
|
"optional": true,
|
|
28943
29213
|
"type": {
|
|
28944
29214
|
"fqn": "projen.github.workflows.AppPermission"
|
|
@@ -28952,7 +29222,24 @@
|
|
|
28952
29222
|
"immutable": true,
|
|
28953
29223
|
"locationInModule": {
|
|
28954
29224
|
"filename": "src/github/workflows-model.ts",
|
|
28955
|
-
"line":
|
|
29225
|
+
"line": 298
|
|
29226
|
+
},
|
|
29227
|
+
"name": "pullRequests",
|
|
29228
|
+
"optional": true,
|
|
29229
|
+
"type": {
|
|
29230
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
29231
|
+
}
|
|
29232
|
+
},
|
|
29233
|
+
{
|
|
29234
|
+
"abstract": true,
|
|
29235
|
+
"docs": {
|
|
29236
|
+
"deprecated": "removed by GitHub",
|
|
29237
|
+
"stability": "deprecated"
|
|
29238
|
+
},
|
|
29239
|
+
"immutable": true,
|
|
29240
|
+
"locationInModule": {
|
|
29241
|
+
"filename": "src/github/workflows-model.ts",
|
|
29242
|
+
"line": 302
|
|
28956
29243
|
},
|
|
28957
29244
|
"name": "repositoryAnnouncementBanners",
|
|
28958
29245
|
"optional": true,
|
|
@@ -28968,7 +29255,23 @@
|
|
|
28968
29255
|
"immutable": true,
|
|
28969
29256
|
"locationInModule": {
|
|
28970
29257
|
"filename": "src/github/workflows-model.ts",
|
|
28971
|
-
"line":
|
|
29258
|
+
"line": 303
|
|
29259
|
+
},
|
|
29260
|
+
"name": "repositoryCustomProperties",
|
|
29261
|
+
"optional": true,
|
|
29262
|
+
"type": {
|
|
29263
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
29264
|
+
}
|
|
29265
|
+
},
|
|
29266
|
+
{
|
|
29267
|
+
"abstract": true,
|
|
29268
|
+
"docs": {
|
|
29269
|
+
"stability": "experimental"
|
|
29270
|
+
},
|
|
29271
|
+
"immutable": true,
|
|
29272
|
+
"locationInModule": {
|
|
29273
|
+
"filename": "src/github/workflows-model.ts",
|
|
29274
|
+
"line": 304
|
|
28972
29275
|
},
|
|
28973
29276
|
"name": "repositoryHooks",
|
|
28974
29277
|
"optional": true,
|
|
@@ -28984,9 +29287,9 @@
|
|
|
28984
29287
|
"immutable": true,
|
|
28985
29288
|
"locationInModule": {
|
|
28986
29289
|
"filename": "src/github/workflows-model.ts",
|
|
28987
|
-
"line":
|
|
29290
|
+
"line": 305
|
|
28988
29291
|
},
|
|
28989
|
-
"name": "
|
|
29292
|
+
"name": "repositoryProjects",
|
|
28990
29293
|
"optional": true,
|
|
28991
29294
|
"type": {
|
|
28992
29295
|
"fqn": "projen.github.workflows.AppPermission"
|
|
@@ -29000,7 +29303,7 @@
|
|
|
29000
29303
|
"immutable": true,
|
|
29001
29304
|
"locationInModule": {
|
|
29002
29305
|
"filename": "src/github/workflows-model.ts",
|
|
29003
|
-
"line":
|
|
29306
|
+
"line": 307
|
|
29004
29307
|
},
|
|
29005
29308
|
"name": "secrets",
|
|
29006
29309
|
"optional": true,
|
|
@@ -29016,7 +29319,7 @@
|
|
|
29016
29319
|
"immutable": true,
|
|
29017
29320
|
"locationInModule": {
|
|
29018
29321
|
"filename": "src/github/workflows-model.ts",
|
|
29019
|
-
"line":
|
|
29322
|
+
"line": 306
|
|
29020
29323
|
},
|
|
29021
29324
|
"name": "secretScanningAlerts",
|
|
29022
29325
|
"optional": true,
|
|
@@ -29032,7 +29335,7 @@
|
|
|
29032
29335
|
"immutable": true,
|
|
29033
29336
|
"locationInModule": {
|
|
29034
29337
|
"filename": "src/github/workflows-model.ts",
|
|
29035
|
-
"line":
|
|
29338
|
+
"line": 308
|
|
29036
29339
|
},
|
|
29037
29340
|
"name": "securityEvents",
|
|
29038
29341
|
"optional": true,
|
|
@@ -29048,7 +29351,7 @@
|
|
|
29048
29351
|
"immutable": true,
|
|
29049
29352
|
"locationInModule": {
|
|
29050
29353
|
"filename": "src/github/workflows-model.ts",
|
|
29051
|
-
"line":
|
|
29354
|
+
"line": 309
|
|
29052
29355
|
},
|
|
29053
29356
|
"name": "singleFile",
|
|
29054
29357
|
"optional": true,
|
|
@@ -29064,7 +29367,23 @@
|
|
|
29064
29367
|
"immutable": true,
|
|
29065
29368
|
"locationInModule": {
|
|
29066
29369
|
"filename": "src/github/workflows-model.ts",
|
|
29067
|
-
"line":
|
|
29370
|
+
"line": 310
|
|
29371
|
+
},
|
|
29372
|
+
"name": "starring",
|
|
29373
|
+
"optional": true,
|
|
29374
|
+
"type": {
|
|
29375
|
+
"fqn": "projen.github.workflows.AppPermission"
|
|
29376
|
+
}
|
|
29377
|
+
},
|
|
29378
|
+
{
|
|
29379
|
+
"abstract": true,
|
|
29380
|
+
"docs": {
|
|
29381
|
+
"stability": "experimental"
|
|
29382
|
+
},
|
|
29383
|
+
"immutable": true,
|
|
29384
|
+
"locationInModule": {
|
|
29385
|
+
"filename": "src/github/workflows-model.ts",
|
|
29386
|
+
"line": 311
|
|
29068
29387
|
},
|
|
29069
29388
|
"name": "statuses",
|
|
29070
29389
|
"optional": true,
|
|
@@ -29080,7 +29399,7 @@
|
|
|
29080
29399
|
"immutable": true,
|
|
29081
29400
|
"locationInModule": {
|
|
29082
29401
|
"filename": "src/github/workflows-model.ts",
|
|
29083
|
-
"line":
|
|
29402
|
+
"line": 312
|
|
29084
29403
|
},
|
|
29085
29404
|
"name": "teamDiscussions",
|
|
29086
29405
|
"optional": true,
|
|
@@ -29096,7 +29415,7 @@
|
|
|
29096
29415
|
"immutable": true,
|
|
29097
29416
|
"locationInModule": {
|
|
29098
29417
|
"filename": "src/github/workflows-model.ts",
|
|
29099
|
-
"line":
|
|
29418
|
+
"line": 313
|
|
29100
29419
|
},
|
|
29101
29420
|
"name": "vulnerabilityAlerts",
|
|
29102
29421
|
"optional": true,
|
|
@@ -29112,7 +29431,7 @@
|
|
|
29112
29431
|
"immutable": true,
|
|
29113
29432
|
"locationInModule": {
|
|
29114
29433
|
"filename": "src/github/workflows-model.ts",
|
|
29115
|
-
"line":
|
|
29434
|
+
"line": 314
|
|
29116
29435
|
},
|
|
29117
29436
|
"name": "workflows",
|
|
29118
29437
|
"optional": true,
|
|
@@ -29134,7 +29453,7 @@
|
|
|
29134
29453
|
"kind": "interface",
|
|
29135
29454
|
"locationInModule": {
|
|
29136
29455
|
"filename": "src/github/workflows-model.ts",
|
|
29137
|
-
"line":
|
|
29456
|
+
"line": 867
|
|
29138
29457
|
},
|
|
29139
29458
|
"name": "BranchProtectionRuleOptions",
|
|
29140
29459
|
"namespace": "github.workflows",
|
|
@@ -29151,7 +29470,7 @@
|
|
|
29151
29470
|
"immutable": true,
|
|
29152
29471
|
"locationInModule": {
|
|
29153
29472
|
"filename": "src/github/workflows-model.ts",
|
|
29154
|
-
"line":
|
|
29473
|
+
"line": 873
|
|
29155
29474
|
},
|
|
29156
29475
|
"name": "types",
|
|
29157
29476
|
"optional": true,
|
|
@@ -29178,7 +29497,7 @@
|
|
|
29178
29497
|
"kind": "interface",
|
|
29179
29498
|
"locationInModule": {
|
|
29180
29499
|
"filename": "src/github/workflows-model.ts",
|
|
29181
|
-
"line":
|
|
29500
|
+
"line": 879
|
|
29182
29501
|
},
|
|
29183
29502
|
"name": "CheckRunOptions",
|
|
29184
29503
|
"namespace": "github.workflows",
|
|
@@ -29195,7 +29514,7 @@
|
|
|
29195
29514
|
"immutable": true,
|
|
29196
29515
|
"locationInModule": {
|
|
29197
29516
|
"filename": "src/github/workflows-model.ts",
|
|
29198
|
-
"line":
|
|
29517
|
+
"line": 885
|
|
29199
29518
|
},
|
|
29200
29519
|
"name": "types",
|
|
29201
29520
|
"optional": true,
|
|
@@ -29222,7 +29541,7 @@
|
|
|
29222
29541
|
"kind": "interface",
|
|
29223
29542
|
"locationInModule": {
|
|
29224
29543
|
"filename": "src/github/workflows-model.ts",
|
|
29225
|
-
"line":
|
|
29544
|
+
"line": 893
|
|
29226
29545
|
},
|
|
29227
29546
|
"name": "CheckSuiteOptions",
|
|
29228
29547
|
"namespace": "github.workflows",
|
|
@@ -29239,7 +29558,7 @@
|
|
|
29239
29558
|
"immutable": true,
|
|
29240
29559
|
"locationInModule": {
|
|
29241
29560
|
"filename": "src/github/workflows-model.ts",
|
|
29242
|
-
"line":
|
|
29561
|
+
"line": 899
|
|
29243
29562
|
},
|
|
29244
29563
|
"name": "types",
|
|
29245
29564
|
"optional": true,
|
|
@@ -29396,7 +29715,7 @@
|
|
|
29396
29715
|
"kind": "interface",
|
|
29397
29716
|
"locationInModule": {
|
|
29398
29717
|
"filename": "src/github/workflows-model.ts",
|
|
29399
|
-
"line":
|
|
29718
|
+
"line": 596
|
|
29400
29719
|
},
|
|
29401
29720
|
"name": "ContainerCredentials",
|
|
29402
29721
|
"namespace": "github.workflows",
|
|
@@ -29410,7 +29729,7 @@
|
|
|
29410
29729
|
"immutable": true,
|
|
29411
29730
|
"locationInModule": {
|
|
29412
29731
|
"filename": "src/github/workflows-model.ts",
|
|
29413
|
-
"line":
|
|
29732
|
+
"line": 601
|
|
29414
29733
|
},
|
|
29415
29734
|
"name": "password",
|
|
29416
29735
|
"type": {
|
|
@@ -29426,7 +29745,7 @@
|
|
|
29426
29745
|
"immutable": true,
|
|
29427
29746
|
"locationInModule": {
|
|
29428
29747
|
"filename": "src/github/workflows-model.ts",
|
|
29429
|
-
"line":
|
|
29748
|
+
"line": 598
|
|
29430
29749
|
},
|
|
29431
29750
|
"name": "username",
|
|
29432
29751
|
"type": {
|
|
@@ -29447,7 +29766,7 @@
|
|
|
29447
29766
|
"kind": "interface",
|
|
29448
29767
|
"locationInModule": {
|
|
29449
29768
|
"filename": "src/github/workflows-model.ts",
|
|
29450
|
-
"line":
|
|
29769
|
+
"line": 549
|
|
29451
29770
|
},
|
|
29452
29771
|
"name": "ContainerOptions",
|
|
29453
29772
|
"namespace": "github.workflows",
|
|
@@ -29462,7 +29781,7 @@
|
|
|
29462
29781
|
"immutable": true,
|
|
29463
29782
|
"locationInModule": {
|
|
29464
29783
|
"filename": "src/github/workflows-model.ts",
|
|
29465
|
-
"line":
|
|
29784
|
+
"line": 554
|
|
29466
29785
|
},
|
|
29467
29786
|
"name": "image",
|
|
29468
29787
|
"type": {
|
|
@@ -29479,7 +29798,7 @@
|
|
|
29479
29798
|
"immutable": true,
|
|
29480
29799
|
"locationInModule": {
|
|
29481
29800
|
"filename": "src/github/workflows-model.ts",
|
|
29482
|
-
"line":
|
|
29801
|
+
"line": 562
|
|
29483
29802
|
},
|
|
29484
29803
|
"name": "credentials",
|
|
29485
29804
|
"optional": true,
|
|
@@ -29496,7 +29815,7 @@
|
|
|
29496
29815
|
"immutable": true,
|
|
29497
29816
|
"locationInModule": {
|
|
29498
29817
|
"filename": "src/github/workflows-model.ts",
|
|
29499
|
-
"line":
|
|
29818
|
+
"line": 567
|
|
29500
29819
|
},
|
|
29501
29820
|
"name": "env",
|
|
29502
29821
|
"optional": true,
|
|
@@ -29519,7 +29838,7 @@
|
|
|
29519
29838
|
"immutable": true,
|
|
29520
29839
|
"locationInModule": {
|
|
29521
29840
|
"filename": "src/github/workflows-model.ts",
|
|
29522
|
-
"line":
|
|
29841
|
+
"line": 590
|
|
29523
29842
|
},
|
|
29524
29843
|
"name": "options",
|
|
29525
29844
|
"optional": true,
|
|
@@ -29541,7 +29860,7 @@
|
|
|
29541
29860
|
"immutable": true,
|
|
29542
29861
|
"locationInModule": {
|
|
29543
29862
|
"filename": "src/github/workflows-model.ts",
|
|
29544
|
-
"line":
|
|
29863
|
+
"line": 572
|
|
29545
29864
|
},
|
|
29546
29865
|
"name": "ports",
|
|
29547
29866
|
"optional": true,
|
|
@@ -29564,7 +29883,7 @@
|
|
|
29564
29883
|
"immutable": true,
|
|
29565
29884
|
"locationInModule": {
|
|
29566
29885
|
"filename": "src/github/workflows-model.ts",
|
|
29567
|
-
"line":
|
|
29886
|
+
"line": 583
|
|
29568
29887
|
},
|
|
29569
29888
|
"name": "volumes",
|
|
29570
29889
|
"optional": true,
|
|
@@ -29591,7 +29910,7 @@
|
|
|
29591
29910
|
"kind": "interface",
|
|
29592
29911
|
"locationInModule": {
|
|
29593
29912
|
"filename": "src/github/workflows-model.ts",
|
|
29594
|
-
"line":
|
|
29913
|
+
"line": 1257
|
|
29595
29914
|
},
|
|
29596
29915
|
"name": "CreateOptions",
|
|
29597
29916
|
"namespace": "github.workflows",
|
|
@@ -29608,7 +29927,7 @@
|
|
|
29608
29927
|
"kind": "interface",
|
|
29609
29928
|
"locationInModule": {
|
|
29610
29929
|
"filename": "src/github/workflows-model.ts",
|
|
29611
|
-
"line":
|
|
29930
|
+
"line": 845
|
|
29612
29931
|
},
|
|
29613
29932
|
"name": "CronScheduleOptions",
|
|
29614
29933
|
"namespace": "github.workflows",
|
|
@@ -29622,7 +29941,7 @@
|
|
|
29622
29941
|
"immutable": true,
|
|
29623
29942
|
"locationInModule": {
|
|
29624
29943
|
"filename": "src/github/workflows-model.ts",
|
|
29625
|
-
"line":
|
|
29944
|
+
"line": 849
|
|
29626
29945
|
},
|
|
29627
29946
|
"name": "cron",
|
|
29628
29947
|
"type": {
|
|
@@ -29643,7 +29962,7 @@
|
|
|
29643
29962
|
"kind": "interface",
|
|
29644
29963
|
"locationInModule": {
|
|
29645
29964
|
"filename": "src/github/workflows-model.ts",
|
|
29646
|
-
"line":
|
|
29965
|
+
"line": 1262
|
|
29647
29966
|
},
|
|
29648
29967
|
"name": "DeleteOptions",
|
|
29649
29968
|
"namespace": "github.workflows",
|
|
@@ -29660,7 +29979,7 @@
|
|
|
29660
29979
|
"kind": "interface",
|
|
29661
29980
|
"locationInModule": {
|
|
29662
29981
|
"filename": "src/github/workflows-model.ts",
|
|
29663
|
-
"line":
|
|
29982
|
+
"line": 1267
|
|
29664
29983
|
},
|
|
29665
29984
|
"name": "DeploymentOptions",
|
|
29666
29985
|
"namespace": "github.workflows",
|
|
@@ -29677,7 +29996,7 @@
|
|
|
29677
29996
|
"kind": "interface",
|
|
29678
29997
|
"locationInModule": {
|
|
29679
29998
|
"filename": "src/github/workflows-model.ts",
|
|
29680
|
-
"line":
|
|
29999
|
+
"line": 1272
|
|
29681
30000
|
},
|
|
29682
30001
|
"name": "DeploymentStatusOptions",
|
|
29683
30002
|
"namespace": "github.workflows",
|
|
@@ -29694,7 +30013,7 @@
|
|
|
29694
30013
|
"kind": "interface",
|
|
29695
30014
|
"locationInModule": {
|
|
29696
30015
|
"filename": "src/github/workflows-model.ts",
|
|
29697
|
-
"line":
|
|
30016
|
+
"line": 930
|
|
29698
30017
|
},
|
|
29699
30018
|
"name": "DiscussionCommentOptions",
|
|
29700
30019
|
"namespace": "github.workflows",
|
|
@@ -29711,7 +30030,7 @@
|
|
|
29711
30030
|
"immutable": true,
|
|
29712
30031
|
"locationInModule": {
|
|
29713
30032
|
"filename": "src/github/workflows-model.ts",
|
|
29714
|
-
"line":
|
|
30033
|
+
"line": 936
|
|
29715
30034
|
},
|
|
29716
30035
|
"name": "types",
|
|
29717
30036
|
"optional": true,
|
|
@@ -29738,7 +30057,7 @@
|
|
|
29738
30057
|
"kind": "interface",
|
|
29739
30058
|
"locationInModule": {
|
|
29740
30059
|
"filename": "src/github/workflows-model.ts",
|
|
29741
|
-
"line":
|
|
30060
|
+
"line": 905
|
|
29742
30061
|
},
|
|
29743
30062
|
"name": "DiscussionOptions",
|
|
29744
30063
|
"namespace": "github.workflows",
|
|
@@ -29755,7 +30074,7 @@
|
|
|
29755
30074
|
"immutable": true,
|
|
29756
30075
|
"locationInModule": {
|
|
29757
30076
|
"filename": "src/github/workflows-model.ts",
|
|
29758
|
-
"line":
|
|
30077
|
+
"line": 911
|
|
29759
30078
|
},
|
|
29760
30079
|
"name": "types",
|
|
29761
30080
|
"optional": true,
|
|
@@ -29782,7 +30101,7 @@
|
|
|
29782
30101
|
"kind": "interface",
|
|
29783
30102
|
"locationInModule": {
|
|
29784
30103
|
"filename": "src/github/workflows-model.ts",
|
|
29785
|
-
"line":
|
|
30104
|
+
"line": 1277
|
|
29786
30105
|
},
|
|
29787
30106
|
"name": "ForkOptions",
|
|
29788
30107
|
"namespace": "github.workflows",
|
|
@@ -29799,7 +30118,7 @@
|
|
|
29799
30118
|
"kind": "interface",
|
|
29800
30119
|
"locationInModule": {
|
|
29801
30120
|
"filename": "src/github/workflows-model.ts",
|
|
29802
|
-
"line":
|
|
30121
|
+
"line": 1282
|
|
29803
30122
|
},
|
|
29804
30123
|
"name": "GollumOptions",
|
|
29805
30124
|
"namespace": "github.workflows",
|
|
@@ -29816,7 +30135,7 @@
|
|
|
29816
30135
|
"kind": "interface",
|
|
29817
30136
|
"locationInModule": {
|
|
29818
30137
|
"filename": "src/github/workflows-model.ts",
|
|
29819
|
-
"line":
|
|
30138
|
+
"line": 942
|
|
29820
30139
|
},
|
|
29821
30140
|
"name": "IssueCommentOptions",
|
|
29822
30141
|
"namespace": "github.workflows",
|
|
@@ -29833,7 +30152,7 @@
|
|
|
29833
30152
|
"immutable": true,
|
|
29834
30153
|
"locationInModule": {
|
|
29835
30154
|
"filename": "src/github/workflows-model.ts",
|
|
29836
|
-
"line":
|
|
30155
|
+
"line": 948
|
|
29837
30156
|
},
|
|
29838
30157
|
"name": "types",
|
|
29839
30158
|
"optional": true,
|
|
@@ -29860,7 +30179,7 @@
|
|
|
29860
30179
|
"kind": "interface",
|
|
29861
30180
|
"locationInModule": {
|
|
29862
30181
|
"filename": "src/github/workflows-model.ts",
|
|
29863
|
-
"line":
|
|
30182
|
+
"line": 954
|
|
29864
30183
|
},
|
|
29865
30184
|
"name": "IssuesOptions",
|
|
29866
30185
|
"namespace": "github.workflows",
|
|
@@ -29877,7 +30196,7 @@
|
|
|
29877
30196
|
"immutable": true,
|
|
29878
30197
|
"locationInModule": {
|
|
29879
30198
|
"filename": "src/github/workflows-model.ts",
|
|
29880
|
-
"line":
|
|
30199
|
+
"line": 960
|
|
29881
30200
|
},
|
|
29882
30201
|
"name": "types",
|
|
29883
30202
|
"optional": true,
|
|
@@ -30273,7 +30592,7 @@
|
|
|
30273
30592
|
"kind": "interface",
|
|
30274
30593
|
"locationInModule": {
|
|
30275
30594
|
"filename": "src/github/workflows-model.ts",
|
|
30276
|
-
"line":
|
|
30595
|
+
"line": 365
|
|
30277
30596
|
},
|
|
30278
30597
|
"name": "JobDefaults",
|
|
30279
30598
|
"namespace": "github.workflows",
|
|
@@ -30287,7 +30606,7 @@
|
|
|
30287
30606
|
"immutable": true,
|
|
30288
30607
|
"locationInModule": {
|
|
30289
30608
|
"filename": "src/github/workflows-model.ts",
|
|
30290
|
-
"line":
|
|
30609
|
+
"line": 367
|
|
30291
30610
|
},
|
|
30292
30611
|
"name": "run",
|
|
30293
30612
|
"optional": true,
|
|
@@ -30309,7 +30628,7 @@
|
|
|
30309
30628
|
"kind": "interface",
|
|
30310
30629
|
"locationInModule": {
|
|
30311
30630
|
"filename": "src/github/workflows-model.ts",
|
|
30312
|
-
"line":
|
|
30631
|
+
"line": 519
|
|
30313
30632
|
},
|
|
30314
30633
|
"name": "JobMatrix",
|
|
30315
30634
|
"namespace": "github.workflows",
|
|
@@ -30324,7 +30643,7 @@
|
|
|
30324
30643
|
"immutable": true,
|
|
30325
30644
|
"locationInModule": {
|
|
30326
30645
|
"filename": "src/github/workflows-model.ts",
|
|
30327
|
-
"line":
|
|
30646
|
+
"line": 528
|
|
30328
30647
|
},
|
|
30329
30648
|
"name": "domain",
|
|
30330
30649
|
"optional": true,
|
|
@@ -30373,7 +30692,7 @@
|
|
|
30373
30692
|
"immutable": true,
|
|
30374
30693
|
"locationInModule": {
|
|
30375
30694
|
"filename": "src/github/workflows-model.ts",
|
|
30376
|
-
"line":
|
|
30695
|
+
"line": 543
|
|
30377
30696
|
},
|
|
30378
30697
|
"name": "exclude",
|
|
30379
30698
|
"optional": true,
|
|
@@ -30413,7 +30732,7 @@
|
|
|
30413
30732
|
"immutable": true,
|
|
30414
30733
|
"locationInModule": {
|
|
30415
30734
|
"filename": "src/github/workflows-model.ts",
|
|
30416
|
-
"line":
|
|
30735
|
+
"line": 536
|
|
30417
30736
|
},
|
|
30418
30737
|
"name": "include",
|
|
30419
30738
|
"optional": true,
|
|
@@ -30456,7 +30775,7 @@
|
|
|
30456
30775
|
"kind": "enum",
|
|
30457
30776
|
"locationInModule": {
|
|
30458
30777
|
"filename": "src/github/workflows-model.ts",
|
|
30459
|
-
"line":
|
|
30778
|
+
"line": 320
|
|
30460
30779
|
},
|
|
30461
30780
|
"members": [
|
|
30462
30781
|
{
|
|
@@ -30490,6 +30809,7 @@
|
|
|
30490
30809
|
"datatype": true,
|
|
30491
30810
|
"docs": {
|
|
30492
30811
|
"remarks": "If you\nspecify the access for any of these scopes, all those that are not\nspecified are set to `JobPermission.NONE`, instead of the default behavior\nwhen none is specified.",
|
|
30812
|
+
"see": "https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token#defining-access-for-the-github_token-permissions",
|
|
30493
30813
|
"stability": "experimental",
|
|
30494
30814
|
"summary": "The available scopes and access values for workflow permissions."
|
|
30495
30815
|
},
|
|
@@ -30497,7 +30817,7 @@
|
|
|
30497
30817
|
"kind": "interface",
|
|
30498
30818
|
"locationInModule": {
|
|
30499
30819
|
"filename": "src/github/workflows-model.ts",
|
|
30500
|
-
"line":
|
|
30820
|
+
"line": 230
|
|
30501
30821
|
},
|
|
30502
30822
|
"name": "JobPermissions",
|
|
30503
30823
|
"namespace": "github.workflows",
|
|
@@ -30510,7 +30830,7 @@
|
|
|
30510
30830
|
"immutable": true,
|
|
30511
30831
|
"locationInModule": {
|
|
30512
30832
|
"filename": "src/github/workflows-model.ts",
|
|
30513
|
-
"line":
|
|
30833
|
+
"line": 231
|
|
30514
30834
|
},
|
|
30515
30835
|
"name": "actions",
|
|
30516
30836
|
"optional": true,
|
|
@@ -30526,7 +30846,23 @@
|
|
|
30526
30846
|
"immutable": true,
|
|
30527
30847
|
"locationInModule": {
|
|
30528
30848
|
"filename": "src/github/workflows-model.ts",
|
|
30529
|
-
"line":
|
|
30849
|
+
"line": 232
|
|
30850
|
+
},
|
|
30851
|
+
"name": "attestations",
|
|
30852
|
+
"optional": true,
|
|
30853
|
+
"type": {
|
|
30854
|
+
"fqn": "projen.github.workflows.JobPermission"
|
|
30855
|
+
}
|
|
30856
|
+
},
|
|
30857
|
+
{
|
|
30858
|
+
"abstract": true,
|
|
30859
|
+
"docs": {
|
|
30860
|
+
"stability": "experimental"
|
|
30861
|
+
},
|
|
30862
|
+
"immutable": true,
|
|
30863
|
+
"locationInModule": {
|
|
30864
|
+
"filename": "src/github/workflows-model.ts",
|
|
30865
|
+
"line": 233
|
|
30530
30866
|
},
|
|
30531
30867
|
"name": "checks",
|
|
30532
30868
|
"optional": true,
|
|
@@ -30542,7 +30878,7 @@
|
|
|
30542
30878
|
"immutable": true,
|
|
30543
30879
|
"locationInModule": {
|
|
30544
30880
|
"filename": "src/github/workflows-model.ts",
|
|
30545
|
-
"line":
|
|
30881
|
+
"line": 234
|
|
30546
30882
|
},
|
|
30547
30883
|
"name": "contents",
|
|
30548
30884
|
"optional": true,
|
|
@@ -30558,7 +30894,7 @@
|
|
|
30558
30894
|
"immutable": true,
|
|
30559
30895
|
"locationInModule": {
|
|
30560
30896
|
"filename": "src/github/workflows-model.ts",
|
|
30561
|
-
"line":
|
|
30897
|
+
"line": 235
|
|
30562
30898
|
},
|
|
30563
30899
|
"name": "deployments",
|
|
30564
30900
|
"optional": true,
|
|
@@ -30574,7 +30910,7 @@
|
|
|
30574
30910
|
"immutable": true,
|
|
30575
30911
|
"locationInModule": {
|
|
30576
30912
|
"filename": "src/github/workflows-model.ts",
|
|
30577
|
-
"line":
|
|
30913
|
+
"line": 239
|
|
30578
30914
|
},
|
|
30579
30915
|
"name": "discussions",
|
|
30580
30916
|
"optional": true,
|
|
@@ -30590,7 +30926,7 @@
|
|
|
30590
30926
|
"immutable": true,
|
|
30591
30927
|
"locationInModule": {
|
|
30592
30928
|
"filename": "src/github/workflows-model.ts",
|
|
30593
|
-
"line":
|
|
30929
|
+
"line": 236
|
|
30594
30930
|
},
|
|
30595
30931
|
"name": "idToken",
|
|
30596
30932
|
"optional": true,
|
|
@@ -30606,7 +30942,7 @@
|
|
|
30606
30942
|
"immutable": true,
|
|
30607
30943
|
"locationInModule": {
|
|
30608
30944
|
"filename": "src/github/workflows-model.ts",
|
|
30609
|
-
"line":
|
|
30945
|
+
"line": 237
|
|
30610
30946
|
},
|
|
30611
30947
|
"name": "issues",
|
|
30612
30948
|
"optional": true,
|
|
@@ -30622,7 +30958,23 @@
|
|
|
30622
30958
|
"immutable": true,
|
|
30623
30959
|
"locationInModule": {
|
|
30624
30960
|
"filename": "src/github/workflows-model.ts",
|
|
30625
|
-
"line":
|
|
30961
|
+
"line": 238
|
|
30962
|
+
},
|
|
30963
|
+
"name": "models",
|
|
30964
|
+
"optional": true,
|
|
30965
|
+
"type": {
|
|
30966
|
+
"fqn": "projen.github.workflows.JobPermission"
|
|
30967
|
+
}
|
|
30968
|
+
},
|
|
30969
|
+
{
|
|
30970
|
+
"abstract": true,
|
|
30971
|
+
"docs": {
|
|
30972
|
+
"stability": "experimental"
|
|
30973
|
+
},
|
|
30974
|
+
"immutable": true,
|
|
30975
|
+
"locationInModule": {
|
|
30976
|
+
"filename": "src/github/workflows-model.ts",
|
|
30977
|
+
"line": 240
|
|
30626
30978
|
},
|
|
30627
30979
|
"name": "packages",
|
|
30628
30980
|
"optional": true,
|
|
@@ -30638,7 +30990,7 @@
|
|
|
30638
30990
|
"immutable": true,
|
|
30639
30991
|
"locationInModule": {
|
|
30640
30992
|
"filename": "src/github/workflows-model.ts",
|
|
30641
|
-
"line":
|
|
30993
|
+
"line": 241
|
|
30642
30994
|
},
|
|
30643
30995
|
"name": "pages",
|
|
30644
30996
|
"optional": true,
|
|
@@ -30654,7 +31006,7 @@
|
|
|
30654
31006
|
"immutable": true,
|
|
30655
31007
|
"locationInModule": {
|
|
30656
31008
|
"filename": "src/github/workflows-model.ts",
|
|
30657
|
-
"line":
|
|
31009
|
+
"line": 242
|
|
30658
31010
|
},
|
|
30659
31011
|
"name": "pullRequests",
|
|
30660
31012
|
"optional": true,
|
|
@@ -30665,12 +31017,13 @@
|
|
|
30665
31017
|
{
|
|
30666
31018
|
"abstract": true,
|
|
30667
31019
|
"docs": {
|
|
30668
|
-
"
|
|
31020
|
+
"deprecated": "removed by GitHub",
|
|
31021
|
+
"stability": "deprecated"
|
|
30669
31022
|
},
|
|
30670
31023
|
"immutable": true,
|
|
30671
31024
|
"locationInModule": {
|
|
30672
31025
|
"filename": "src/github/workflows-model.ts",
|
|
30673
|
-
"line":
|
|
31026
|
+
"line": 246
|
|
30674
31027
|
},
|
|
30675
31028
|
"name": "repositoryProjects",
|
|
30676
31029
|
"optional": true,
|
|
@@ -30686,7 +31039,7 @@
|
|
|
30686
31039
|
"immutable": true,
|
|
30687
31040
|
"locationInModule": {
|
|
30688
31041
|
"filename": "src/github/workflows-model.ts",
|
|
30689
|
-
"line":
|
|
31042
|
+
"line": 247
|
|
30690
31043
|
},
|
|
30691
31044
|
"name": "securityEvents",
|
|
30692
31045
|
"optional": true,
|
|
@@ -30702,7 +31055,7 @@
|
|
|
30702
31055
|
"immutable": true,
|
|
30703
31056
|
"locationInModule": {
|
|
30704
31057
|
"filename": "src/github/workflows-model.ts",
|
|
30705
|
-
"line":
|
|
31058
|
+
"line": 248
|
|
30706
31059
|
},
|
|
30707
31060
|
"name": "statuses",
|
|
30708
31061
|
"optional": true,
|
|
@@ -30729,7 +31082,7 @@
|
|
|
30729
31082
|
"kind": "interface",
|
|
30730
31083
|
"locationInModule": {
|
|
30731
31084
|
"filename": "src/github/workflows-model.ts",
|
|
30732
|
-
"line":
|
|
31085
|
+
"line": 479
|
|
30733
31086
|
},
|
|
30734
31087
|
"name": "JobStep",
|
|
30735
31088
|
"namespace": "github.workflows",
|
|
@@ -30749,7 +31102,7 @@
|
|
|
30749
31102
|
"kind": "interface",
|
|
30750
31103
|
"locationInModule": {
|
|
30751
31104
|
"filename": "src/github/workflows-model.ts",
|
|
30752
|
-
"line":
|
|
31105
|
+
"line": 461
|
|
30753
31106
|
},
|
|
30754
31107
|
"name": "JobStepConfiguration",
|
|
30755
31108
|
"namespace": "github.workflows",
|
|
@@ -30764,7 +31117,7 @@
|
|
|
30764
31117
|
"immutable": true,
|
|
30765
31118
|
"locationInModule": {
|
|
30766
31119
|
"filename": "src/github/workflows-model.ts",
|
|
30767
|
-
"line":
|
|
31120
|
+
"line": 466
|
|
30768
31121
|
},
|
|
30769
31122
|
"name": "continueOnError",
|
|
30770
31123
|
"optional": true,
|
|
@@ -30781,7 +31134,7 @@
|
|
|
30781
31134
|
"immutable": true,
|
|
30782
31135
|
"locationInModule": {
|
|
30783
31136
|
"filename": "src/github/workflows-model.ts",
|
|
30784
|
-
"line":
|
|
31137
|
+
"line": 471
|
|
30785
31138
|
},
|
|
30786
31139
|
"name": "timeoutMinutes",
|
|
30787
31140
|
"optional": true,
|
|
@@ -30803,7 +31156,7 @@
|
|
|
30803
31156
|
"kind": "interface",
|
|
30804
31157
|
"locationInModule": {
|
|
30805
31158
|
"filename": "src/github/workflows-model.ts",
|
|
30806
|
-
"line":
|
|
31159
|
+
"line": 350
|
|
30807
31160
|
},
|
|
30808
31161
|
"name": "JobStepOutput",
|
|
30809
31162
|
"namespace": "github.workflows",
|
|
@@ -30817,7 +31170,7 @@
|
|
|
30817
31170
|
"immutable": true,
|
|
30818
31171
|
"locationInModule": {
|
|
30819
31172
|
"filename": "src/github/workflows-model.ts",
|
|
30820
|
-
"line":
|
|
31173
|
+
"line": 359
|
|
30821
31174
|
},
|
|
30822
31175
|
"name": "outputName",
|
|
30823
31176
|
"type": {
|
|
@@ -30833,7 +31186,7 @@
|
|
|
30833
31186
|
"immutable": true,
|
|
30834
31187
|
"locationInModule": {
|
|
30835
31188
|
"filename": "src/github/workflows-model.ts",
|
|
30836
|
-
"line":
|
|
31189
|
+
"line": 354
|
|
30837
31190
|
},
|
|
30838
31191
|
"name": "stepId",
|
|
30839
31192
|
"type": {
|
|
@@ -30855,7 +31208,7 @@
|
|
|
30855
31208
|
"kind": "interface",
|
|
30856
31209
|
"locationInModule": {
|
|
30857
31210
|
"filename": "src/github/workflows-model.ts",
|
|
30858
|
-
"line":
|
|
31211
|
+
"line": 485
|
|
30859
31212
|
},
|
|
30860
31213
|
"name": "JobStrategy",
|
|
30861
31214
|
"namespace": "github.workflows",
|
|
@@ -30870,7 +31223,7 @@
|
|
|
30870
31223
|
"immutable": true,
|
|
30871
31224
|
"locationInModule": {
|
|
30872
31225
|
"filename": "src/github/workflows-model.ts",
|
|
30873
|
-
"line":
|
|
31226
|
+
"line": 503
|
|
30874
31227
|
},
|
|
30875
31228
|
"name": "failFast",
|
|
30876
31229
|
"optional": true,
|
|
@@ -30888,7 +31241,7 @@
|
|
|
30888
31241
|
"immutable": true,
|
|
30889
31242
|
"locationInModule": {
|
|
30890
31243
|
"filename": "src/github/workflows-model.ts",
|
|
30891
|
-
"line":
|
|
31244
|
+
"line": 497
|
|
30892
31245
|
},
|
|
30893
31246
|
"name": "matrix",
|
|
30894
31247
|
"optional": true,
|
|
@@ -30906,7 +31259,7 @@
|
|
|
30906
31259
|
"immutable": true,
|
|
30907
31260
|
"locationInModule": {
|
|
30908
31261
|
"filename": "src/github/workflows-model.ts",
|
|
30909
|
-
"line":
|
|
31262
|
+
"line": 511
|
|
30910
31263
|
},
|
|
30911
31264
|
"name": "maxParallel",
|
|
30912
31265
|
"optional": true,
|
|
@@ -30928,7 +31281,7 @@
|
|
|
30928
31281
|
"kind": "interface",
|
|
30929
31282
|
"locationInModule": {
|
|
30930
31283
|
"filename": "src/github/workflows-model.ts",
|
|
30931
|
-
"line":
|
|
31284
|
+
"line": 983
|
|
30932
31285
|
},
|
|
30933
31286
|
"name": "LabelOptions",
|
|
30934
31287
|
"namespace": "github.workflows",
|
|
@@ -30945,7 +31298,7 @@
|
|
|
30945
31298
|
"immutable": true,
|
|
30946
31299
|
"locationInModule": {
|
|
30947
31300
|
"filename": "src/github/workflows-model.ts",
|
|
30948
|
-
"line":
|
|
31301
|
+
"line": 989
|
|
30949
31302
|
},
|
|
30950
31303
|
"name": "types",
|
|
30951
31304
|
"optional": true,
|
|
@@ -30972,7 +31325,7 @@
|
|
|
30972
31325
|
"kind": "interface",
|
|
30973
31326
|
"locationInModule": {
|
|
30974
31327
|
"filename": "src/github/workflows-model.ts",
|
|
30975
|
-
"line":
|
|
31328
|
+
"line": 997
|
|
30976
31329
|
},
|
|
30977
31330
|
"name": "MergeGroupOptions",
|
|
30978
31331
|
"namespace": "github.workflows",
|
|
@@ -30987,7 +31340,7 @@
|
|
|
30987
31340
|
"immutable": true,
|
|
30988
31341
|
"locationInModule": {
|
|
30989
31342
|
"filename": "src/github/workflows-model.ts",
|
|
30990
|
-
"line":
|
|
31343
|
+
"line": 1003
|
|
30991
31344
|
},
|
|
30992
31345
|
"name": "branches",
|
|
30993
31346
|
"optional": true,
|
|
@@ -31014,7 +31367,7 @@
|
|
|
31014
31367
|
"kind": "interface",
|
|
31015
31368
|
"locationInModule": {
|
|
31016
31369
|
"filename": "src/github/workflows-model.ts",
|
|
31017
|
-
"line":
|
|
31370
|
+
"line": 1009
|
|
31018
31371
|
},
|
|
31019
31372
|
"name": "MilestoneOptions",
|
|
31020
31373
|
"namespace": "github.workflows",
|
|
@@ -31031,7 +31384,7 @@
|
|
|
31031
31384
|
"immutable": true,
|
|
31032
31385
|
"locationInModule": {
|
|
31033
31386
|
"filename": "src/github/workflows-model.ts",
|
|
31034
|
-
"line":
|
|
31387
|
+
"line": 1015
|
|
31035
31388
|
},
|
|
31036
31389
|
"name": "types",
|
|
31037
31390
|
"optional": true,
|
|
@@ -31058,7 +31411,7 @@
|
|
|
31058
31411
|
"kind": "interface",
|
|
31059
31412
|
"locationInModule": {
|
|
31060
31413
|
"filename": "src/github/workflows-model.ts",
|
|
31061
|
-
"line":
|
|
31414
|
+
"line": 1287
|
|
31062
31415
|
},
|
|
31063
31416
|
"name": "PageBuildOptions",
|
|
31064
31417
|
"namespace": "github.workflows",
|
|
@@ -31075,7 +31428,7 @@
|
|
|
31075
31428
|
"kind": "interface",
|
|
31076
31429
|
"locationInModule": {
|
|
31077
31430
|
"filename": "src/github/workflows-model.ts",
|
|
31078
|
-
"line":
|
|
31431
|
+
"line": 1037
|
|
31079
31432
|
},
|
|
31080
31433
|
"name": "ProjectCardOptions",
|
|
31081
31434
|
"namespace": "github.workflows",
|
|
@@ -31092,7 +31445,7 @@
|
|
|
31092
31445
|
"immutable": true,
|
|
31093
31446
|
"locationInModule": {
|
|
31094
31447
|
"filename": "src/github/workflows-model.ts",
|
|
31095
|
-
"line":
|
|
31448
|
+
"line": 1043
|
|
31096
31449
|
},
|
|
31097
31450
|
"name": "types",
|
|
31098
31451
|
"optional": true,
|
|
@@ -31119,7 +31472,7 @@
|
|
|
31119
31472
|
"kind": "interface",
|
|
31120
31473
|
"locationInModule": {
|
|
31121
31474
|
"filename": "src/github/workflows-model.ts",
|
|
31122
|
-
"line":
|
|
31475
|
+
"line": 1051
|
|
31123
31476
|
},
|
|
31124
31477
|
"name": "ProjectColumnOptions",
|
|
31125
31478
|
"namespace": "github.workflows",
|
|
@@ -31136,7 +31489,7 @@
|
|
|
31136
31489
|
"immutable": true,
|
|
31137
31490
|
"locationInModule": {
|
|
31138
31491
|
"filename": "src/github/workflows-model.ts",
|
|
31139
|
-
"line":
|
|
31492
|
+
"line": 1057
|
|
31140
31493
|
},
|
|
31141
31494
|
"name": "types",
|
|
31142
31495
|
"optional": true,
|
|
@@ -31163,7 +31516,7 @@
|
|
|
31163
31516
|
"kind": "interface",
|
|
31164
31517
|
"locationInModule": {
|
|
31165
31518
|
"filename": "src/github/workflows-model.ts",
|
|
31166
|
-
"line":
|
|
31519
|
+
"line": 1023
|
|
31167
31520
|
},
|
|
31168
31521
|
"name": "ProjectOptions",
|
|
31169
31522
|
"namespace": "github.workflows",
|
|
@@ -31180,7 +31533,7 @@
|
|
|
31180
31533
|
"immutable": true,
|
|
31181
31534
|
"locationInModule": {
|
|
31182
31535
|
"filename": "src/github/workflows-model.ts",
|
|
31183
|
-
"line":
|
|
31536
|
+
"line": 1029
|
|
31184
31537
|
},
|
|
31185
31538
|
"name": "types",
|
|
31186
31539
|
"optional": true,
|
|
@@ -31207,7 +31560,7 @@
|
|
|
31207
31560
|
"kind": "interface",
|
|
31208
31561
|
"locationInModule": {
|
|
31209
31562
|
"filename": "src/github/workflows-model.ts",
|
|
31210
|
-
"line":
|
|
31563
|
+
"line": 1292
|
|
31211
31564
|
},
|
|
31212
31565
|
"name": "PublicOptions",
|
|
31213
31566
|
"namespace": "github.workflows",
|
|
@@ -31227,7 +31580,7 @@
|
|
|
31227
31580
|
"kind": "interface",
|
|
31228
31581
|
"locationInModule": {
|
|
31229
31582
|
"filename": "src/github/workflows-model.ts",
|
|
31230
|
-
"line":
|
|
31583
|
+
"line": 1063
|
|
31231
31584
|
},
|
|
31232
31585
|
"name": "PullRequestOptions",
|
|
31233
31586
|
"namespace": "github.workflows",
|
|
@@ -31244,7 +31597,7 @@
|
|
|
31244
31597
|
"immutable": true,
|
|
31245
31598
|
"locationInModule": {
|
|
31246
31599
|
"filename": "src/github/workflows-model.ts",
|
|
31247
|
-
"line":
|
|
31600
|
+
"line": 1069
|
|
31248
31601
|
},
|
|
31249
31602
|
"name": "types",
|
|
31250
31603
|
"optional": true,
|
|
@@ -31271,7 +31624,7 @@
|
|
|
31271
31624
|
"kind": "interface",
|
|
31272
31625
|
"locationInModule": {
|
|
31273
31626
|
"filename": "src/github/workflows-model.ts",
|
|
31274
|
-
"line":
|
|
31627
|
+
"line": 1102
|
|
31275
31628
|
},
|
|
31276
31629
|
"name": "PullRequestReviewCommentOptions",
|
|
31277
31630
|
"namespace": "github.workflows",
|
|
@@ -31288,7 +31641,7 @@
|
|
|
31288
31641
|
"immutable": true,
|
|
31289
31642
|
"locationInModule": {
|
|
31290
31643
|
"filename": "src/github/workflows-model.ts",
|
|
31291
|
-
"line":
|
|
31644
|
+
"line": 1108
|
|
31292
31645
|
},
|
|
31293
31646
|
"name": "types",
|
|
31294
31647
|
"optional": true,
|
|
@@ -31315,7 +31668,7 @@
|
|
|
31315
31668
|
"kind": "interface",
|
|
31316
31669
|
"locationInModule": {
|
|
31317
31670
|
"filename": "src/github/workflows-model.ts",
|
|
31318
|
-
"line":
|
|
31671
|
+
"line": 1090
|
|
31319
31672
|
},
|
|
31320
31673
|
"name": "PullRequestReviewOptions",
|
|
31321
31674
|
"namespace": "github.workflows",
|
|
@@ -31332,7 +31685,7 @@
|
|
|
31332
31685
|
"immutable": true,
|
|
31333
31686
|
"locationInModule": {
|
|
31334
31687
|
"filename": "src/github/workflows-model.ts",
|
|
31335
|
-
"line":
|
|
31688
|
+
"line": 1096
|
|
31336
31689
|
},
|
|
31337
31690
|
"name": "types",
|
|
31338
31691
|
"optional": true,
|
|
@@ -31362,7 +31715,7 @@
|
|
|
31362
31715
|
"kind": "interface",
|
|
31363
31716
|
"locationInModule": {
|
|
31364
31717
|
"filename": "src/github/workflows-model.ts",
|
|
31365
|
-
"line":
|
|
31718
|
+
"line": 1114
|
|
31366
31719
|
},
|
|
31367
31720
|
"name": "PullRequestTargetOptions",
|
|
31368
31721
|
"namespace": "github.workflows",
|
|
@@ -31379,7 +31732,7 @@
|
|
|
31379
31732
|
"immutable": true,
|
|
31380
31733
|
"locationInModule": {
|
|
31381
31734
|
"filename": "src/github/workflows-model.ts",
|
|
31382
|
-
"line":
|
|
31735
|
+
"line": 1120
|
|
31383
31736
|
},
|
|
31384
31737
|
"name": "types",
|
|
31385
31738
|
"optional": true,
|
|
@@ -31406,7 +31759,7 @@
|
|
|
31406
31759
|
"kind": "interface",
|
|
31407
31760
|
"locationInModule": {
|
|
31408
31761
|
"filename": "src/github/workflows-model.ts",
|
|
31409
|
-
"line":
|
|
31762
|
+
"line": 1141
|
|
31410
31763
|
},
|
|
31411
31764
|
"name": "PushOptions",
|
|
31412
31765
|
"namespace": "github.workflows",
|
|
@@ -31422,7 +31775,7 @@
|
|
|
31422
31775
|
"immutable": true,
|
|
31423
31776
|
"locationInModule": {
|
|
31424
31777
|
"filename": "src/github/workflows-model.ts",
|
|
31425
|
-
"line":
|
|
31778
|
+
"line": 1151
|
|
31426
31779
|
},
|
|
31427
31780
|
"name": "branches",
|
|
31428
31781
|
"optional": true,
|
|
@@ -31446,7 +31799,7 @@
|
|
|
31446
31799
|
"immutable": true,
|
|
31447
31800
|
"locationInModule": {
|
|
31448
31801
|
"filename": "src/github/workflows-model.ts",
|
|
31449
|
-
"line":
|
|
31802
|
+
"line": 1172
|
|
31450
31803
|
},
|
|
31451
31804
|
"name": "paths",
|
|
31452
31805
|
"optional": true,
|
|
@@ -31470,7 +31823,7 @@
|
|
|
31470
31823
|
"immutable": true,
|
|
31471
31824
|
"locationInModule": {
|
|
31472
31825
|
"filename": "src/github/workflows-model.ts",
|
|
31473
|
-
"line":
|
|
31826
|
+
"line": 1162
|
|
31474
31827
|
},
|
|
31475
31828
|
"name": "tags",
|
|
31476
31829
|
"optional": true,
|
|
@@ -31497,7 +31850,7 @@
|
|
|
31497
31850
|
"kind": "interface",
|
|
31498
31851
|
"locationInModule": {
|
|
31499
31852
|
"filename": "src/github/workflows-model.ts",
|
|
31500
|
-
"line":
|
|
31853
|
+
"line": 1178
|
|
31501
31854
|
},
|
|
31502
31855
|
"name": "RegistryPackageOptions",
|
|
31503
31856
|
"namespace": "github.workflows",
|
|
@@ -31514,7 +31867,7 @@
|
|
|
31514
31867
|
"immutable": true,
|
|
31515
31868
|
"locationInModule": {
|
|
31516
31869
|
"filename": "src/github/workflows-model.ts",
|
|
31517
|
-
"line":
|
|
31870
|
+
"line": 1184
|
|
31518
31871
|
},
|
|
31519
31872
|
"name": "types",
|
|
31520
31873
|
"optional": true,
|
|
@@ -31541,7 +31894,7 @@
|
|
|
31541
31894
|
"kind": "interface",
|
|
31542
31895
|
"locationInModule": {
|
|
31543
31896
|
"filename": "src/github/workflows-model.ts",
|
|
31544
|
-
"line":
|
|
31897
|
+
"line": 1190
|
|
31545
31898
|
},
|
|
31546
31899
|
"name": "ReleaseOptions",
|
|
31547
31900
|
"namespace": "github.workflows",
|
|
@@ -31558,7 +31911,7 @@
|
|
|
31558
31911
|
"immutable": true,
|
|
31559
31912
|
"locationInModule": {
|
|
31560
31913
|
"filename": "src/github/workflows-model.ts",
|
|
31561
|
-
"line":
|
|
31914
|
+
"line": 1196
|
|
31562
31915
|
},
|
|
31563
31916
|
"name": "types",
|
|
31564
31917
|
"optional": true,
|
|
@@ -31585,7 +31938,7 @@
|
|
|
31585
31938
|
"kind": "interface",
|
|
31586
31939
|
"locationInModule": {
|
|
31587
31940
|
"filename": "src/github/workflows-model.ts",
|
|
31588
|
-
"line":
|
|
31941
|
+
"line": 855
|
|
31589
31942
|
},
|
|
31590
31943
|
"name": "RepositoryDispatchOptions",
|
|
31591
31944
|
"namespace": "github.workflows",
|
|
@@ -31602,7 +31955,7 @@
|
|
|
31602
31955
|
"immutable": true,
|
|
31603
31956
|
"locationInModule": {
|
|
31604
31957
|
"filename": "src/github/workflows-model.ts",
|
|
31605
|
-
"line":
|
|
31958
|
+
"line": 861
|
|
31606
31959
|
},
|
|
31607
31960
|
"name": "types",
|
|
31608
31961
|
"optional": true,
|
|
@@ -31629,7 +31982,7 @@
|
|
|
31629
31982
|
"kind": "interface",
|
|
31630
31983
|
"locationInModule": {
|
|
31631
31984
|
"filename": "src/github/workflows-model.ts",
|
|
31632
|
-
"line":
|
|
31985
|
+
"line": 373
|
|
31633
31986
|
},
|
|
31634
31987
|
"name": "RunSettings",
|
|
31635
31988
|
"namespace": "github.workflows",
|
|
@@ -31644,7 +31997,7 @@
|
|
|
31644
31997
|
"immutable": true,
|
|
31645
31998
|
"locationInModule": {
|
|
31646
31999
|
"filename": "src/github/workflows-model.ts",
|
|
31647
|
-
"line":
|
|
32000
|
+
"line": 379
|
|
31648
32001
|
},
|
|
31649
32002
|
"name": "shell",
|
|
31650
32003
|
"optional": true,
|
|
@@ -31661,7 +32014,7 @@
|
|
|
31661
32014
|
"immutable": true,
|
|
31662
32015
|
"locationInModule": {
|
|
31663
32016
|
"filename": "src/github/workflows-model.ts",
|
|
31664
|
-
"line":
|
|
32017
|
+
"line": 384
|
|
31665
32018
|
},
|
|
31666
32019
|
"name": "workingDirectory",
|
|
31667
32020
|
"optional": true,
|
|
@@ -31683,7 +32036,7 @@
|
|
|
31683
32036
|
"kind": "interface",
|
|
31684
32037
|
"locationInModule": {
|
|
31685
32038
|
"filename": "src/github/workflows-model.ts",
|
|
31686
|
-
"line":
|
|
32039
|
+
"line": 1297
|
|
31687
32040
|
},
|
|
31688
32041
|
"name": "StatusOptions",
|
|
31689
32042
|
"namespace": "github.workflows",
|
|
@@ -31705,7 +32058,7 @@
|
|
|
31705
32058
|
"kind": "interface",
|
|
31706
32059
|
"locationInModule": {
|
|
31707
32060
|
"filename": "src/github/workflows-model.ts",
|
|
31708
|
-
"line":
|
|
32061
|
+
"line": 433
|
|
31709
32062
|
},
|
|
31710
32063
|
"name": "Step",
|
|
31711
32064
|
"namespace": "github.workflows",
|
|
@@ -31720,7 +32073,7 @@
|
|
|
31720
32073
|
"immutable": true,
|
|
31721
32074
|
"locationInModule": {
|
|
31722
32075
|
"filename": "src/github/workflows-model.ts",
|
|
31723
|
-
"line":
|
|
32076
|
+
"line": 447
|
|
31724
32077
|
},
|
|
31725
32078
|
"name": "run",
|
|
31726
32079
|
"optional": true,
|
|
@@ -31738,7 +32091,7 @@
|
|
|
31738
32091
|
"immutable": true,
|
|
31739
32092
|
"locationInModule": {
|
|
31740
32093
|
"filename": "src/github/workflows-model.ts",
|
|
31741
|
-
"line":
|
|
32094
|
+
"line": 440
|
|
31742
32095
|
},
|
|
31743
32096
|
"name": "uses",
|
|
31744
32097
|
"optional": true,
|
|
@@ -31756,7 +32109,7 @@
|
|
|
31756
32109
|
"immutable": true,
|
|
31757
32110
|
"locationInModule": {
|
|
31758
32111
|
"filename": "src/github/workflows-model.ts",
|
|
31759
|
-
"line":
|
|
32112
|
+
"line": 454
|
|
31760
32113
|
},
|
|
31761
32114
|
"name": "with",
|
|
31762
32115
|
"optional": true,
|
|
@@ -31784,7 +32137,7 @@
|
|
|
31784
32137
|
"kind": "interface",
|
|
31785
32138
|
"locationInModule": {
|
|
31786
32139
|
"filename": "src/github/workflows-model.ts",
|
|
31787
|
-
"line":
|
|
32140
|
+
"line": 393
|
|
31788
32141
|
},
|
|
31789
32142
|
"name": "StepConfiguration",
|
|
31790
32143
|
"namespace": "github.workflows",
|
|
@@ -31799,7 +32152,7 @@
|
|
|
31799
32152
|
"immutable": true,
|
|
31800
32153
|
"locationInModule": {
|
|
31801
32154
|
"filename": "src/github/workflows-model.ts",
|
|
31802
|
-
"line":
|
|
32155
|
+
"line": 416
|
|
31803
32156
|
},
|
|
31804
32157
|
"name": "env",
|
|
31805
32158
|
"optional": true,
|
|
@@ -31822,7 +32175,7 @@
|
|
|
31822
32175
|
"immutable": true,
|
|
31823
32176
|
"locationInModule": {
|
|
31824
32177
|
"filename": "src/github/workflows-model.ts",
|
|
31825
|
-
"line":
|
|
32178
|
+
"line": 398
|
|
31826
32179
|
},
|
|
31827
32180
|
"name": "id",
|
|
31828
32181
|
"optional": true,
|
|
@@ -31840,7 +32193,7 @@
|
|
|
31840
32193
|
"immutable": true,
|
|
31841
32194
|
"locationInModule": {
|
|
31842
32195
|
"filename": "src/github/workflows-model.ts",
|
|
31843
|
-
"line":
|
|
32196
|
+
"line": 405
|
|
31844
32197
|
},
|
|
31845
32198
|
"name": "if",
|
|
31846
32199
|
"optional": true,
|
|
@@ -31857,7 +32210,7 @@
|
|
|
31857
32210
|
"immutable": true,
|
|
31858
32211
|
"locationInModule": {
|
|
31859
32212
|
"filename": "src/github/workflows-model.ts",
|
|
31860
|
-
"line":
|
|
32213
|
+
"line": 410
|
|
31861
32214
|
},
|
|
31862
32215
|
"name": "name",
|
|
31863
32216
|
"optional": true,
|
|
@@ -31875,7 +32228,7 @@
|
|
|
31875
32228
|
"immutable": true,
|
|
31876
32229
|
"locationInModule": {
|
|
31877
32230
|
"filename": "src/github/workflows-model.ts",
|
|
31878
|
-
"line":
|
|
32231
|
+
"line": 422
|
|
31879
32232
|
},
|
|
31880
32233
|
"name": "workingDirectory",
|
|
31881
32234
|
"optional": true,
|
|
@@ -32041,7 +32394,7 @@
|
|
|
32041
32394
|
"kind": "interface",
|
|
32042
32395
|
"locationInModule": {
|
|
32043
32396
|
"filename": "src/github/workflows-model.ts",
|
|
32044
|
-
"line":
|
|
32397
|
+
"line": 609
|
|
32045
32398
|
},
|
|
32046
32399
|
"name": "Triggers",
|
|
32047
32400
|
"namespace": "github.workflows",
|
|
@@ -32055,7 +32408,7 @@
|
|
|
32055
32408
|
"immutable": true,
|
|
32056
32409
|
"locationInModule": {
|
|
32057
32410
|
"filename": "src/github/workflows-model.ts",
|
|
32058
|
-
"line":
|
|
32411
|
+
"line": 651
|
|
32059
32412
|
},
|
|
32060
32413
|
"name": "branchProtectionRule",
|
|
32061
32414
|
"optional": true,
|
|
@@ -32072,7 +32425,7 @@
|
|
|
32072
32425
|
"immutable": true,
|
|
32073
32426
|
"locationInModule": {
|
|
32074
32427
|
"filename": "src/github/workflows-model.ts",
|
|
32075
|
-
"line":
|
|
32428
|
+
"line": 656
|
|
32076
32429
|
},
|
|
32077
32430
|
"name": "checkRun",
|
|
32078
32431
|
"optional": true,
|
|
@@ -32089,7 +32442,7 @@
|
|
|
32089
32442
|
"immutable": true,
|
|
32090
32443
|
"locationInModule": {
|
|
32091
32444
|
"filename": "src/github/workflows-model.ts",
|
|
32092
|
-
"line":
|
|
32445
|
+
"line": 661
|
|
32093
32446
|
},
|
|
32094
32447
|
"name": "checkSuite",
|
|
32095
32448
|
"optional": true,
|
|
@@ -32106,7 +32459,7 @@
|
|
|
32106
32459
|
"immutable": true,
|
|
32107
32460
|
"locationInModule": {
|
|
32108
32461
|
"filename": "src/github/workflows-model.ts",
|
|
32109
|
-
"line":
|
|
32462
|
+
"line": 667
|
|
32110
32463
|
},
|
|
32111
32464
|
"name": "create",
|
|
32112
32465
|
"optional": true,
|
|
@@ -32123,7 +32476,7 @@
|
|
|
32123
32476
|
"immutable": true,
|
|
32124
32477
|
"locationInModule": {
|
|
32125
32478
|
"filename": "src/github/workflows-model.ts",
|
|
32126
|
-
"line":
|
|
32479
|
+
"line": 673
|
|
32127
32480
|
},
|
|
32128
32481
|
"name": "delete",
|
|
32129
32482
|
"optional": true,
|
|
@@ -32141,7 +32494,7 @@
|
|
|
32141
32494
|
"immutable": true,
|
|
32142
32495
|
"locationInModule": {
|
|
32143
32496
|
"filename": "src/github/workflows-model.ts",
|
|
32144
|
-
"line":
|
|
32497
|
+
"line": 680
|
|
32145
32498
|
},
|
|
32146
32499
|
"name": "deployment",
|
|
32147
32500
|
"optional": true,
|
|
@@ -32159,7 +32512,7 @@
|
|
|
32159
32512
|
"immutable": true,
|
|
32160
32513
|
"locationInModule": {
|
|
32161
32514
|
"filename": "src/github/workflows-model.ts",
|
|
32162
|
-
"line":
|
|
32515
|
+
"line": 687
|
|
32163
32516
|
},
|
|
32164
32517
|
"name": "deploymentStatus",
|
|
32165
32518
|
"optional": true,
|
|
@@ -32178,7 +32531,7 @@
|
|
|
32178
32531
|
"immutable": true,
|
|
32179
32532
|
"locationInModule": {
|
|
32180
32533
|
"filename": "src/github/workflows-model.ts",
|
|
32181
|
-
"line":
|
|
32534
|
+
"line": 693
|
|
32182
32535
|
},
|
|
32183
32536
|
"name": "discussion",
|
|
32184
32537
|
"optional": true,
|
|
@@ -32197,7 +32550,7 @@
|
|
|
32197
32550
|
"immutable": true,
|
|
32198
32551
|
"locationInModule": {
|
|
32199
32552
|
"filename": "src/github/workflows-model.ts",
|
|
32200
|
-
"line":
|
|
32553
|
+
"line": 699
|
|
32201
32554
|
},
|
|
32202
32555
|
"name": "discussionComment",
|
|
32203
32556
|
"optional": true,
|
|
@@ -32214,7 +32567,7 @@
|
|
|
32214
32567
|
"immutable": true,
|
|
32215
32568
|
"locationInModule": {
|
|
32216
32569
|
"filename": "src/github/workflows-model.ts",
|
|
32217
|
-
"line":
|
|
32570
|
+
"line": 705
|
|
32218
32571
|
},
|
|
32219
32572
|
"name": "fork",
|
|
32220
32573
|
"optional": true,
|
|
@@ -32231,7 +32584,7 @@
|
|
|
32231
32584
|
"immutable": true,
|
|
32232
32585
|
"locationInModule": {
|
|
32233
32586
|
"filename": "src/github/workflows-model.ts",
|
|
32234
|
-
"line":
|
|
32587
|
+
"line": 711
|
|
32235
32588
|
},
|
|
32236
32589
|
"name": "gollum",
|
|
32237
32590
|
"optional": true,
|
|
@@ -32248,7 +32601,7 @@
|
|
|
32248
32601
|
"immutable": true,
|
|
32249
32602
|
"locationInModule": {
|
|
32250
32603
|
"filename": "src/github/workflows-model.ts",
|
|
32251
|
-
"line":
|
|
32604
|
+
"line": 716
|
|
32252
32605
|
},
|
|
32253
32606
|
"name": "issueComment",
|
|
32254
32607
|
"optional": true,
|
|
@@ -32265,7 +32618,7 @@
|
|
|
32265
32618
|
"immutable": true,
|
|
32266
32619
|
"locationInModule": {
|
|
32267
32620
|
"filename": "src/github/workflows-model.ts",
|
|
32268
|
-
"line":
|
|
32621
|
+
"line": 721
|
|
32269
32622
|
},
|
|
32270
32623
|
"name": "issues",
|
|
32271
32624
|
"optional": true,
|
|
@@ -32282,7 +32635,7 @@
|
|
|
32282
32635
|
"immutable": true,
|
|
32283
32636
|
"locationInModule": {
|
|
32284
32637
|
"filename": "src/github/workflows-model.ts",
|
|
32285
|
-
"line":
|
|
32638
|
+
"line": 726
|
|
32286
32639
|
},
|
|
32287
32640
|
"name": "label",
|
|
32288
32641
|
"optional": true,
|
|
@@ -32299,7 +32652,7 @@
|
|
|
32299
32652
|
"immutable": true,
|
|
32300
32653
|
"locationInModule": {
|
|
32301
32654
|
"filename": "src/github/workflows-model.ts",
|
|
32302
|
-
"line":
|
|
32655
|
+
"line": 734
|
|
32303
32656
|
},
|
|
32304
32657
|
"name": "mergeGroup",
|
|
32305
32658
|
"optional": true,
|
|
@@ -32316,7 +32669,7 @@
|
|
|
32316
32669
|
"immutable": true,
|
|
32317
32670
|
"locationInModule": {
|
|
32318
32671
|
"filename": "src/github/workflows-model.ts",
|
|
32319
|
-
"line":
|
|
32672
|
+
"line": 739
|
|
32320
32673
|
},
|
|
32321
32674
|
"name": "milestone",
|
|
32322
32675
|
"optional": true,
|
|
@@ -32333,7 +32686,7 @@
|
|
|
32333
32686
|
"immutable": true,
|
|
32334
32687
|
"locationInModule": {
|
|
32335
32688
|
"filename": "src/github/workflows-model.ts",
|
|
32336
|
-
"line":
|
|
32689
|
+
"line": 745
|
|
32337
32690
|
},
|
|
32338
32691
|
"name": "pageBuild",
|
|
32339
32692
|
"optional": true,
|
|
@@ -32350,7 +32703,7 @@
|
|
|
32350
32703
|
"immutable": true,
|
|
32351
32704
|
"locationInModule": {
|
|
32352
32705
|
"filename": "src/github/workflows-model.ts",
|
|
32353
|
-
"line":
|
|
32706
|
+
"line": 750
|
|
32354
32707
|
},
|
|
32355
32708
|
"name": "project",
|
|
32356
32709
|
"optional": true,
|
|
@@ -32367,7 +32720,7 @@
|
|
|
32367
32720
|
"immutable": true,
|
|
32368
32721
|
"locationInModule": {
|
|
32369
32722
|
"filename": "src/github/workflows-model.ts",
|
|
32370
|
-
"line":
|
|
32723
|
+
"line": 755
|
|
32371
32724
|
},
|
|
32372
32725
|
"name": "projectCard",
|
|
32373
32726
|
"optional": true,
|
|
@@ -32384,7 +32737,7 @@
|
|
|
32384
32737
|
"immutable": true,
|
|
32385
32738
|
"locationInModule": {
|
|
32386
32739
|
"filename": "src/github/workflows-model.ts",
|
|
32387
|
-
"line":
|
|
32740
|
+
"line": 760
|
|
32388
32741
|
},
|
|
32389
32742
|
"name": "projectColumn",
|
|
32390
32743
|
"optional": true,
|
|
@@ -32401,7 +32754,7 @@
|
|
|
32401
32754
|
"immutable": true,
|
|
32402
32755
|
"locationInModule": {
|
|
32403
32756
|
"filename": "src/github/workflows-model.ts",
|
|
32404
|
-
"line":
|
|
32757
|
+
"line": 766
|
|
32405
32758
|
},
|
|
32406
32759
|
"name": "public",
|
|
32407
32760
|
"optional": true,
|
|
@@ -32418,7 +32771,7 @@
|
|
|
32418
32771
|
"immutable": true,
|
|
32419
32772
|
"locationInModule": {
|
|
32420
32773
|
"filename": "src/github/workflows-model.ts",
|
|
32421
|
-
"line":
|
|
32774
|
+
"line": 771
|
|
32422
32775
|
},
|
|
32423
32776
|
"name": "pullRequest",
|
|
32424
32777
|
"optional": true,
|
|
@@ -32435,7 +32788,7 @@
|
|
|
32435
32788
|
"immutable": true,
|
|
32436
32789
|
"locationInModule": {
|
|
32437
32790
|
"filename": "src/github/workflows-model.ts",
|
|
32438
|
-
"line":
|
|
32791
|
+
"line": 776
|
|
32439
32792
|
},
|
|
32440
32793
|
"name": "pullRequestReview",
|
|
32441
32794
|
"optional": true,
|
|
@@ -32452,7 +32805,7 @@
|
|
|
32452
32805
|
"immutable": true,
|
|
32453
32806
|
"locationInModule": {
|
|
32454
32807
|
"filename": "src/github/workflows-model.ts",
|
|
32455
|
-
"line":
|
|
32808
|
+
"line": 782
|
|
32456
32809
|
},
|
|
32457
32810
|
"name": "pullRequestReviewComment",
|
|
32458
32811
|
"optional": true,
|
|
@@ -32471,7 +32824,7 @@
|
|
|
32471
32824
|
"immutable": true,
|
|
32472
32825
|
"locationInModule": {
|
|
32473
32826
|
"filename": "src/github/workflows-model.ts",
|
|
32474
|
-
"line":
|
|
32827
|
+
"line": 803
|
|
32475
32828
|
},
|
|
32476
32829
|
"name": "pullRequestTarget",
|
|
32477
32830
|
"optional": true,
|
|
@@ -32488,7 +32841,7 @@
|
|
|
32488
32841
|
"immutable": true,
|
|
32489
32842
|
"locationInModule": {
|
|
32490
32843
|
"filename": "src/github/workflows-model.ts",
|
|
32491
|
-
"line":
|
|
32844
|
+
"line": 809
|
|
32492
32845
|
},
|
|
32493
32846
|
"name": "push",
|
|
32494
32847
|
"optional": true,
|
|
@@ -32505,7 +32858,7 @@
|
|
|
32505
32858
|
"immutable": true,
|
|
32506
32859
|
"locationInModule": {
|
|
32507
32860
|
"filename": "src/github/workflows-model.ts",
|
|
32508
|
-
"line":
|
|
32861
|
+
"line": 814
|
|
32509
32862
|
},
|
|
32510
32863
|
"name": "registryPackage",
|
|
32511
32864
|
"optional": true,
|
|
@@ -32522,7 +32875,7 @@
|
|
|
32522
32875
|
"immutable": true,
|
|
32523
32876
|
"locationInModule": {
|
|
32524
32877
|
"filename": "src/github/workflows-model.ts",
|
|
32525
|
-
"line":
|
|
32878
|
+
"line": 819
|
|
32526
32879
|
},
|
|
32527
32880
|
"name": "release",
|
|
32528
32881
|
"optional": true,
|
|
@@ -32539,7 +32892,7 @@
|
|
|
32539
32892
|
"immutable": true,
|
|
32540
32893
|
"locationInModule": {
|
|
32541
32894
|
"filename": "src/github/workflows-model.ts",
|
|
32542
|
-
"line":
|
|
32895
|
+
"line": 636
|
|
32543
32896
|
},
|
|
32544
32897
|
"name": "repositoryDispatch",
|
|
32545
32898
|
"optional": true,
|
|
@@ -32558,7 +32911,7 @@
|
|
|
32558
32911
|
"immutable": true,
|
|
32559
32912
|
"locationInModule": {
|
|
32560
32913
|
"filename": "src/github/workflows-model.ts",
|
|
32561
|
-
"line":
|
|
32914
|
+
"line": 619
|
|
32562
32915
|
},
|
|
32563
32916
|
"name": "schedule",
|
|
32564
32917
|
"optional": true,
|
|
@@ -32580,7 +32933,7 @@
|
|
|
32580
32933
|
"immutable": true,
|
|
32581
32934
|
"locationInModule": {
|
|
32582
32935
|
"filename": "src/github/workflows-model.ts",
|
|
32583
|
-
"line":
|
|
32936
|
+
"line": 825
|
|
32584
32937
|
},
|
|
32585
32938
|
"name": "status",
|
|
32586
32939
|
"optional": true,
|
|
@@ -32597,7 +32950,7 @@
|
|
|
32597
32950
|
"immutable": true,
|
|
32598
32951
|
"locationInModule": {
|
|
32599
32952
|
"filename": "src/github/workflows-model.ts",
|
|
32600
|
-
"line":
|
|
32953
|
+
"line": 830
|
|
32601
32954
|
},
|
|
32602
32955
|
"name": "watch",
|
|
32603
32956
|
"optional": true,
|
|
@@ -32615,7 +32968,7 @@
|
|
|
32615
32968
|
"immutable": true,
|
|
32616
32969
|
"locationInModule": {
|
|
32617
32970
|
"filename": "src/github/workflows-model.ts",
|
|
32618
|
-
"line":
|
|
32971
|
+
"line": 644
|
|
32619
32972
|
},
|
|
32620
32973
|
"name": "workflowCall",
|
|
32621
32974
|
"optional": true,
|
|
@@ -32633,7 +32986,7 @@
|
|
|
32633
32986
|
"immutable": true,
|
|
32634
32987
|
"locationInModule": {
|
|
32635
32988
|
"filename": "src/github/workflows-model.ts",
|
|
32636
|
-
"line":
|
|
32989
|
+
"line": 629
|
|
32637
32990
|
},
|
|
32638
32991
|
"name": "workflowDispatch",
|
|
32639
32992
|
"optional": true,
|
|
@@ -32651,7 +33004,7 @@
|
|
|
32651
33004
|
"immutable": true,
|
|
32652
33005
|
"locationInModule": {
|
|
32653
33006
|
"filename": "src/github/workflows-model.ts",
|
|
32654
|
-
"line":
|
|
33007
|
+
"line": 838
|
|
32655
33008
|
},
|
|
32656
33009
|
"name": "workflowRun",
|
|
32657
33010
|
"optional": true,
|
|
@@ -32673,7 +33026,7 @@
|
|
|
32673
33026
|
"kind": "interface",
|
|
32674
33027
|
"locationInModule": {
|
|
32675
33028
|
"filename": "src/github/workflows-model.ts",
|
|
32676
|
-
"line":
|
|
33029
|
+
"line": 1210
|
|
32677
33030
|
},
|
|
32678
33031
|
"name": "WatchOptions",
|
|
32679
33032
|
"namespace": "github.workflows",
|
|
@@ -32690,7 +33043,7 @@
|
|
|
32690
33043
|
"immutable": true,
|
|
32691
33044
|
"locationInModule": {
|
|
32692
33045
|
"filename": "src/github/workflows-model.ts",
|
|
32693
|
-
"line":
|
|
33046
|
+
"line": 1216
|
|
32694
33047
|
},
|
|
32695
33048
|
"name": "types",
|
|
32696
33049
|
"optional": true,
|
|
@@ -32717,7 +33070,7 @@
|
|
|
32717
33070
|
"kind": "interface",
|
|
32718
33071
|
"locationInModule": {
|
|
32719
33072
|
"filename": "src/github/workflows-model.ts",
|
|
32720
|
-
"line":
|
|
33073
|
+
"line": 1252
|
|
32721
33074
|
},
|
|
32722
33075
|
"name": "WorkflowCallOptions",
|
|
32723
33076
|
"namespace": "github.workflows",
|
|
@@ -32734,7 +33087,7 @@
|
|
|
32734
33087
|
"kind": "interface",
|
|
32735
33088
|
"locationInModule": {
|
|
32736
33089
|
"filename": "src/github/workflows-model.ts",
|
|
32737
|
-
"line":
|
|
33090
|
+
"line": 1247
|
|
32738
33091
|
},
|
|
32739
33092
|
"name": "WorkflowDispatchOptions",
|
|
32740
33093
|
"namespace": "github.workflows",
|
|
@@ -32751,7 +33104,7 @@
|
|
|
32751
33104
|
"kind": "interface",
|
|
32752
33105
|
"locationInModule": {
|
|
32753
33106
|
"filename": "src/github/workflows-model.ts",
|
|
32754
|
-
"line":
|
|
33107
|
+
"line": 1222
|
|
32755
33108
|
},
|
|
32756
33109
|
"name": "WorkflowRunOptions",
|
|
32757
33110
|
"namespace": "github.workflows",
|
|
@@ -32768,7 +33121,7 @@
|
|
|
32768
33121
|
"immutable": true,
|
|
32769
33122
|
"locationInModule": {
|
|
32770
33123
|
"filename": "src/github/workflows-model.ts",
|
|
32771
|
-
"line":
|
|
33124
|
+
"line": 1240
|
|
32772
33125
|
},
|
|
32773
33126
|
"name": "branches",
|
|
32774
33127
|
"optional": true,
|
|
@@ -32793,7 +33146,7 @@
|
|
|
32793
33146
|
"immutable": true,
|
|
32794
33147
|
"locationInModule": {
|
|
32795
33148
|
"filename": "src/github/workflows-model.ts",
|
|
32796
|
-
"line":
|
|
33149
|
+
"line": 1234
|
|
32797
33150
|
},
|
|
32798
33151
|
"name": "types",
|
|
32799
33152
|
"optional": true,
|
|
@@ -32818,7 +33171,7 @@
|
|
|
32818
33171
|
"immutable": true,
|
|
32819
33172
|
"locationInModule": {
|
|
32820
33173
|
"filename": "src/github/workflows-model.ts",
|
|
32821
|
-
"line":
|
|
33174
|
+
"line": 1228
|
|
32822
33175
|
},
|
|
32823
33176
|
"name": "workflows",
|
|
32824
33177
|
"optional": true,
|
|
@@ -65596,6 +65949,6 @@
|
|
|
65596
65949
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
65597
65950
|
}
|
|
65598
65951
|
},
|
|
65599
|
-
"version": "0.91.
|
|
65600
|
-
"fingerprint": "
|
|
65952
|
+
"version": "0.91.24",
|
|
65953
|
+
"fingerprint": "TiCLXV6YpjPBi+1ZBjjMHk9EO3d6UNIwWyV7Zf4YGHs="
|
|
65601
65954
|
}
|