Document opting out of Fedora CI by m-blaha · Pull Request #1114 · packit/packit.dev

@m-blaha

@m-blaha

@centosinfra-prod-github-app

lbarcziova

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise LGTM!

Comment on lines +28 to +39

## Opting out of Log Detective

[Log Detective](https://log-detective.com/) analyzes failed Koji build logs to help identify the root cause.
To opt out of this analysis for your project, open a [pull request](https://github.com/packit/deployment/pulls)
adding your project URL to `fedora_ci.disabled_projects_for_logdetective` in the
[deployment configuration](https://github.com/packit/deployment/blob/main/secrets/packit/prod/packit-service.yaml.j2):

```yaml
fedora_ci:
disabled_projects_for_logdetective:
- https://src.fedoraproject.org/rpms/your-package
```

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's omit this before the feature is available in prod and add the docs once we transition