This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
chore: bump chainguard/wolfi-base from b06d453
to 7574456
in /local-rest-scorer
#41
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: Check PR Title | |
on: | |
pull_request: | |
types: [ opened, reopened, synchronize, edited ] | |
branches: | |
- 'main' | |
- 'release/[0-9]+.[0-9]+' | |
jobs: | |
pr_title_check: | |
name: Check PR Title | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/action-semantic-pull-request@v5 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |