File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,14 @@ jobs:
9999 mypy --install-types --non-interactive --config-file mypy.ini
100100 echo '::endgroup::'
101101
102- bc :
103- if : github.event.pull_request
104- runs-on : ubuntu-latest
105- steps :
106- - name : Run BC Lint Action
107- uses : pytorch/test-infra/.github/actions/bc-lint@release/2.7
108- with :
109- repo : ${{ github.event.pull_request.head.repo.full_name }}
110- base_sha : ${{ github.event.pull_request.base.sha }}
111- head_sha : ${{ github.event.pull_request.head.sha }}
102+ # bc:
103+ # if: github.event.pull_request
104+ # runs-on: ubuntu-latest
105+ # steps:
106+ # - name: Run BC Lint Action
107+ # uses: pytorch/test-infra/.github/actions/bc-lint@main
108+ # with:
109+ # repo: ${{ github.event.pull_request.head.repo.full_name }}
110+ # base_sha: ${{ github.event.pull_request.base.sha }}
111+ # head_sha: ${{ github.event.pull_request.head.sha }}
112+ # >>>>>>> 8a06122218 (Deactivate bc linter (#8999))
You can’t perform that action at this time.
0 commit comments