-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I had an idea to make peril automatically link issues to other issues. I would probably only want to do this with issues that are labeled as a question.
Here's the general idea:
Step 1: Maintaining a list of issues
- We would maintain a single issue that acts as a database of all Moya issues, holding both the issue # and title
- We could store it inside a comment tag even
- When a new issue is labeled a question, peril grabs the issue title, issue number, and edits the comment
Step 2: Linking issues
- When a new issue is labeled as a question, we search the comment containing the list of issues
- After related issues have been collected, we post them back on the original thread
The algorithm to find related issues is still undetermined 😂
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request