Temporarily disable validating dependabot (#8029)

This commit is contained in:
teor 2023-11-30 00:46:18 +10:00 committed by GitHub
parent 620b751a71
commit d28386ca12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -148,11 +148,12 @@ jobs:
with: with:
level: warning level: warning
fail_on_error: false fail_on_error: false
# This gives an error when run on PRs from external repositories, so we skip it. # This is failing with a JSON schema error, see #8028 for details.
- name: validate-dependabot #- name: validate-dependabot
# If this is a PR, check that the PR source is a local branch. Always runs on non-PRs. # # This gives an error when run on PRs from external repositories, so we skip it.
if: ${{ !startsWith(github.event_name, 'pull') || !github.event.pull_request.head.repo.fork }} # # If this is a PR, check that the PR source is a local branch. Always runs on non-PRs.
uses: marocchino/validate-dependabot@v2.1.0 # if: ${{ !startsWith(github.event_name, 'pull') || !github.event.pull_request.head.repo.fork }}
# uses: marocchino/validate-dependabot@v2.1.0
codespell: codespell:
runs-on: ubuntu-latest runs-on: ubuntu-latest