From 098e785c13a4143eaf58e41144a922da73c6ded7 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Fri, 8 Sep 2023 17:17:05 +0800 Subject: [PATCH] Drop version constraints "ghes > 3.5 or ghae > 3.4" See github/docs@19ded728c0fc06dc2a4d939ac7026fc050671ebc --- languageservice/src/context-providers/descriptions.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/languageservice/src/context-providers/descriptions.json b/languageservice/src/context-providers/descriptions.json index b1299df..1d1d9a8 100644 --- a/languageservice/src/context-providers/descriptions.json +++ b/languageservice/src/context-providers/descriptions.json @@ -160,11 +160,7 @@ "description": "A unique number for each run of a particular workflow in a repository. This number begins at 1 for the workflow's first run, and increments with each new run. This number does not change if you re-run the workflow run." }, "run_attempt": { - "description": "A unique number for each attempt of a particular workflow run in a repository. This number begins at 1 for the workflow run's first attempt, and increments with each re-run.", - "versions": { - "ghes": "3.5", - "ghae": "3.4" - } + "description": "A unique number for each attempt of a particular workflow run in a repository. This number begins at 1 for the workflow run's first attempt, and increments with each re-run." }, "secret_source": { "description": "The source of a secret used in a workflow. Possible values are `None`, `Actions`, `Dependabot`, or `Codespaces`."