yaalsn commented on a change in pull request #14390:
URL: https://github.com/apache/pulsar/pull/14390#discussion_r812570010



##########
File path: .github/workflows/ci-stable-issue-pr.yaml
##########
@@ -0,0 +1,18 @@
+name: 'Stale issues and PRs'
+on:
+  schedule:
+    - cron: '30 1 * * *'
+
+jobs:
+  stale:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/stale@v4
+        with:
+          repo-token: ${{ secrets.GITHUB_TOKEN }}
+          stale-issue-message: 'Message to comment on stale issues. If none 
provided, will not mark issues stale'
+          stale-pr-message: 'Message to comment on stale PRs. If none 
provided, will not mark PRs stale'
+          days-before-issue-stale: 30
+          days-before-pr-stale: 45
+          days-before-pr-close: -1
+          days-before-issue-close: -1

Review comment:
       fixed




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