The branch, master has been updated via e3f01682d77679397593656b741d98503ceb6d4b (commit) from 10a061ba9939961e88d98f590eaad4074c639123 (commit)
- Log ----------------------------------------------------------------- commit e3f01682d77679397593656b741d98503ceb6d4b Author: Timo Rothenpieler <t...@rothenpieler.org> AuthorDate: Fri Aug 29 01:12:20 2025 +0200 Commit: Timo Rothenpieler <t...@rothenpieler.org> CommitDate: Fri Aug 29 01:12:20 2025 +0200 forgejo/labeler: react to 'labeled' action as well diff --git a/.forgejo/labeler/labeler.js b/.forgejo/labeler/labeler.js index b1c05787f0..b0c0898668 100644 --- a/.forgejo/labeler/labeler.js +++ b/.forgejo/labeler/labeler.js @@ -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)) ) { ----------------------------------------------------------------------- Summary of changes: .forgejo/labeler/labeler.js | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org