Julia Krüger
Julia Krüger
@sanderploegsma We are currently working on making this easier. First step is that Greenkeeper support will be able to remotely 'reset' Greenkeeper on a repository with the help of this...
@krzkaczor tell me the name of the repo, I can reset it remotely! (since https://github.com/greenkeeperio/greenkeeper/pull/479 is now merged)
@krzkaczor done! Soon we'll integrate the reset functionality in the https://account.greenkeeper.io/ page so everyone can do it themselves! :)
Hey, by 'instructions' do you mean you have set up https://github.com/greenkeeperio/greenkeeper-lockfile ? what does the travis log say for the two greenkeeper-lockfile commands?
yes! That would be wonderful. Ideas: - Game of Life - Password generator (generating passwords that you can remember) - Pixel Art Drawing app
@keimlink I know you have switched away from greenkeeper but I'm still trying to solve this. I just saw we already have something that counts how many commits there are...
Hey, a possible solution could be to add greenkeeper-lockfile to your devDependencies instead of installing it at the begin of the CI run. And then call the update/upload script from...
What does the error on the CI say? Could it be that the CI runs `npm ci` to install, which fails if package.json and package-lock.json are out of sync. The...
Hey @bennyn you need to add a GitHub access token. Create one here: https://github.com/settings/tokens and make it available as `GH_TOKEN ` to your CI. The Token needs read/write rights for...