Skip to content

Commit 5c04cbb

Browse files
committed
Merge branch 'jscpd/merge' of github.com:Hweinstock/aws-toolkit-vscode into jscpd/merge
2 parents f6a9895 + d6ce01c commit 5c04cbb

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
@@ -88,6 +88,8 @@ jobs:
8888
- name: Merge in target branch to avoid false negatives.
8989
env:
9090
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
9193
run: |
9294
git config --global user.email "[email protected]"
9395
git config --global user.name "ci"

0 commit comments

Comments
 (0)