Problem Statement
When https://github.com/llm-d/llm-d-infra/blob/main/.github/workflows/nightly-org-checks.yml detects a typo, it creates an Issue (e.g., llm-d-incubation/llm-d-fast-model-actuation#400). But:
- when the typo is resolved, the same workflow does not automatically close the Issue;
- there is no published way for a contributor to a repo to run the same checks as are run nightly, to verify that a PR from the contributor resolves an Issue opened by
nightly-org-checks.yml.
Proposed Solution
At least tell contributors how to check whether they have resolved Issues opened by the nightly org checks. It would be best if there were a way for a contributor or reviewer of a PR to check for those resolutions before merging the PR.
Ideally, have the checker close issues that it created and are no longer present.
Alternatives Considered
No response
Willingness to Contribute
Yes, I can submit a PR
Additional Context
No response
Problem Statement
When https://github.com/llm-d/llm-d-infra/blob/main/.github/workflows/nightly-org-checks.yml detects a typo, it creates an Issue (e.g., llm-d-incubation/llm-d-fast-model-actuation#400). But:
nightly-org-checks.yml.Proposed Solution
At least tell contributors how to check whether they have resolved Issues opened by the nightly org checks. It would be best if there were a way for a contributor or reviewer of a PR to check for those resolutions before merging the PR.
Ideally, have the checker close issues that it created and are no longer present.
Alternatives Considered
No response
Willingness to Contribute
Yes, I can submit a PR
Additional Context
No response