Skip to content
package

GitHub Action

Uptodater

v2.5.1 Latest version

Uptodater

package

Uptodater

Validates that my Node projects still use up-to-date boilerplate code

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Uptodater

uses: Jaid/action-uptodater@v2.5.1

Learn more about this action in Jaid/action-uptodater

Choose a version

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)