From 6f584ec6410f539d602620c0961741dd06db70f2 Mon Sep 17 00:00:00 2001 From: Dax Date: Tue, 12 Aug 2025 13:23:19 -0400 Subject: [PATCH] ci: improve guideline check (#1867) --- .github/workflows/guidelines-check.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/guidelines-check.yml b/.github/workflows/guidelines-check.yml index 36fe3b8d..c9a77671 100644 --- a/.github/workflows/guidelines-check.yml +++ b/.github/workflows/guidelines-check.yml @@ -27,10 +27,15 @@ jobs: run: | opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}' - PR description: - ${{ github.event.pull_request.body }} + + ${{ github.event.pull_request.number }} + - Please check all the code changes in this pull request against the guidelines in AGENTS.md file in this repository. + + ${{ github.event.pull_request.body }} + + + Please check all the code changes in this pull request against the guidelines in AGENTS.md file in this repository. Diffs are important but make sure you read the entire file to get proper context. For each violation you find, create a file comment using the gh CLI. Use this exact format for each violation: