Skip to content

Commit d6ce01c

Browse files
docs: add explanation and link to job.
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent b44a572 commit d6ce01c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
- name: Merge in target branch to avoid false negatives.
8888
env:
8989
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
9092
run: |
9193
git merge origin/$TARGET_BRANCH
9294

0 commit comments

Comments
 (0)