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 install
MIT License
Copyright © 2021, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)
Uptodater is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.