We use GitHub's API to get a file list when a push occurs. However, when you first push to a new repo, the old commit hash is 0000000000000000000000000000000000000000. GitHub's "compare two commits" API doesn't accept this value. So, we can't get a valid file list from the comparison.
We use GitHub's API to get a file list when a push occurs. However, when you first push to a new repo, the old commit hash is 0000000000000000000000000000000000000000. GitHub's "compare two commits" API doesn't accept this value. So, we can't get a valid file list from the comparison.