Add field_added and field_removed issue event types to workflows (#351)

This commit is contained in:
Armağan
2026-04-16 23:55:56 +08:00
committed by GitHub
parent 8aa246e9d9
commit 9a8a94bd21
4 changed files with 59 additions and 3 deletions
+4 -2
View File
@@ -539,7 +539,7 @@
}
},
"issues-activity": {
"description": "The types of issue activity that trigger the workflow. Supported activity types: `opened`, `edited`, `deleted`, `transferred`, `pinned`, `unpinned`, `closed`, `reopened`, `assigned`, `unassigned`, `labeled`, `unlabeled`, `locked`, `unlocked`, `milestoned`, `demilestoned`.",
"description": "The types of issue activity that trigger the workflow. Supported activity types: `opened`, `edited`, `deleted`, `transferred`, `pinned`, `unpinned`, `closed`, `reopened`, `assigned`, `unassigned`, `labeled`, `unlabeled`, `locked`, `unlocked`, `milestoned`, `demilestoned`, `field_added`, `field_removed`.",
"one-of": [
"issues-activity-type",
"issues-activity-types"
@@ -567,7 +567,9 @@
"locked",
"unlocked",
"milestoned",
"demilestoned"
"demilestoned",
"field_added",
"field_removed"
]
},
"label-string": {