Merge pull request #2 from prepguides/docs/development-workflow #3
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-automation.yml#L1
(Line: 27, Col: 14): Unexpected symbol: '}"'. Located at position 52 within expression: join(github.event.pull_request.labels.*.name, ' ') }"
echo "PR Labels: $LABELS"
# Check if PR is not a draft
if [ "${{ github.event.pull_request.draft
|