react-native-keycloak icon indicating copy to clipboard operation
react-native-keycloak copied to clipboard

Deploy to Google Play

Open glauberbrack opened this issue 3 years ago • 4 comments
trafficstars

Describe the bug I detected a bug when deploying to Google Play and already made a fix, but I can't open any PR.

glauberbrack avatar Sep 15 '22 02:09 glauberbrack

What's the matter opening a PR?

IronTony avatar Sep 15 '22 06:09 IronTony

$ git push --set-upstream origin fix/query-all-packages

remote: Permission to react-keycloak/react-native-keycloak.git denied to glauberbrack. fatal: unable to access 'https://github.com/react-keycloak/react-native-keycloak/': The requested URL returned error: 403

It's appear that I don't have permission to create a new branch to create a new PR

glauberbrack avatar Sep 15 '22 12:09 glauberbrack

You can't push directly to our repo. You have to:

  1. fork this repo (branch: main)
  2. do the fix onto your git forked repo
  3. from your fixed forked repo, do the PR onto our repo
  4. then we will check and merge if everything is fine

Thank you for the future PR 🥇

IronTony avatar Sep 15 '22 12:09 IronTony

Awesome! It's my first open source contributing. Thank you by the explanation!

glauberbrack avatar Sep 15 '22 13:09 glauberbrack

https://github.com/react-keycloak/react-native-keycloak/pull/106

IronTony avatar Oct 21 '22 10:10 IronTony