Fix: [AEA-0000] - pin conventional-changelog-eslint and stop it updating automatically #141
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: Pull Request Checks | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
quality_checks: | |
uses: ./.github/workflows/quality_checks.yml | |
with: | |
BRANCH_NAME: ${{ github.event.pull_request.head.ref }} | |
secrets: | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
pr_title_format_check: | |
uses: ./.github/workflows/pr_title_check.yml |