ERElli / edit-pull-request

Github action to edit pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edit-pull-request

A Github action to edit pull requests

Based on this typescript action template

Supported Features

Development

  1. Make sure you're using the correct node version

    nvm use
  2. Clear node_modules/ and package-lock.json

    npm run clean
  3. Install dependencies

    npm i
  4. Make your file changes

  5. Create a build

    npm run build
    • Actions run against this generated file

Resources

About

Github action to edit pull requests


Languages

Language:TypeScript 100.0%