Skip to content

Commit 6d976cf

Browse files
committed
[fix] Sync bot-autoassign-pr-issue-link with openwisp-utils
1 parent 08c99d9 commit 6d976cf

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, closed]
4+
types: [opened, reopened, closed]
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 }}
10+
group: bot-autoassign-pr-link-${{ github.repository }}-${{ github.event.pull_request.number }}-${{ github.event.action }}
1111
cancel-in-progress: true
1212
jobs:
1313
auto-assign-issue:

0 commit comments

Comments
 (0)