graphiti/.github/workflows
Daniel Chalef 1a6b49998b Fix error handling bug in PyPI version fetch
The previous error handling was broken due to set -e causing
immediate exit, making the $? check unreachable.

Changes:
- Use set -eo pipefail for proper pipeline error handling
- Check command success with if ! command; then pattern
- Separate check for empty version string
- Both checks now properly reachable and functional

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 23:40:07 -07:00
..
ai-moderator.yml feat: Add GitHub AI Moderator for automated spam detection (#856) 2025-08-25 07:25:07 -07:00
cla.yml Update cla.yml (#884) 2025-08-30 08:23:53 -07:00
claude-code-review-manual.yml Secure Claude PR reviews with two-workflow approach (#999) 2025-10-12 09:41:13 -07:00
claude-code-review.yml Potential fix for code scanning alert no. 24: Workflow does not contain permissions (#1036) 2025-10-30 19:49:48 -07:00
claude.yml Update claude.yml (#877) 2025-08-28 20:58:00 -07:00
codeql.yml Create codeql.yml (#580) 2025-06-12 19:04:34 -07:00
daily_issue_maintenance.yml Refactor issue workflows for improved automation (#964) 2025-10-02 11:37:19 -07:00
issue-triage.yml Update issue triage workflow to allow non-write users for duplicate checks (#974) 2025-10-03 09:20:28 -07:00
lint.yml depot + cleanup (#22) 2024-08-22 15:16:15 -07:00
release-graphiti-core.yml Update release-graphiti-core.yml to python 3.11 (#639) 2025-06-27 14:27:21 -07:00
release-mcp-server.yml Fix error handling bug in PyPI version fetch 2025-10-30 23:40:07 -07:00
release-server-container.yml Add automated FastAPI server container release workflow (#1031) 2025-10-29 19:24:12 -07:00
typecheck.yml Potential fix for code scanning alert no. 18: Workflow does not contain permissions (#648) 2025-06-30 13:01:42 -07:00
unit_tests.yml Remove integration markers from database tests (#1000) 2025-10-12 10:16:34 -07:00