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


##########
.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:
   The messages imply that the Baremaps community provided a feedback and will 
do the actual work. What about encouraging ownership? See my suggestions below 
for the messages.



##########
.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:
+          only-labels: "status: waiting-for-feedback" # only consider issues 
and PRs with this label
+          days-before-stale: 30 # 1 month
+          days-before-close: 60 # 2 months after being stale
+          stale-issue-label: "status: stale"
+          stale-pr-label: "status: stale"
+          stale-issue-message: >
+            If you would like us to be able to process this issue, please 
provide the requested information.

Review Comment:
   This issue has been inactive for a while. If you’re still interested, let us 
know how we can help! Our community is small, and we need contributors like 
you. If we don’t hear back, we may close it, but you’re always welcome to 
reopen it. Let’s build this together! 🚀



##########
.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:
+          only-labels: "status: waiting-for-feedback" # only consider issues 
and PRs with this label
+          days-before-stale: 30 # 1 month
+          days-before-close: 60 # 2 months after being stale
+          stale-issue-label: "status: stale"
+          stale-pr-label: "status: stale"
+          stale-issue-message: >
+            If you would like us to be able to process this issue, please 
provide the requested information.
+            If the information is not provided within the next 2 months, we 
will be unable to proceed and this issue will be closed.
+          close-issue-message: >
+            Closing due to lack of requested feedback.

Review Comment:
   Closing this issue due to inactivity. If you’re still interested, let us 
know! Our community is small, and we need contributors like you. If you provide 
more details or take the lead on a solution, we’ll be happy to re-open it. 
Let’s build this together! 🚀



##########
.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:
+          only-labels: "status: waiting-for-feedback" # only consider issues 
and PRs with this label
+          days-before-stale: 30 # 1 month
+          days-before-close: 60 # 2 months after being stale
+          stale-issue-label: "status: stale"
+          stale-pr-label: "status: stale"
+          stale-issue-message: >
+            If you would like us to be able to process this issue, please 
provide the requested information.
+            If the information is not provided within the next 2 months, we 
will be unable to proceed and this issue will be closed.
+          close-issue-message: >
+            Closing due to lack of requested feedback.
+            If you would like to proceed with your contribution, please 
provide the requested information and we will re-open this issue.
+          stale-pr-message: >

Review Comment:
   This PR has been inactive for a while. If you’re still working on it, let us 
know how we can help! Our community is small, and we need contributors like 
you. If we don’t hear back, we may close it, but you’re always welcome to 
reopen it. Let’s build this together! 🚀



##########
.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:
+          only-labels: "status: waiting-for-feedback" # only consider issues 
and PRs with this label
+          days-before-stale: 30 # 1 month
+          days-before-close: 60 # 2 months after being stale
+          stale-issue-label: "status: stale"
+          stale-pr-label: "status: stale"
+          stale-issue-message: >
+            If you would like us to be able to process this issue, please 
provide the requested information.
+            If the information is not provided within the next 2 months, we 
will be unable to proceed and this issue will be closed.
+          close-issue-message: >
+            Closing due to lack of requested feedback.
+            If you would like to proceed with your contribution, please 
provide the requested information and we will re-open this issue.
+          stale-pr-message: >
+            If you would like us to be able to process this pull request, 
please provide the requested information or make the requested changes.
+            If the information is not provided or the requested changes are 
not made within the next 2 months, we will be unable to proceed and this pull 
request will be closed.
+          close-pr-message: >
+            Closing due to lack of requested feedback.

Review Comment:
   Closing this PR due to inactivity. If you’d like to continue, let us know! 
Our community is small, and we need contributors like you. Feel free to re-open 
this PR or submit a new one when you’re ready. Let’s build this together! 🚀



-- 
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