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