[
https://issues.apache.org/jira/browse/HADOOP-19675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018317#comment-18018317
]
ASF GitHub Bot commented on HADOOP-19675:
-----------------------------------------
ahmarsuhail commented on code in PR #7930:
URL: https://github.com/apache/hadoop/pull/7930#discussion_r2324404204
##########
.github/workflows/stale.yml:
##########
@@ -0,0 +1,44 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+name: Close stale PRs
+on:
+ schedule:
+ - cron: "0 0 * * *"
+
+jobs:
+ stale:
+ if: github.repository == 'apache/hadoop'
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/stale@v1
+ with:
+ stale-pr-message: >
+ We're closing this stale PR because it has been open 100 days with
Review Comment:
nit: open for 100 days
> Close stale PRs updated over 100 days ago.
> ------------------------------------------
>
> Key: HADOOP-19675
> URL: https://issues.apache.org/jira/browse/HADOOP-19675
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Xiaoqiao He
> Assignee: Xiaoqiao He
> Priority: Major
> Labels: pull-request-available
>
> Close stale PRs on GitHub which updated over 100 days ago, base on the voting
> thread: https://lists.apache.org/thread/7x6c029fp9k62bxt2995dz6q6j6sg0bh
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]