From 6c18ec395fd9a1e0c0d05ed6c8a0f87661b83982 Mon Sep 17 00:00:00 2001 From: learntosurf Date: Tue, 8 Apr 2025 23:18:08 +0900 Subject: [PATCH 1/4] test commit --- learntosurf/test_commit.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 learntosurf/test_commit.md diff --git a/learntosurf/test_commit.md b/learntosurf/test_commit.md new file mode 100644 index 00000000..e69de29b From e03836099b8037290f23fccbf55c5a4b079f8243 Mon Sep 17 00:00:00 2001 From: Mingguriguri Date: Tue, 8 Apr 2025 14:25:46 +0000 Subject: [PATCH 2/4] Update challenge progress dashboard --- _MonthlyChallenges/DASHBOARD.md | 2 ++ _MonthlyChallenges/scoreboard.json | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/_MonthlyChallenges/DASHBOARD.md b/_MonthlyChallenges/DASHBOARD.md index 8cf06ca1..cb85cf41 100644 --- a/_MonthlyChallenges/DASHBOARD.md +++ b/_MonthlyChallenges/DASHBOARD.md @@ -6,3 +6,5 @@ | Mingguriguri | DP | 5 | ✅ | | zaqquum | 그래프 | 0 | ❌ | | zaqquum | DP | 2 | ❌ | +| learntosurf | 그래프 | 0 | ❌ | +| learntosurf | DP | 3 | ❌ | diff --git a/_MonthlyChallenges/scoreboard.json b/_MonthlyChallenges/scoreboard.json index e5bce5dd..8bd26ae7 100644 --- a/_MonthlyChallenges/scoreboard.json +++ b/_MonthlyChallenges/scoreboard.json @@ -25,6 +25,18 @@ "그래프": false, "DP": false } + }, + "learntosurf": { + "그래프": [], + "DP": [ + 14430, + 2342, + 2293 + ], + "achieved": { + "그래프": false, + "DP": false + } } } } \ No newline at end of file From 3650d37f5f6f33c0eae912aa040116c05b37e376 Mon Sep 17 00:00:00 2001 From: Mingguriguri Date: Tue, 8 Apr 2025 14:26:21 +0000 Subject: [PATCH 3/4] Update challenge progress dashboard --- _MonthlyChallenges/DASHBOARD.md | 2 +- _MonthlyChallenges/scoreboard.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_MonthlyChallenges/DASHBOARD.md b/_MonthlyChallenges/DASHBOARD.md index cb85cf41..ada6a5e9 100644 --- a/_MonthlyChallenges/DASHBOARD.md +++ b/_MonthlyChallenges/DASHBOARD.md @@ -6,5 +6,5 @@ | Mingguriguri | DP | 5 | ✅ | | zaqquum | 그래프 | 0 | ❌ | | zaqquum | DP | 2 | ❌ | -| learntosurf | 그래프 | 0 | ❌ | +| learntosurf | 그래프 | 2 | ❌ | | learntosurf | DP | 3 | ❌ | diff --git a/_MonthlyChallenges/scoreboard.json b/_MonthlyChallenges/scoreboard.json index 8bd26ae7..f8c893ab 100644 --- a/_MonthlyChallenges/scoreboard.json +++ b/_MonthlyChallenges/scoreboard.json @@ -27,7 +27,10 @@ } }, "learntosurf": { - "그래프": [], + "그래프": [ + 10026, + 4963 + ], "DP": [ 14430, 2342, From a7a0dc9d8d8792406103caafc10e765add127bf3 Mon Sep 17 00:00:00 2001 From: Minjeong Kim <101111603+Mingguriguri@users.noreply.github.com> Date: Tue, 8 Apr 2025 23:38:53 +0900 Subject: [PATCH 4/4] Update update_challenge_progress.yml --- .github/workflows/update_challenge_progress.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update_challenge_progress.yml b/.github/workflows/update_challenge_progress.yml index 43008cd3..281dd663 100644 --- a/.github/workflows/update_challenge_progress.yml +++ b/.github/workflows/update_challenge_progress.yml @@ -37,10 +37,9 @@ jobs: cd _MonthlyChallenges git config --global user.name "${{ secrets.GIT_USER_NAME }}" git config --global user.email "${{ secrets.GIT_USER_EMAIL }}" + git pull origin main --rebase git add scoreboard.json DASHBOARD.md HISTORY.md git commit -m "Update challenge progress dashboard" || echo "No changes to commit" - # cd .. - # git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git git push origin ${{ github.head_ref }} - name: Post PR Comment with progress