Skip to content

Fixed to detect comment changes #13

Fixed to detect comment changes

Fixed to detect comment changes #13

Triggered via push August 24, 2025 15:46
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error
Invalid workflow file: .github/workflows/pr.yml#L1
(Line: 35, Col: 9): Unrecognized named-value: 'env'. Located at position 102 within expression: github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork && (github.actor == env.ADMIN_HANDLE) && github.event.pull_request.base.ref == 'main', (Line: 99, Col: 9): Unrecognized named-value: 'env'. Located at position 58 within expression: github.event_name == 'issue_comment' && (github.actor == env.ADMIN_HANDLE) && github.actor != env.CODING_AGENT_HANDLE, (Line: 168, Col: 9): Unrecognized named-value: 'env'. Located at position 72 within expression: github.event_name == 'pull_request_review_comment' && (github.actor == env.ADMIN_HANDLE) && github.actor != env.CODING_AGENT_HANDLE, (Line: 227, Col: 9): Unrecognized named-value: 'env'. Located at position 64 within expression: github.event_name == 'pull_request_review' && (github.actor == env.ADMIN_HANDLE) && github.actor != env.CODING_AGENT_HANDLE