From b0f7e5c5f7be8654fac0937e2672e2cf4f9b0a21 Mon Sep 17 00:00:00 2001 From: pphatdev <65520537+pphatdev@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:32:56 +0000 Subject: [PATCH 1/3] chore: auto update category json files --- brands.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/brands.json b/brands.json index 7d560ff..c0e3458 100644 --- a/brands.json +++ b/brands.json @@ -439,6 +439,11 @@ "target": "brands/kalilinux.json", "type": "brands" }, + { + "name": "kfemeetup", + "target": "brands/kfemeetup.json", + "type": "brands" + }, { "name": "kotlin", "target": "brands/kotlin.json", From 8d084fe97777bd04854e21fb9ff545fed13e7c1c Mon Sep 17 00:00:00 2001 From: pphatdev Date: Thu, 30 Jul 2026 15:16:29 +0700 Subject: [PATCH 2/3] chore: add DRAFT_PR.md to ignore list in icons package --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7916cf2..dcaaa3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .github/scripts/dist/ node_modules/ -.claude/ \ No newline at end of file +.claude/ +DRAFT_PR.md \ No newline at end of file From d1ed18bc2208777f75d5888f2cc557a256cf179a Mon Sep 17 00:00:00 2001 From: pphatdev Date: Thu, 30 Jul 2026 18:09:16 +0700 Subject: [PATCH 3/3] feat: add telegram alert workflow for push and pull request events Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/telegram-alert.yml | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/telegram-alert.yml diff --git a/.github/workflows/telegram-alert.yml b/.github/workflows/telegram-alert.yml new file mode 100644 index 0000000..8a15cb7 --- /dev/null +++ b/.github/workflows/telegram-alert.yml @@ -0,0 +1,29 @@ +name: Telegram Alert + +on: + push: + branches: + - main + - master + - develop + pull_request: + branches: + - main + - master + - develop + types: [opened, synchronize, reopened, closed] + +jobs: + notify: + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + steps: + - name: Send Telegram alert + uses: pphatdev/telegrambot-alert-action@v1 + with: + telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }} + telegram-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }} + status: success + stage: Update