We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63af033 commit 2827d12Copy full SHA for 2827d12
.github/workflows/check-pr-issue.yaml
@@ -16,9 +16,9 @@ jobs:
16
- name: Check PR linked issue and assignee
17
uses: arkid15r/check-pr-issue-action@a3635191c798f111aae577759b579dc37bb13e02
18
with:
19
- close_pr_on_failure: 'false'
+ close_pr_on_failure: 'true'
20
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.'
+ no_assignee_message: 'The linked issue must be assigned to the PR author.'
+ no_issue_message: 'The PR must be linked to an issue assigned to the PR author.'
23
require_assignee: 'true'
24
skip_users: 'arkid15r,kasya'
0 commit comments