Skip to content

Commit 8c30dd4

Browse files
committed
Update .github/workflows/check-pr-issue.yaml
1 parent f9f737d commit 8c30dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11-
issues: read
11+
issues: write
1212
pull-requests: write
1313

1414
jobs:
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020

2121
- name: Check PR linked issue and assignee
22-
uses: arkid15r/check-pr-issue-action@main
22+
uses: arkid15r/check-pr-issue-action@a3635191c798f111aae577759b579dc37bb13e02
2323
with:
2424
close_pr_on_failure: 'false'
2525
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)