summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-12 14:00:30 -0400
committerDax Raad <[email protected]>2025-08-12 14:00:30 -0400
commit4cddda3e16ec71031f4c656d2e3dd820d0c6284a (patch)
tree164915b8e342bfdc11adc3fc6c2d1b53555ffa4b
parent834aa036a4c4b743f4e979118c0e83904faee958 (diff)
downloadopencode-4cddda3e16ec71031f4c656d2e3dd820d0c6284a.tar.gz
opencode-4cddda3e16ec71031f4c656d2e3dd820d0c6284a.zip
ci: sync
-rw-r--r--.github/workflows/guidelines-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/guidelines-check.yml b/.github/workflows/guidelines-check.yml
index 39929896a..7cec751fe 100644
--- a/.github/workflows/guidelines-check.yml
+++ b/.github/workflows/guidelines-check.yml
@@ -37,7 +37,7 @@ jobs:
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. Make it clear the suggestions are merely suggestions and the human can decide what to do
- For each violation you find, create a file comment using the following command:
+ For each violation you find, create a file comment using the following command EXACTLY as shown:
```
gh api repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/comments -f body='[description of problem]' -f path='[path-to-file]' -f line=[line-number] -f side='RIGHT'