Add 'reopened' type to issue labeling workflow

This commit is contained in:
Bryan Morgan
2026-01-06 18:17:12 -05:00
committed by GitHub
parent 2122604b32
commit 7feb2f8f42

View File

@@ -2,7 +2,7 @@ name: 'Label Child Issues for Project Rollup'
on:
issues:
types: ['opened', 'edited']
types: ['opened', 'edited', 'reopened']
jobs:
labeler: