Skip to content

Bump tj-actions/changed-files from 45.0.4 to 45.0.5 #1

Bump tj-actions/changed-files from 45.0.4 to 45.0.5

Bump tj-actions/changed-files from 45.0.4 to 45.0.5 #1

Workflow file for this run

name: Lint the PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint:
runs-on: ubuntu-22.04
steps:
# https://github.com/marketplace/actions/semantic-pull-request
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}