mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 16:25:00 +01:00
10
.github/workflows/api-proposal-version-check.yml
vendored
10
.github/workflows/api-proposal-version-check.yml
vendored
@@ -23,11 +23,11 @@ jobs:
|
||||
check-version-changes:
|
||||
name: Check API Proposal Version Changes
|
||||
# Run on PR events, or on issue_comment if it's on a PR and contains the override command
|
||||
if: |
|
||||
github.event_name == 'pull_request' ||
|
||||
(github.event_name == 'issue_comment' &&
|
||||
github.event.issue.pull_request &&
|
||||
contains(github.event.comment.body, '/api-proposal-change-required'))
|
||||
if: false # temporarily disabled
|
||||
# github.event_name == 'pull_request' ||
|
||||
# (github.event_name == 'issue_comment' &&
|
||||
# github.event.issue.pull_request &&
|
||||
# contains(github.event.comment.body, '/api-proposal-change-required'))
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get PR info
|
||||
|
||||
Reference in New Issue
Block a user