Skip to content

Commit 2827d12

Browse files
committed
Enforce PR/issue link requirements
1 parent 63af033 commit 2827d12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-pr-issue.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Check PR linked issue and assignee
1717
uses: arkid15r/check-pr-issue-action@a3635191c798f111aae577759b579dc37bb13e02
1818
with:
19-
close_pr_on_failure: 'false'
19+
close_pr_on_failure: 'true'
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
21-
no_assignee_message: 'Test: The linked issue must be assigned to the PR author.'
22-
no_issue_message: 'Test: This PR must be linked to an issue.'
21+
no_assignee_message: 'The linked issue must be assigned to the PR author.'
22+
no_issue_message: 'The PR must be linked to an issue assigned to the PR author.'
2323
require_assignee: 'true'
2424
skip_users: 'arkid15r,kasya'

0 commit comments

Comments
 (0)