Skip to content

Commit e92e134

Browse files
committed
fix: skip regression analysis comment for Dependabot PRs
- Add 'if: github.actor != dependabot[bot]' to Comment Regression Analysis step - Fixes 'Resource not accessible by integration' error on Dependabot PRs - Benchmarks are working correctly (3% change, no regression) - Only the comment step fails due to Dependabot token restrictions
1 parent d981982 commit e92e134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ jobs:
509509
fi
510510
511511
- name: Comment Regression Analysis
512+
if: github.actor != 'dependabot[bot]'
512513
uses: actions/github-script@v8
513514
with:
514515
script: |

0 commit comments

Comments
 (0)