GRM-35: Fix release push permission and notify_failure label IDs #21

Merged
emil merged 0 commits from GRM-35-fix-release-push-and-notify into master 2026-06-21 17:49:12 +00:00
Owner

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

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 master 2026-06-21 17:49:12 +00:00
emil deleted branch GRM-35-fix-release-push-and-notify 2026-06-21 17:49:13 +00:00
Sign in to join this conversation.