Best practices for updating GitHub Apps #69037
Unanswered
wassson
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 1 comment 1 reply
-
|
Welcome to the GitHub Community, @austinwasson , we're happy you're here! You are more likely to get a useful response if you are posting your question in the applicable category. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a GitHub App and I'm wondering if there are best practices related to updating a GH App's functionality in repos that already have the app installed.
Let's say I develop a new feature that requires a new, custom
label. A solution that comes to mind is to have the users reinstall the GH App on their repo and when theinstallation_repositories.addedevent triggers I can create that label. For obvious reasons this is cumbersome and is the wrong approach, but I'm not finding any good answers to this question in my research. I guess I could also write a script that grabs all installations and makes a request to create the label for each repo, but that feels invasive.How are people handling this kind of change to their apps?
Beta Was this translation helpful? Give feedback.
All reactions