You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Three-way merge is less brittle than plain 'git am'. It can handle scenarios in which
65
+
# the context of the patch has moved. However, we need the parent commit of the patch for
66
+
# this so we'll try to fetch it with the '--depth=2'
67
+
local fetch_url="${github_url}/$1.git"
68
+
if [[ "${GITHUB_TOKEN+x}" ]];then
69
+
# See https://docs.github.com/en/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app?versionId=free-pro-team%40latest&productId=code-security&restPage=dependabot%2Cworking-with-dependabot%2Cconfiguring-access-to-private-registries-for-dependabot#add-code-to-clone-a-repository
0 commit comments