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]"}} +```