From b269cd9464e764c88c496453598ffd3fad09a578 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru Date: Thu, 26 Nov 2020 15:50:31 +0100 Subject: [PATCH] Add open pull request query --- .vscode/notebooks/endgame.github-issues | 10 ++++++++++ .vscode/notebooks/my-endgame.github-issues | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/.vscode/notebooks/endgame.github-issues b/.vscode/notebooks/endgame.github-issues index fbcd551c806..7e7d8a33ee4 100644 --- a/.vscode/notebooks/endgame.github-issues +++ b/.vscode/notebooks/endgame.github-issues @@ -17,6 +17,16 @@ "value": "# Preparation", "editable": true }, + { + "kind": 1, + "language": "markdown", + "value": "## Open Pull Requests on the Milestone" + }, + { + "kind": 2, + "language": "github-issues", + "value": "$REPOS $MILESTONE is:pr is:open" + }, { "kind": 1, "language": "markdown", diff --git a/.vscode/notebooks/my-endgame.github-issues b/.vscode/notebooks/my-endgame.github-issues index 0e8db03775c..0a049c2d2b9 100644 --- a/.vscode/notebooks/my-endgame.github-issues +++ b/.vscode/notebooks/my-endgame.github-issues @@ -17,6 +17,16 @@ "value": "# Preparation", "editable": true }, + { + "kind": 1, + "language": "markdown", + "value": "## Open Pull Requests on the Milestone" + }, + { + "kind": 2, + "language": "github-issues", + "value": "$REPOS $MILESTONE $MINE is:pr is:open" + }, { "kind": 1, "language": "markdown", -- GitLab