Skip to content

fix: update source path for new version #105

fix: update source path for new version

fix: update source path for new version #105

Workflow file for this run

name: PR
on:
pull_request:
branches:
- '*'
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
title-check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}