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

make it possible to run on a PR #2

Open
mockersf opened this issue Oct 16, 2023 · 3 comments
Open

make it possible to run on a PR #2

mockersf opened this issue Oct 16, 2023 · 3 comments

Comments

@mockersf
Copy link
Member

It should be possible to run on a PR, to compare with main
Results from a PR should either be displayed on their own page, or on the main page but only when asked for to not make the results on main harder to read

@rparrett
Copy link
Contributor

rparrett commented Oct 16, 2023

Have you considered the sort of setup where you can summon the runner from a PR comment? (or by adding a tag or something?)

@mockersf
Copy link
Member Author

The cleanest way to integrate would be to build a GitHub app, with a bot that would react to a webhook. The GitHub app would have permissions to trigger jobs in this repo and to comment on PRs in the Bevy repo, and it would be triggered by the webhook

@BD103
Copy link
Member

BD103 commented Jul 5, 2024

I know it's been a while, but I've been considering hosting a Github App on my Raspberry Pi that can be used with bevy-bencher. Perhaps this can integrate with it? (@bevybot is unused on Github!)

It would require configuring webhooks for the organization that installs it,. and basically all PR comments would be sent to the server, but it would work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants