-
Notifications
You must be signed in to change notification settings - Fork 107
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
Allow to report created github releases #310
Comments
Thanks for the feedback, glad that However, all important information (such as Feel free to file a pull request with the new release stats! :) |
Other github plugin stats can serve as an inspiration: Lines 133 to 142 in 101d208
|
I see, thanks for the pointers! Am I right that I would need to recursively query all repositories that the user has access to in order to retreive if they created a new release? How can I do this? Or is there another, better way? |
Unfortunately it looks like that. Unless there is another API call which would allow searching across projects. I haven't found one in the list. One way could be to provide a list of active projects in the config. It could look like this: [github]
type = github
login = psss
url = https://api.github.com/
projects = psss/did, teemtee/fmf, teemtee/tmt Then we would check only these relevant ones. |
Makes sense 👍 Since I only want to add releaeses logging and not modify existing logic, maybe |
I'd vote for something short, and |
All right |
Hello,
this is a great tool, thank you for creating it! :)
it would be great if it would be possible to track and report github releases that have been created by my account.
Thank you for consideration! :)
The text was updated successfully, but these errors were encountered: