testing gh pipeline #2
gh-issues.yml
on: issues
comment_when_issue_labeled_staged_for_release
comment_when_staged_for_release_issue_is_closed
Annotations
1 error
Invalid workflow file:
.github/workflows/gh-issues.yml#L9
The workflow is not valid. .github/workflows/gh-issues.yml (Line: 9, Col: 9): Unexpected symbol: '#'. Located at position 49 within expression: !github.event.issue.pull_request && # Only run on issues (no pr comments) github.event.action == 'labeled' && github.event.label.name == 'staged for release' .github/workflows/gh-issues.yml (Line: 26, Col: 9): Unexpected symbol: '#'. Located at position 49 within expression: !github.event.issue.pull_request && # Only run on issues (no pr comments) github.event.action == 'closed' && github.event.label.name == 'staged for release'
|