GitHub Action that ensures my Node projects use an up-to-date boilerplate setup.
| Default | Info | ||
|---|---|---|---|
| approve | * | If true, pull requests created by this action are automatically approved and merged | |
| commitMessagePrefix | * | autofix: | Prefix string used in messages for automatically generated commits |
| fix | * | If true, automatically tries to fix some files and commit them to a pull request | |
| removeBranch | * | true | If true, automatically merged pull requests will delete their branch afterwards |
| token | * | Repository token for allowing the action to make commits. |
Development hints for maintaining and improving action-uptodater
Setting up:
git clone git@github.com:jaid/action-uptodater.git
cd action-uptodater
npm installMIT License
Copyright © 2021, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)