Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

chore(deps): update docker/build-push-action action to v6.2.0 #172

chore(deps): update docker/build-push-action action to v6.2.0

chore(deps): update docker/build-push-action action to v6.2.0 #172

---
name: Pull Request Lint
# yamllint disable-line rule:truthy
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
- edited
jobs:
validate:
name: ✏️ Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5.5.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
chore
requireScope: false