Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaid/action-uptodater
- Owner: Jaid
- License: mit
- Created: 2019-11-20T06:19:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T23:52:36.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:49:23.947Z (8 months ago)
- Topics: action, actions, autofix, boilerplate, boilerplate-setup, fix, github-action, github-actions, lint, linting, uptodater, validate, validation, workflow
- Language: JavaScript
- Homepage: https://github.com/Jaid/action-node-boilerplate
- Size: 13.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# action-uptodater
**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
Infoapprove
*If true, pull requests created by this action are automatically approved and merged
commitMessagePrefix
*
autofix:
Prefix string used in messages for automatically generated commitsfix
*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 afterwardstoken
*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)