Skip to content

feat: add more loan status and copy changes to what's next #2334

feat: add more loan status and copy changes to what's next

feat: add more loan status and copy changes to what's next #2334

Workflow file for this run

name: Lint PR (semantic title)
on:
pull_request:
types:
- opened
- synchronize
- edited
env:
GITHUB_PAT: "${{ secrets.KIVA_ROBOT_GITHUB_PAT || github.token }}"
jobs:
lint-title:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: kiva/github-actions
ref: main
token: ${{ env.GITHUB_PAT }}
path: .github/
- name: lint-pr
uses: ./.github/actions/lint-pr
env:
GITHUB_PAT: ${{ env.GITHUB_PAT }}