fix(ci): replace nonexistent gitea-issue-create action with curl API call #35

Merged
rootiest merged 1 commits from fix/docs-drift-workflow-action into main 2026-06-07 03:20:53 +00:00

1 Commits

Author SHA1 Message Date
rootiest b6aa81f3b1 fix(ci): replace nonexistent gitea-issue-create action with curl API call
The `actions/gitea-issue-create@v1` action does not exist on GitHub,
causing the docs-drift workflow to fail at clone time. Replace it with
a direct call to the Gitea REST API using curl. Also corrects the label
from `documentation` to `Kind/Documentation`.
2026-06-06 23:20:18 -04:00