fix: pr requirements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user