diff --git a/v3/plugins/ms-vscode/vscode-github-pullrequest/0.20.0/meta.yaml b/v3/plugins/ms-vscode/vscode-github-pullrequest/0.20.0/meta.yaml new file mode 100644 index 0000000000..849b3c9f6f --- /dev/null +++ b/v3/plugins/ms-vscode/vscode-github-pullrequest/0.20.0/meta.yaml @@ -0,0 +1,15 @@ +publisher: ms-vscode +apiVersion: v2 +name: vscode-github-pullrequest +version: 0.20.0 +type: VS Code extension +displayName: GitHub Pull Requests and issues +title: Pull Request Provider for GitHub. +description: This extension allows you to review and manage GitHub pull requests and issues. +icon: https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/0.20.0/resources/icons/github_logo.png +repository: https://github.com/microsoft/vscode-pull-request-github +category: Other +firstPublicationDate: '2020-10-8' +spec: + extensions: + - https://github.com/microsoft/vscode-pull-request-github/releases/download/0.20.0/vscode-pull-request-github-0.20.0.vsix diff --git a/v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt b/v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt index a3df0a6959..5a03fb737b 100644 --- a/v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt +++ b/v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt @@ -1 +1 @@ -0.8.0 +0.20.0 diff --git a/vscode-extensions.json b/vscode-extensions.json index 9f7bcfaeb2..fcb42d1e55 100644 --- a/vscode-extensions.json +++ b/vscode-extensions.json @@ -192,7 +192,7 @@ }, { "repository": "https://github.com/microsoft/vscode-pull-request-github", - "revision": "v0.8.0" + "revision": "0.20.0" }, { "repository": "https://github.com/Microsoft/vscode-python",