Skip to content

Commit 1737995

Browse files
committed
[ci] Update PR validation workflow
1 parent ebc9021 commit 1737995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bot-autoassign-pr-issue-link.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: PR Issue Auto-Assignment
22
on:
33
pull_request_target:
4-
types: [opened, reopened, closed]
4+
types: [opened, reopened, closed, edited, ready_for_review]
55
permissions:
66
contents: read
77
issues: write
88
pull-requests: read
99
concurrency:
10-
group: bot-autoassign-pr-link-${{ github.repository }}-${{ github.event.pull_request.number }}-${{ github.event.action }}
10+
group: bot-autoassign-pr-link-${{ github.repository }}-${{ github.event.pull_request.number }}
1111
cancel-in-progress: true
1212
jobs:
1313
auto-assign-issue:

0 commit comments

Comments
 (0)