Skip to content

Change package.json update message to allow faster copy and paste #123

Change package.json update message to allow faster copy and paste

Change package.json update message to allow faster copy and paste #123

Workflow file for this run

name: codemention
on:
pull_request_target:
types: [opened, synchronize, ready_for_review]
jobs:
codemention:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: tobyhs/[email protected]
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}