mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Don't run code review bot on draft PR (#150280)
This commit is contained in:
1
.github/workflows/pr-chat.yml
vendored
1
.github/workflows/pr-chat.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !github.event.pull_request.draft }}
|
||||
steps:
|
||||
- name: Checkout Actions
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user