You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2024/01/31 15:54:31 UTC

(doris) 19/37: [Chore](workflow)delete auto-reply workflow (#30626)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 8deeaef61b04633d59f9d57f0e933c3d9a069859
Author: Calvin Kirs <ki...@apache.org>
AuthorDate: Wed Jan 31 14:02:16 2024 +0800

    [Chore](workflow)delete auto-reply workflow (#30626)
    
    auto-reply not working due to permission issue
    Comments on the fork repository failed due to permission issues
    We will instead use Github App to listen for events and then comment.
---
 .github/actions/create-or-update-comment |  1 -
 .github/workflows/auto-pr-reply.yml      | 40 --------------------------------
 .gitmodules                              |  3 ---
 3 files changed, 44 deletions(-)

diff --git a/.github/actions/create-or-update-comment b/.github/actions/create-or-update-comment
deleted file mode 160000
index 23ff15729ef..00000000000
--- a/.github/actions/create-or-update-comment
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 23ff15729ef2fc348714a3bb66d2f655ca9066f2
diff --git a/.github/workflows/auto-pr-reply.yml b/.github/workflows/auto-pr-reply.yml
deleted file mode 100644
index b4c15061f2e..00000000000
--- a/.github/workflows/auto-pr-reply.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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: Auto Reply to PR
-
-on:
-  pull_request:
-    types: [opened]
-
-jobs:
-  comment:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v3
-        with:
-          persist-credentials: false
-          submodules: recursive
-      - name: Comment on PR
-        uses: ./.github/actions/create-or-update-comment
-        with:
-          issue-number: ${{ github.event.pull_request.number }}
-          body: |
-              Thank you for your contribution to Apache Doris.
-  
-              Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+your+PR)
diff --git a/.gitmodules b/.gitmodules
index f092e8b8e5c..a4e579b1794 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -24,6 +24,3 @@
 	path = be/src/clucene
 	url = https://github.com/apache/doris-thirdparty.git
 	branch = clucene
-[submodule ".github/actions/create-or-update-comment"]
-	path = .github/actions/create-or-update-comment
-	url = https://github.com/peter-evans/create-or-update-comment.git


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org