feat: Evaluate watch either through property or eval and use eval_cache #1813
Workflow file for this run
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
| name: 'Semantic Pull Request' | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| # pull_request: | |
| # types: | |
| # - opened | |
| # - edited | |
| # - synchronize | |
| jobs: | |
| main: | |
| name: Validate PR Title | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: semantic-pull-request | |
| uses: amannn/action-semantic-pull-request@v4 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| validateSingleCommit: false |