Skip to content

Commit 2f70c91

Browse files
authored
New create view actions are showing in old create view (#4969)
Fixes #4968
1 parent e1ed6d6 commit 2f70c91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,12 +1739,12 @@
17391739
},
17401740
{
17411741
"command": "pr.addAssigneesToNewPr",
1742-
"when": "view == github:createPullRequest && github:createPrPermissions != READ && github:createPrPermissions",
1742+
"when": "view == github:createPullRequest && github:createPrPermissions != READ && github:createPrPermissions && config.githubPullRequests.experimental.createView",
17431743
"group": "navigation@1"
17441744
},
17451745
{
17461746
"command": "pr.addReviewersToNewPr",
1747-
"when": "view == github:createPullRequest && github:createPrPermissions != READ && github:createPrPermissions",
1747+
"when": "view == github:createPullRequest && github:createPrPermissions != READ && github:createPrPermissions && config.githubPullRequests.experimental.createView",
17481748
"group": "navigation@2"
17491749
},
17501750
{
@@ -1754,7 +1754,7 @@
17541754
},
17551755
{
17561756
"command": "pr.addMilestoneToNewPr",
1757-
"when": "view == github:createPullRequest && github:createPrPermissions != READ && github:createPrPermissions",
1757+
"when": "view == github:createPullRequest && github:createPrPermissions != READ && github:createPrPermissions && config.githubPullRequests.experimental.createView",
17581758
"group": "navigation@4"
17591759
}
17601760
],

0 commit comments

Comments
 (0)