Skip to content

Jaid/action-uptodater

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

action-uptodater

License Sponsor action-uptodater
Build status Commits since v2.5.1 Last commit Issues

GitHub Action that ensures my Node projects use an up-to-date boilerplate setup.

Opinionated

⚠️ This project is tailored to my personal needs and workflows and therefore highly opinionated. Feel free to use it or get inspired by it, but please do not get frustrated if you come across weird features or difficulties integrating it in your own ecosystem.

Options

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

Development hints for maintaining and improving action-uptodater

Setting up:

git clone git@github.com:jaid/action-uptodater.git
cd action-uptodater
npm install

License

MIT License
Copyright © 2021, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)