docs: add example project and remove redundant release-please PR comment#14
Merged
Conversation
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
2 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a short “Example” section to the README to point users to a real-world repository adopting flint, making it easier for new adopters to see an end-to-end setup.
Changes:
- Add an “Example” section linking to
grafana/docker-otel-lgtm - Include direct links to that repo’s
CONTRIBUTING.mdandmise.tomlfor workflow/task wiring reference
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The README already documents that release-please PRs need to be reopened for CI. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
zeitlinger
commented
Feb 16, 2026
Member
Author
zeitlinger
left a comment
There was a problem hiding this comment.
Dismissing Copilot's suggestion — blob/main links render nicely on GitHub (syntax highlighting, line numbers), while raw.githubusercontent.com shows plain text. These links are also excluded from lychee checks.
Add repository guard, pin to ubuntu-24.04, add explicit token, and add YAML document start marker for consistency. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
zeitlinger
added a commit
to grafana/docker-otel-lgtm
that referenced
this pull request
Feb 16, 2026
## Summary - Replaces the detailed "Linting" and "Renovate Dependency Tracking" sections with a concise reference to [flint](https://github.com/grafana/flint), which now documents all of this - Keeps the essential `mise run fix` / `mise run lint` commands for quick reference - Removes unused `[renovate]` link reference ## Related - grafana/flint#14 — companion PR that adds docker-otel-lgtm as an example project in flint's README ## Test plan - [ ] Verify the flint link resolves correctly - [ ] Confirm no other docs reference the removed "Renovate Dependency Tracking" section heading --------- Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
This was referenced Apr 16, 2026
Closed
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related
A companion PR in docker-otel-lgtm simplifies its CONTRIBUTING.md to reference flint instead of duplicating linting/Renovate documentation: grafana/docker-otel-lgtm#1054
Test plan