diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 98a103e03f0..f794bf57d3e 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -1,22 +1,24 @@ -name: "Lint PR" +name: "Check Semantic Commit" -on: - pull_request - # pull_request_target: - # types: - # - opened - # - edited - # - synchronize +on: + pull_request: + types: + - opened + - edited + - synchronize permissions: - pull-requests: write + contents: read jobs: main: - name: Validate PR title + permissions: + pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs + statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5 + - name: semantic-pull-request + uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: