fix: exclude label changes from meaningful activity check

This commit is contained in:
Coco Sheng
2026-05-20 17:22:33 -04:00
parent fc8c1bee0c
commit 651ad55357

View File

@@ -252,8 +252,6 @@ module.exports = async ({ github, context, core }) => {
'connected',
'reopened',
'assigned',
'labeled',
'unlabeled',
].includes(e.event)
) {
return true;