You've already forked FFmpeg
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:
@@ -30,6 +30,7 @@ module.exports = async ({github, context}) => {
|
|||||||
(context.payload.action !== 'opened' && (
|
(context.payload.action !== 'opened' && (
|
||||||
context.payload.action === 'assigned' ||
|
context.payload.action === 'assigned' ||
|
||||||
context.payload.action === 'label_updated' ||
|
context.payload.action === 'label_updated' ||
|
||||||
|
context.payload.action === 'labeled' ||
|
||||||
context.payload.comment) &&
|
context.payload.comment) &&
|
||||||
await isOrgMember(context.payload.sender.login))
|
await isOrgMember(context.payload.sender.login))
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user