mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
2f255ce01c
- Add target: "*" to safe-outputs configuration for add-labels and add-comment - This allows the workflow to apply comments and labels to multiple issues when running in scheduled/manual trigger mode (batch processing) - Previously, safe-outputs jobs were skipped because they required github.event.issue.number which only exists in event-triggered runs - With target: "*", the workflow now reads issue numbers from the agent output and applies changes to each issue individually