https://github.com/sebbo2002/action-template-updater
Updates a fork of a template repository by creating pull requests for changes
https://github.com/sebbo2002/action-template-updater
Last synced: 4 months ago
JSON representation
Updates a fork of a template repository by creating pull requests for changes
- Host: GitHub
- URL: https://github.com/sebbo2002/action-template-updater
- Owner: sebbo2002
- License: mit
- Created: 2022-05-13T10:30:36.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-26T20:13:08.000Z (5 months ago)
- Last Synced: 2026-02-27T01:41:05.532Z (5 months ago)
- Language: TypeScript
- Size: 5.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# action-template-updater
[](LICENSE)
Updates a fork of a template repository by creating pull requests for changes.
Used in my [JavaScript Template](https://github.com/sebbo2002/js-template).
## ⚡️ Quick Start
```
uses: sebbo2002/action-template-updater
with:
token: ${{ secrets.GITHUB_TOKEN }}
template: sebbo2002/js-template/typescript
assignees:
- sebbo2002
```
#### Or run via commandline:
```
npm run updater -- sebbo2002/js-template/typescript sebbo2002/my-repository-to-update
```
## 🙆🏼♂️ Copyright and license
Copyright (c) Sebastian Pekarek under the [MIT license](LICENSE).