We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62c079c + 71a7430 commit 9fbe7fdCopy full SHA for 9fbe7fd
.github/workflows/triage-unallowed-internal-changes.yml
@@ -39,7 +39,7 @@ jobs:
39
id: filter
40
with:
41
# Base branch used to get changed files
42
- base: ${{ github.event.pull_request.base.ref }}
+ base: ${{ github.event.pull_request.base.ref || github.base_ref || github.ref }}
43
44
# Enables setting an output in the format in `${FILTER_NAME}_files
45
# with the names of the matching files formatted as JSON array
0 commit comments