Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improve composer autoupdate behaviour (#74)
* chore: update index.js to update based on repo name *-bedrock private using organization repo with github api * feat: update index.js to list all bedrocks and trigger workflow to all define branches feat: update index.js to send workflow with the desired package instead of all pressbooks packages feat: update auto-update.yml to accept input package and prevent concurrent runs when updating multiple packages feat: add test folder to run index.js locally * chore: update dev branches to use test branch of bedrock * chore: add check to see if the repo is in composer.json before dispatching * chore: add checks to ensure the bedrock has the branch and repo before triggering action * chore: build code * chore: add fetch to support lower node version * fix: dispatch using repo name and not the entire object * chore: clean up code * chore: remove testing bedrock trigger only case * chore: update readme.md instruction for usage and release chore: update console log message when dispatching workflow with more clarity
- Loading branch information