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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new dfaba673649 Check User permission github action is now whitelisted, 
removing submodule
dfaba673649 is described below

commit dfaba6736496a2b0a7d9c12747d9d151cbb195e8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Aug 29 08:48:25 2024 +0200

    Check User permission github action is now whitelisted, removing submodule
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .github/actions/check-user-permission | 1 -
 .github/workflows/pr-comment.yml      | 2 +-
 .gitmodules                           | 3 ---
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/actions/check-user-permission 
b/.github/actions/check-user-permission
deleted file mode 160000
index 956b2e73cdf..00000000000
--- a/.github/actions/check-user-permission
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 956b2e73cdfe3bcb819bb7225e490cb3b18fd76e
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index d8ee4f1b35c..0a9e9d688b9 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -40,7 +40,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Check Permission
-        uses: ./.github/actions/check-user-permission
+        uses: 
actions-cool/check-user-permission@956b2e73cdfe3bcb819bb7225e490cb3b18fd76e
       - name: Retrieve sha
         id: pr
         env:
diff --git a/.gitmodules b/.gitmodules
index 7931cb5096f..e69de29bb2d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule ".github/actions/check-user-permission"]
-       path = .github/actions/check-user-permission
-       url = [email protected]:actions-cool/check-user-permission.git

Reply via email to