fix: hide-previous-comment
now can handel matrix strategy runs when given a unique comment-header
#188
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Conventional Commits | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: liatrio/github-actions/conventional-pr-title@master | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |