fix(deps): update golang.org/x/exp digest to 7e4ce0a #2805
Workflow file for this run
This file contains 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: PR Title | |
on: | |
pull_request: | |
types: [opened, edited, reopened, synchronize] | |
permissions: read-all | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
configuration_path: ".github/pr-title-checker-config.json" |