Cleaned up actions and tool configuration#1275
Conversation
PR Review: Cleaned up actions and tool configurationOverall: This is a clean infrastructure/tooling PR with no functional code changes. The only substantive code change is a docstring improvement in Changes assessed
IssuesNo critical or important issues found. The PR is straightforward infrastructure cleanup with no regressions. |
There was a problem hiding this comment.
Pull request overview
This PR consolidates repository tooling/configuration: it migrates Lychee link-checker exclusions into lychee.toml, removes the standalone .lycheeignore, and adds project-specific GitHub Copilot developer instructions alongside a couple of small config/doc cleanups.
Changes:
- Moved Lychee ignore patterns from
.lycheeignoreintolychee.tomland deleted.lycheeignore. - Added
.github/copilot-instructions.mdand adjusted.gitignoreso it’s tracked. - Minor documentation/config cleanups (
hed_id_util.pydocstring tweak,.gitattributessimplification).
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
lychee.toml |
Expands exclude list to include previously ignored URLs/patterns directly in the Lychee config. |
hed/schema/schema_io/hed_id_util.py |
Clarifies _get_hedid_range parameter documentation. |
.lycheeignore |
Removed (exclusions migrated into lychee.toml). |
.gitignore |
Stops ignoring .github/copilot-instructions.md so it can be committed. |
.github/copilot-instructions.md |
Adds repository development instructions and workflow overview. |
.gitattributes |
Removes the _version.py export-subst entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Review: Cleaned up actions and tool configurationOverall this is a clean housekeeping PR. One important issue and one suggestion below. ImportantStale comment in Verified as safe
Suggestion
|
No description provided.