Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82c1562

Browse files
authored
fix: skip license review for dependabot (#13239)
1 parent8c9560d commit82c1562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ jobs:
910910
# This action is not intended to do a vulnerability check since that is handled by a separate action.
911911
dependency-license-review:
912912
runs-on:ubuntu-latest
913-
if:github.ref != 'refs/heads/main'
913+
if:github.ref != 'refs/heads/main' && github.actor != 'dependabot[bot]'
914914
steps:
915915
-name:"Checkout Repository"
916916
uses:actions/checkout@v4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp