Skip to content

Commit 9fbe7fd

Browse files
authored
Merge pull request github#26208 from github/heiskr-patch-3
Update triage-unallowed-internal-changes.yml for merge queue
2 parents 62c079c + 71a7430 commit 9fbe7fd

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)