Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/action-uptodater

GitHub Action that ensures my Node projects use an up-to-date boilerplate setup.
https://github.com/jaid/action-uptodater

action actions autofix boilerplate boilerplate-setup fix github-action github-actions lint linting uptodater validate validation workflow

Last synced: 30 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

:warning: 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:
```bash
git clone [email protected]:jaid/action-uptodater.git
cd action-uptodater
npm install
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/action-uptodater/master/license.txt)
Copyright © 2021, Jaid \ (https://github.com/jaid)