Skip to content

Commit fb5808e

Browse files
Merge pull request #61 from getsentry/fix/iterate-pr-checks-flag
fix(iterate-pr): Remove invalid --json flag from gh pr checks fallback
2 parents 187c002 + 86a548a commit fb5808e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/sentry-skills/skills/iterate-pr

plugins/sentry-skills/skills/iterate-pr/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ Return to step 2 if CI failed or new feedback appeared in step 8.
146146
## Fallback
147147

148148
If scripts fail, use `gh` CLI directly:
149-
- `gh pr checks --json name,state,bucket,link`
149+
- `gh pr checks name,state,bucket,link`
150150
- `gh run view <run-id> --log-failed`
151151
- `gh api repos/{owner}/{repo}/pulls/{number}/comments`

0 commit comments

Comments
 (0)