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 f781fc9 commit e4527d4Copy full SHA for e4527d4
.github/workflows/node.js.yml
@@ -84,6 +84,12 @@ jobs:
84
git remote add forkUpstream https://github.com/$REPO_NAME # URL of the fork
85
git fetch forkUpstream # Fetch fork
86
87
+ - name: Merge in target branch to avoid false negatives.
88
+ env:
89
+ TARGET_BRANCH: ${{ github.event.pull_request.base.ref }}
90
+ run: |
91
+ git merge origin/$TARGET_BRANCH
92
+
93
- name: Compute git diff
94
env:
95
CURRENT_BRANCH: ${{ github.head_ref }}
0 commit comments