From 89c0f760772854f270641336cf5553d7eac8a3a0 Mon Sep 17 00:00:00 2001 From: vishesh92 Date: Mon, 1 Jun 2026 12:56:33 +0530 Subject: [PATCH] Fix issue triage github action --- .github/workflows/shared/noop-reminder.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/shared/noop-reminder.md diff --git a/.github/workflows/shared/noop-reminder.md b/.github/workflows/shared/noop-reminder.md new file mode 100644 index 000000000000..77cca08c1bec --- /dev/null +++ b/.github/workflows/shared/noop-reminder.md @@ -0,0 +1,5 @@ +**Important**: If no action is needed after completing your analysis, you **MUST** call the `noop` safe-output tool with a brief explanation. Failing to call any safe-output tool is the most common cause of safe-output workflow failures. + +```json +{"noop": {"message": "No action needed: [brief explanation of what was analyzed and why]"}} +```