Skip to content

Commit 84ae06c

Browse files
committed
next version for ts
1 parent 9c80d22 commit 84ae06c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+15549
-402
lines changed

.github/workflows/update-parity-tracker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Check for changes
3838
id: check_changes
3939
run: |
40-
if git diff --quiet src/praisonai-ts/FEATURE_PARITY_TRACKER.json src/praisonai-rust/FEATURE_PARITY_TRACKER.json 2>/dev/null; then
40+
if git diff --quiet src/praisonai-ts/FEATURE_PARITY_TRACKER.json src/praisonai-ts/PARITY.md src/praisonai-rust/FEATURE_PARITY_TRACKER.json src/praisonai-rust/PARITY.md 2>/dev/null; then
4141
echo "changes=false" >> $GITHUB_OUTPUT
4242
echo "No changes to parity trackers"
4343
else
@@ -51,7 +51,8 @@ jobs:
5151
uses: stefanzweifel/git-auto-commit-action@v5
5252
with:
5353
commit_message: "docs: auto-update feature parity trackers [skip ci]"
54-
file_pattern: 'src/praisonai-ts/FEATURE_PARITY_TRACKER.json src/praisonai-rust/FEATURE_PARITY_TRACKER.json'
54+
file_pattern: 'src/praisonai-ts/FEATURE_PARITY_TRACKER.json src/praisonai-ts/PARITY.md src/praisonai-rust/FEATURE_PARITY_TRACKER.json src/praisonai-rust/PARITY.md'
5555
commit_user_name: "github-actions[bot]"
5656
commit_user_email: "41898282+github-actions[bot]@users.noreply.github.com"
5757
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
58+

0 commit comments

Comments
 (0)