feat: updateLanguages, updateQualities functionality

This commit is contained in:
Sam Chau
2026-01-14 16:03:14 +10:30
parent f4b531b61a
commit aec6d79695
9 changed files with 656 additions and 88 deletions

12
.github/workflows/notify.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Notify
on:
push:
branches:
- "v2"
- "stable"
- "dev"
jobs:
call-notify-commit:
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
secrets:
PARROT_URL: ${{ secrets.PARROT_URL }}