Skip to content

Commit 71a7430

Browse files
authored
Update triage-unallowed-internal-changes.yml
1 parent 62c079c commit 71a7430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage-unallowed-internal-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: filter
4040
with:
4141
# Base branch used to get changed files
42-
base: ${{ github.event.pull_request.base.ref }}
42+
base: ${{ github.event.pull_request.base.ref || github.base_ref || github.ref }}
4343

4444
# Enables setting an output in the format in `${FILTER_NAME}_files
4545
# with the names of the matching files formatted as JSON array

0 commit comments

Comments
 (0)