Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update lint-pr.yml
Browse files Browse the repository at this point in the history
update pr linter
  • Loading branch information
severinstampler authored Nov 15, 2023
1 parent 0d2800c commit dbe3719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
```
# Delete a previous comment when the issue has been resolved
- if: ${{ steps.lint_pr_title.outputs.error_message == null && !contains(fromJSON(steps.lint_commit_messages.outputs.results).*.valid, false) }}
- if: ${{ steps.lint_pr_title.outputs.error_message == null && (steps.lint_commit_messages.outputs.results != null && !contains(fromJSON(steps.lint_commit_messages.outputs.results).*.valid, false)) }}
uses: marocchino/sticky-pull-request-comment@v2
with:
header: pr-title-lint-error
Expand Down

0 comments on commit dbe3719

Please sign in to comment.