Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a repo on behalf of user using owned GitHub App #517

Open
tahirmahmudzade opened this issue Mar 9, 2024 · 1 comment
Open

Creating a repo on behalf of user using owned GitHub App #517

tahirmahmudzade opened this issue Mar 9, 2024 · 1 comment
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Support Any questions, information, or general needs around the SDK or GitHub APIs

Comments

@tahirmahmudzade
Copy link

I have a GitHub App that's been installed by other users, and I would like to create a repo from my private template repo on behalf of the user that has installed my GitHub App. My GitHub App has all the necessary permissions:
permissions: {
checks: 'write',
actions: 'write',
contents: 'write',
metadata: 'read',
workflows: 'write',
deployments: 'write',
administration: 'write'
},

  1. How can I create a sample repo on user's repo?
  2. How can I clone my private template repo to the user's GitHub account ?
Copy link

github-actions bot commented Mar 9, 2024

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@nickfloyd nickfloyd added the Type: Support Any questions, information, or general needs around the SDK or GitHub APIs label Mar 11, 2024
@kfcampbell kfcampbell added the Status: Up for grabs Issues that are ready to be worked on by anyone label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Support Any questions, information, or general needs around the SDK or GitHub APIs
Projects
Status: 🔥 Backlog
Development

No branches or pull requests

3 participants