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 b44a572 commit d6ce01cCopy full SHA for d6ce01c
.github/workflows/node.js.yml
@@ -87,6 +87,8 @@ jobs:
87
- name: Merge in target branch to avoid false negatives.
88
env:
89
TARGET_BRANCH: ${{ github.event.pull_request.base.ref }}
90
+ # Note: "git merge" should always succeed here, because GHA won't
91
+ # start the job if there are merge conflicts. https://github.com/orgs/community/discussions/11265
92
run: |
93
git merge origin/$TARGET_BRANCH
94
0 commit comments