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

Add installation_repositories.added listener to process newly added or removed repositories #23

Open
vishesh-baghel opened this issue Dec 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vishesh-baghel
Copy link
Owner

It is important to handle removed repositories because it may happen that the bot won't be able to fetch the details of the removed repository.
use response.repositories_added to get the list. same for removed repos.
`
"repositories_added": [
{
"id": 732309770,
"node_id": "R_kgDOK6YpCg",
"name": "lombok",
"full_name": "vishesh-baghel/lombok",
"private": false
}
],
"repositories_removed": [

],
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant