1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

forgejo/labeler: react to 'labeled' action as well

This commit is contained in:
Timo Rothenpieler
2025-08-29 01:12:20 +02:00
parent 10a061ba99
commit e3f01682d7

View File

@@ -30,6 +30,7 @@ module.exports = async ({github, context}) => {
(context.payload.action !== 'opened' && (
context.payload.action === 'assigned' ||
context.payload.action === 'label_updated' ||
context.payload.action === 'labeled' ||
context.payload.comment) &&
await isOrgMember(context.payload.sender.login))
) {