fix: skip license review for dependabot (#13239)

This commit is contained in:
Jon Ayers
2024-05-10 18:14:03 +00:00
committed by GitHub
parent 8c9560ddb8
commit 82c1562f82
+1 -1
View File
@@ -910,7 +910,7 @@ jobs:
# This action is not intended to do a vulnerability check since that is handled by a separate action.
dependency-license-review:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
if: github.ref != 'refs/heads/main' && github.actor != 'dependabot[bot]'
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4