Skip to content

Commit 1b39db3

Browse files
committed
Update .github/workflows/check-pr-issue.yaml
1 parent 12d32a3 commit 1b39db3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)