chore(ci-deps): bump glob from 10.4.2 to 10.4.5 in /scripts/ci/cache in the minor-patch-dependencies group across 1 directory #91294
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 lint | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
lint: | |
name: Lint PR title | |
runs-on: ec2-runners | |
container: | |
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest | |
steps: | |
- uses: amannn/action-semantic-pull-request@v5 | |
with: | |
types: | | |
feat | |
infra | |
fix | |
docs | |
style | |
refactor | |
perf | |
test | |
build | |
ci | |
chore | |
revert | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |