You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😂
The text was updated successfully, but these errors were encountered:
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
Step 2: Linking issues
The algorithm to find related issues is still undetermined 😂
The text was updated successfully, but these errors were encountered: