mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-07 04:53:01 +01:00
A pull_request_target workflow executes from the BASE branch, so pr-title.yml (added in this PR, absent on develop) never runs under it — leaving the required 'Validate PR Title' check stuck in Expected. Back to pull_request so the check runs from the PR branch. The fork-PR write-token improvement can be revisited in a follow-up once this workflow exists on develop. Keep the success() guard and the per-PR concurrency group.