Merge pull request #3336 from MervinPraison/feat/shell-approval-all-c… #10297
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/praisonai-pr-review.yml#L1
(Line: 18, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.PRAISONAI_APP_ID != '' && secrets.PRAISONAI_APP_PRIVATE_KEY != '' && (
(github.event_name == 'pull_request' && github.event.pull_request.draft == false) ||
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
contains(github.event.comment.body, '@PraisonAI') &&
github.actor != 'github-actions[bot]' &&
github[...]
|