From fa4822f8b8c90d4e645690a25407eb6402614cfb Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 30 Aug 2025 19:38:22 -0700 Subject: [PATCH] github actions --- .github/workflows/labeled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeled.yml b/.github/workflows/labeled.yml index 1c949d29fc..ec1fec196d 100644 --- a/.github/workflows/labeled.yml +++ b/.github/workflows/labeled.yml @@ -61,7 +61,7 @@ jobs: repo: context.repo.repo, pull_number: context.issue.number, title: 'ai slop', - body: 'This PR has been marked as AI slop and the description has been updated to avoid confusion or misleading reviewers. Many AI PRs are fine, but sometimes they submit a PR too early or just don't test anything and come to a completely wrong assumption.' + body: 'This PR has been marked as AI slop and the description has been updated to avoid confusion or misleading reviewers. Many AI PRs are fine, but sometimes they submit a PR too early or just don\'t test anything and come to a completely wrong assumption.' }); on-labeled: runs-on: ubuntu-latest