Skip to content

Commit 3d56621

Browse files
authored
missing trigger event (ohcnetwork#12050)
1 parent 84c4082 commit 3d56621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
fi
184184
185185
- name: Check assignees roles and update Team
186-
if: github.event.action == 'assigned'
186+
if: github.event.action == 'assigned' || github.event.action == 'unassigned'
187187
env:
188188
ISSUE_NUMBER: ${{ github.event.issue.number }}
189189
REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)