fix: pr requirements

This commit is contained in:
Timothy
2026-01-26 11:54:10 -08:00
parent 6834dcfcb7
commit 4575540d69
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
github.event_name == 'pull_request' ||
(github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
github.event.comment.body == '/check')
startsWith(github.event.comment.body, '/check'))
steps:
- name: Check PR has linked issue with assignee