Skip to content

Commit 8e7fa55

Browse files
Update pkg/github/actions.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b141589 commit 8e7fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ func ActionsRunTrigger(getClient GetClientFn, t translations.TranslationHelperFu
412412
mcp.WithToolAnnotation(mcp.ToolAnnotation{
413413
Title: t("TOOL_ACTIONS_TRIGGER_USER_TITLE", "Trigger GitHub Actions workflow actions"),
414414
ReadOnlyHint: ToBoolPtr(false),
415-
DestructiveHint: ToBoolPtr(false),
415+
DestructiveHint: ToBoolPtr(true),
416416
}),
417417
mcp.WithString("action",
418418
mcp.Required(),

0 commit comments

Comments
 (0)