chore: Bump FastEndpoints.Messaging.Remote from 6.1.0 to 7.1.0 #218
This file contains hidden or 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
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize, edited] | |
| branches: [main] | |
| permissions: | |
| pull-requests: read | |
| checks: write | |
| contents: read | |
| name: Conventional Commits Pull Request Checks | |
| jobs: | |
| commit-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Validate PR title | |
| uses: amannn/action-semantic-pull-request@v5 | |
| # Only run on pull request events | |
| if: github.event_name == 'pull_request' | |
| id: check-pull-request-title-conventional-commits | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.PAT }} |