From c15fab0538a29adb1be23194a28103bc34b33c1e Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Wed, 1 Nov 2023 12:17:43 -0400 Subject: [PATCH] Update actions/README.md Co-authored-by: Alex Flom --- actions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/README.md b/actions/README.md index c8caeb4c..3c8c2e6d 100644 --- a/actions/README.md +++ b/actions/README.md @@ -11,7 +11,7 @@ This document provides instructions and examples for creating and using GitHub A ## Adding a New Action -Contributors should limit the exposure of actions to workspace management and checks. To add a new action: +Contributors should scope trestle-bot actions to workspace management and checks. To add a new action: 1. Create an entrypoint script for the action in the `trestlebot/entrypoints` directory. 2. Create a new directory in the `trestlebot/actions` directory.