-
Notifications
You must be signed in to change notification settings - Fork 51
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
Running packit as a service for forks #631
Comments
Hi again!
Regarding running the Packit itself, you need to install the GitHub action there as well. Otherwise we will not receive any events we can react to... So here, I don't think we need/can do anything. Regarding the Copr project, it's not so easy. But a few notes:
|
How about using some token values that can be defined per repo as secrets or environment? E.g. |
Hi @LecrisUT ! We can discuss this together tomorrow, but the audience for this is really really small (nearly everyone uses purely upstream and doesn't need jobs to be run from a fork). And those that need this have a few options to do that -- using the default project names (managed by Packit) is really easy and suggested for PRs in general (one can use (I am leaving discussions for config path and project variables in separate issues.) So, unless we have a really clear use case we can't currently solve, I am going to close this issue. |
Hmm, can we at least document how one can run packit jobs with default project names on a fork when the original uses custom |
Good point, let's add some examples to the example section: https://packit.dev/docs/configuration/examples/ |
Shortly for now:
|
It would be nice to have some configurable options that can override the
.packit.yaml
through the service so that packit can run on github forks and copr forks. E.g. the upstream might define:But on your fork you want to edit it to something like:
Ideally you don't want to rebase back-and-forth so much just to enable this testing. It would be nice to have it editable in either the github app interface or via the
packit
cli such that you can add/replacejobs
per repository.Benefit:
The text was updated successfully, but these errors were encountered: