opral / inlang-fink

Issue tracker for fink
0 stars 0 forks source link

the doc won't let me push changes #24

Closed goksugkdd closed 1 week ago

goksugkdd commented 1 month ago

image

this is the errror code i get when i try to save the changes in the document.

this is the line

image

and this is the change i am trying to save

image

samuelstroschein commented 1 month ago

Is your repo public/can you share the link?

NiklasBuchfink commented 1 month ago

@goksugkdd Thank you for reporting the bug.

  1. Is it possible to share a link to the repository or is it private?
  2. Are you trying to push to the main branch of your repo and it is protected?
NiklasBuchfink commented 1 month ago

@goksugkdd Before everything else, can you check if the inlang GitHub app has access to your repository?

Here is how you can check this:

  1. Go to your repository page on github.com
  2. Click on Settings
  3. Click on GitHub Apps -> Configure inlang
  4. Set "Repository access" to "All repositories" or add your repo to the "Only select repositories"
  5. Click Save
NiklasBuchfink commented 1 week ago

@goksugkdd Lately, we had issues with our app permission flow for organizations.

  1. If you are the owner of the repo, please check if Inlang GitHub is installed and has permission to access your repo.
  2. If you are not the owner of the repo, request that the owner install the inlang GitHub app with sufficient permissions for the repo.
  3. Also, make sure that your repo allows you to commit to the selected branch (e.g. some repos have direct commit to main disabled)

We are working on an update of the permission flow in this PR: https://github.com/opral/monorepo/pull/2905 I will close this issue in favor of: https://github.com/opral/inlang-fink/issues/36

Thanks for the issue and let me know if anything else comes up :)