mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-14 01:50:32 +02:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
88c75181e3
commit
17aad2586c
@@ -11,9 +11,9 @@ if ! git rev-parse --git-dir > /dev/null 2>&1; then
|
||||
fi
|
||||
|
||||
# If this is a shallow clone, fetch enough history to compute merge bases
|
||||
if git rev-parse --is-shallow-repository >/dev/null 2>&1 && git rev-parse --is-shallow-repository | grep -q true; then
|
||||
echo "🔄 Repository is shallow; fetching full history to enable merging…"
|
||||
git fetch --unshallow || git fetch --deepen=100000
|
||||
if git rev-parse --is-shallow-repository > /dev/null 2>&1 && git rev-parse --is-shallow-repository | grep -q true; then
|
||||
echo "🔄 Repository is shallow; fetching full history to enable merging…"
|
||||
git fetch --unshallow || git fetch --deepen=100000
|
||||
fi
|
||||
|
||||
# Get list of open, non-draft PR numbers via GitHub API
|
||||
|
||||
Reference in New Issue
Block a user