joshcai / leetcode-sync

GitHub Action for syncing LeetCode submissions to GitHub
293 stars 59 forks source link

Updated action.js to Handle Locked LeetCode Premium Problems and Improve Sync Reliability #62

Closed AlyHG closed 2 months ago

AlyHG commented 2 months ago

Description: This pull request addresses an issue where users with previously unlocked LeetCode premium problems would experience failures during the sync process. The following changes have been made:

These changes improve the sync process by handling scenarios where some LeetCode problems are locked, allowing the action to continue syncing all available, unlocked problems successfully.

AlyHG commented 2 months ago

Hey, I applied your feedback and made the changes requested. Let me know if there's anything else.

joshcai commented 2 months ago

Thanks! Looks good to me now - merging.