Propose topic-based notifications for issues and PRs - #242
Draft
jeswr wants to merge 2 commits into
Draft
Conversation
elf-pavlik
approved these changes
Sep 1, 2026
Member
|
@ericprud looks very busy 🤣 |
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
This PR proposes topic-based notifications for the Linked Web Storage specifications, based on the initial assignment sketch.
It adds:
For issues, the workflow recognizes the topic selected in the form as well as existing topic labels. For pull requests, it infers topics from the changed file paths. A hidden marker ensures each topic is mentioned only once per issue or PR, including after edits or additional commits.
This is notification automation only: it does not add CODEOWNERS, assign issues, require approvals, or require the tagged participants to have repository write access.
Proposed assignments
Consent requested
Please submit an Approve review if you consent to being automatically mentioned for the topics shown above. These checkboxes can be marked as approvals arrive:
Behavior and limitations
/tests/, because this repository does not currently contain a test-suite directory.lws10-core/index.html; until it is split into an included file, every direct change to that file is treated as an introduction change.pull_request_targetso it can comment on pull requests from forks, but it never checks out or executes contributor code. Its permissions are limited to reading repository/PR metadata and writing issue or PR comments.Verification
actionlint .github/workflows/notify-topic-participants.ymlgithub-script