You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. [You haven't correctly linked your PR to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue)
45
-
46
-
Thanks for contributing!
47
-
48
-
Check-PR-Issue:
49
-
name: Check Correct PR Issue Assignment
50
-
runs-on: ubuntu-latest
51
-
needs: [PR-Greeting]
52
-
steps:
53
-
- uses: actions/checkout@v4
54
-
- name: Check PR linked issue and assignee
55
-
uses: arkid15r/check-pr-issue-action@0.1.3
56
-
with:
57
-
close_pr_on_failure: 'true'
58
-
github_token: ${{ secrets.GITHUB_TOKEN }}
59
-
no_assignee_message: 'The linked issue must be assigned to the PR author.'
60
-
no_issue_message: 'The PR must be linked to an issue assigned to the PR author.'
61
-
check_issue_reference: 'true'
62
-
require_assignee: 'true'
63
-
# List of usernames who can create PRs without having an assigned issue
stale-issue-message: 'This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.'
31
-
stale-pr-message: 'This pull request did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. Mention it now if you need help or give permission to other people to finish your work.'
32
-
close-issue-message: 'This issue did not get any activity in the past 180 days and thus has been closed. Please check if the newest release or develop branch has it fixed. Please, create a new issue if the issue is not fixed.'
33
-
close-pr-message: 'This pull request did not get any activity in the past 180 days and thus has been closed.'
0 commit comments