File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
17+
1618 - name : Check PR linked issue and assignee
17- uses : arkid15r/check-pr-issue-action@198f78f3287881ccd01b45fe28b50b0b9a33feb1
19+ uses : arkid15r/check-pr-issue-action@f2c2ac3b8c73b5da96294af9ac3ec174098cf513
1820 with :
1921 close_pr_on_failure : ' true'
2022 github_token : ${{ secrets.GITHUB_TOKEN }}
2123 no_assignee_message : ' The linked issue must be assigned to the PR author.'
2224 no_issue_message : ' The PR must be linked to an issue assigned to the PR author.'
2325 require_assignee : ' true'
24- skip_users : ' arkid15r,kasya'
2526 skip_users_file_path : ' .github/workflows/check-pr-issue-skip-usernames.txt'
You can’t perform that action at this time.
0 commit comments