dotnet / java-interop

Java.Interop provides open-source bindings of Java's Java Native Interface (JNI) for use with .NET managed languages such as C#
Other
189 stars 48 forks source link

[.github] Lock closed issues and PRs after 30 days of inactivity. #1213

Closed jpobst closed 3 months ago

jpobst commented 3 months ago

Context: https://github.com/xamarin/xamarin-android/pull/8655 Context: https://github.com/dotnet/maui/pull/19145

Copy GitHub action script from xamarin-android that locks comments on closed issues/PRs after 30 days of inactivity.

This rule is useful because comments on old, closed issues rarely will be seen or responded to, making us seem unresponsive to users.

Unfortunately there isn't a way to test a GitHub Action without it already being in main, so this is untested. 😦