chore(deps): bump golangci/golangci-lint-action from 1d64cc17c98f6243ff9c45fc39cc6911222133e3 to b68d21b131098f33ec55c11c242113b4a10dc30a #369
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
| ## Reference: https://github.com/amannn/action-semantic-pull-request | |
| --- | |
| name: "Lint PR Title" | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened, edited, synchronize] | |
| jobs: | |
| lint_pr_title: | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| statuses: write | |
| uses: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@ebb4e218b75c6043139fd69a4c9bb5a465fb696b | |
| secrets: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} |