Add label trigger functionality to Claude Code Action

- introduced a new input parameter `label_trigger` in `action.yml` to allow triggering actions based on specific labels applied to issues.
- Enhanced the context preparation and event handling in the code to support the new labled event.
This commit is contained in:
tomoish
2025-06-17 00:32:12 +09:00
parent 3c748dc927
commit 90b0a15006
10 changed files with 182 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ describe("checkWritePermissions", () => {
inputs: {
triggerPhrase: "@claude",
assigneeTrigger: "",
labelTrigger: "",
allowedTools: [],
disallowedTools: [],
customInstructions: "",