dessant / lock-threads

GitHub Action that locks closed issues, pull requests and discussions after a period of inactivity
https://github.com/marketplace/actions/lock-threads
MIT License
313 stars 34 forks source link

Option to allow adding references to locked issues? #15

Closed jay closed 4 years ago

jay commented 4 years ago

I would like to allow references in issues after they're locked. For example we have this locked issue curl/curl#2787 and I just referenced it in curl/curl#4758 but in the locked issue there's no reference to the new issue.

dessant commented 4 years ago

I think that's just how GitHub works, future mentions are not shown on locked threads. You could submit a feature request to GitHub, but I think this is done on purpose to prevent appending additional comments to a locked thread by naming an issue with your message, and referencing the locked thread from it.

jay commented 4 years ago

Ok I will follow up with them. Thanks