dbeaver/dbeaver-devops#1978 add cache-dependency-path input to action yaml for Java setup #37
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: "Commit Message Validation" | |
| on: | |
| pull_request: | |
| branches: | |
| - devel | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - edited | |
| - ready_for_review | |
| - labeled | |
| jobs: | |
| commit-msg-matcher: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Use local commit-msg-matcher | |
| uses: dbeaver/github-actions/commit-msg-matcher@devel | |
| with: | |
| githubAccessToken: ${{ secrets.DEVOPS_ISSUE_RO_TOKEN }} | |
| jiraAccessToken: ${{ secrets.JIRA_DEVOPS_TICKET_RO_TOKEN }} |