From a21ae01f55e0fca334d45cbc4c94734a9b6b3be2 Mon Sep 17 00:00:00 2001 From: Ashish Keshan Date: Mon, 2 Dec 2024 12:58:14 -0500 Subject: [PATCH] [Orphaned Files Check] Improve content + readability of PR body (#53409) Co-authored-by: Kevin Heis --- .github/workflows/orphaned-files-check.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/orphaned-files-check.yml b/.github/workflows/orphaned-files-check.yml index bac101e56030..d2e56fdafa33 100644 --- a/.github/workflows/orphaned-files-check.yml +++ b/.github/workflows/orphaned-files-check.yml @@ -91,14 +91,13 @@ jobs: git push origin $branchname body=$(cat <<-EOM - Found with the npm run find-orphaned-assets script. - The orphaned files workflow file .github/workflows/orphaned-files-check.yml - runs every Monday at 16:20 UTC / 8:20 PST. - The first responder should just spot-check some of the unused assets - to make sure they aren't referenced anywhere - and then approve and merge the pull request. - For more information, see [Doc: Orphaned Assets](https://github.com/github/docs-engineering/blob/main/docs/orphaned-assets.md) - and [Doc: Reusables CLI](https://github.com/github/docs-internal/tree/main/src/content-render/scripts/reusables-cli). + Found with the `npm run find-orphaned-assets` and `npm run -s reusables -- find unused` scripts. + + The orphaned files workflow file .github/workflows/orphaned-files-check.yml runs every Monday at 16:20 UTC / 8:20 PST. + + If you are the first responder, please spot check some of the unused assets to make sure they aren't referenced anywhere. Then, approve and merge the pull request. + + For more information, see [Doc: Orphaned Assets](https://github.com/github/docs-engineering/blob/main/docs/orphaned-assets.md) and [Doc: Reusables CLI](https://github.com/github/docs-internal/tree/main/src/content-render/scripts/reusables-cli). EOM )