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.
1 parent 62c079c commit 71a7430Copy full SHA for 71a7430
.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