packit / packit.dev

packit.dev website content
https://packit.dev/
MIT License
9 stars 50 forks source link

Provide a dedicated page with GitHub app commands #573

Open TomasTomecek opened 1 year ago

TomasTomecek commented 1 year ago

/packit help is a solution but clutters PR

We should instead have a dedicated page where all commands are listed and documented.

lachmanfrantisek commented 1 year ago

Maybe just add a new comment with a link to the doc page? (So we don't need to have that info in the packit-service code.)

lachmanfrantisek commented 1 year ago

We should instead have a dedicated page where all commands are listed and documented.

Do we want to have this for all the jobs in one place? Or document this for each job separatelly?

TomasTomecek commented 1 year ago

The ask was that it's hard to find all the supported /packit commands as they are spread all over our documentation. So ideally a single page or group of pages per command.

lachmanfrantisek commented 1 year ago

I would say we already have something like that: https://packit.dev/docs/guide/#how-to-re-trigger-packit-actions-in-your-pull-request

To improve that, we can generalise the text/title (= include issue comments) and link it from other places.

TomasTomecek commented 1 year ago

Yes, true, but there is also propose_downstream, verify-fas, vm-image-build... :)