YongGoose commented on code in PR #942:
URL: 
https://github.com/apache/incubator-baremaps/pull/942#discussion_r1938239826


##########
.github/workflows/close-inactive-issues.yml:
##########
@@ -0,0 +1,32 @@
+name: Close inactive issues and PRs
+on:
+  schedule:
+    - cron: "30 1 * * *"
+  workflow_dispatch:
+permissions: read-all
+jobs:
+  close-issues:
+    runs-on: ubuntu-latest
+    permissions:
+      issues: write
+      pull-requests: write
+    steps:
+      - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
+        with:

Review Comment:
   That sounds like a great idea.  
   In fact, the previous messages were from JUnit5, but the revised messages 
feel more encouraging. 💪🏻



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to