snowdrop / snowdrop-automation-client

snowdrop-automation-client
Apache License 2.0
1 stars 1 forks source link

Fix launcher pull request creation #70

Closed jacobdotcosta closed 4 years ago

jacobdotcosta commented 4 years ago

It's now being created manually.

gytis commented 4 years ago

For some reason we started getting HTTP request failures when accessing third-party GitHub organisations with our token (it used to work before). We were still able to read them (e.g. to do a rebase) but the token had to be set to null. We were not able to raise a PR without a valid token, however, and as a workaround I have disabled the last step which raises a PR (https://github.com/snowdrop/snowdrop-automation-client/commit/19a4cb9d940c3aa8e787032b7eb6a63ad19e13dc).

gytis commented 4 years ago

We either need to authorise Atomist in the launcher catalog repo or configure our personal tokens locally. I've asked Tako if he wouldn't mind us taking the first option, since it would make the configuration much easier.

gytis commented 4 years ago

PR: https://github.com/snowdrop/snowdrop-automation-client/pull/89