Skip to content

fix: availability date is now enforced to not be earlier than the month of the transaction #1456

fix: availability date is now enforced to not be earlier than the month of the transaction

fix: availability date is now enforced to not be earlier than the month of the transaction #1456

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-pull-request:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}