mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 11:00:08 +01: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