Skip to content

Commit

Permalink
[GHA] Support merge group event for dependency review workflow (openv…
Browse files Browse the repository at this point in the history
  • Loading branch information
akladiev authored May 3, 2024
1 parent d9450cc commit 645f5c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
uses: actions/[email protected]
with:
config-file: './.github/dependency_review.yml'
base-ref: ${{ github.pull_request.base.sha || github.event.merge_group.base_ref }}
head-ref: ${{ github.pull_request.head.sha || github.ref }}

0 comments on commit 645f5c9

Please sign in to comment.