Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/conventional_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: The subject must start with a lowercase character
# Create a sticky comment to display the detailed error
- uses: marocchino/sticky-pull-request-comment@v2
- uses: marocchino/sticky-pull-request-comment@v3
if: always() && (steps.check_pr_rule.outputs.error_message != null)
with:
header: check_pr_comment
Expand All @@ -42,7 +42,7 @@ jobs:
```
# Delete a previous comment when the issue has been resolved
- if: ${{ steps.check_pr_rule.outputs.error_message == null }}
uses: marocchino/sticky-pull-request-comment@v2
uses: marocchino/sticky-pull-request-comment@v3
with:
header: check_pr_comment
delete: true
Loading