summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax <[email protected]>2025-08-12 13:23:19 -0400
committerGitHub <[email protected]>2025-08-12 13:23:19 -0400
commit6f584ec6410f539d602620c0961741dd06db70f2 (patch)
tree1b10c87f6a12ce36c6342d42facbd47bc2187cc3
parent3a2b2f13f252e17237dcd4ccce24b1694f6a46f6 (diff)
downloadopencode-6f584ec6410f539d602620c0961741dd06db70f2.tar.gz
opencode-6f584ec6410f539d602620c0961741dd06db70f2.zip
ci: improve guideline check (#1867)
-rw-r--r--.github/workflows/guidelines-check.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/guidelines-check.yml b/.github/workflows/guidelines-check.yml
index 36fe3b8db..c9a776715 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:
+ <pr-number>
+ ${{ github.event.pull_request.number }}
+ </pr-number>
+
+ <pr-description>
${{ github.event.pull_request.body }}
+ </pr-description>
- Please check all the code changes in this pull request against the guidelines in AGENTS.md file in this repository.
+ 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: