Fix two issues found during release workflow testing:
notify_failure.py was passing label names as strings, but Gitea API expects label IDs as integers. Now looks up label ID by name before creating issue.
Branch protection blocked release workflow from pushing release commits to master. Added CI bot user to push whitelist.
Closes GRM-35
Fix two issues found during release workflow testing:
1. notify_failure.py was passing label names as strings, but Gitea API expects label IDs as integers. Now looks up label ID by name before creating issue.
2. Branch protection blocked release workflow from pushing release commits to master. Added CI bot user to push whitelist.
Closes GRM-35
emil
merged commit 9bec3e410a into master2026-06-21 17:49:12 +00:00
emil
deleted branch GRM-35-fix-release-push-and-notify2026-06-21 17:49:13 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix two issues found during release workflow testing:
notify_failure.py was passing label names as strings, but Gitea API expects label IDs as integers. Now looks up label ID by name before creating issue.
Branch protection blocked release workflow from pushing release commits to master. Added CI bot user to push whitelist.
Closes GRM-35