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 67b995a commit 53e8945Copy full SHA for 53e8945
.evergreen/scripts/create-pr.sh
@@ -33,8 +33,6 @@ popd
33
echo "Creating the git checkout..."
34
branch="spec-resync-"$(date '+%m-%d-%Y')
35
36
-#git config user.email "167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com"
37
-#git config user.name "mongodb-dbx-release-bot[bot]"
38
git remote set-url origin https://x-access-token:${token}@github.com/$owner/$repo.git
39
git checkout -b $branch "origin/master"
40
git add ./test
0 commit comments