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 9de8d9c93dc Testing check user permission action
9de8d9c93dc is described below
commit 9de8d9c93dcab51de34f1451575ec41fa4b8986d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Aug 27 14:27:49 2024 +0200
Testing check user permission action
Signed-off-by: Andrea Cosentino <[email protected]>
---
.github/actions/check-user-permission | 1 +
.github/workflows/pr-comment.yml | 2 +-
.gitmodules | 3 +++
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/actions/check-user-permission
b/.github/actions/check-user-permission
new file mode 160000
index 00000000000..956b2e73cdf
--- /dev/null
+++ b/.github/actions/check-user-permission
@@ -0,0 +1 @@
+Subproject commit 956b2e73cdfe3bcb819bb7225e490cb3b18fd76e
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index c88f72f91d1..9f7072f0c31 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -36,7 +36,7 @@ jobs:
java: [ '17' ]
steps:
- name: Check Permission
- uses:
actions-cool/check-user-permission@956b2e73cdfe3bcb819bb7225e490cb3b18fd76e
+ uses: ./.github/actions/check-user-permission
- name: Retrieve sha
id: pr
env:
diff --git a/.gitmodules b/.gitmodules
index e69de29bb2d..7931cb5096f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule ".github/actions/check-user-permission"]
+ path = .github/actions/check-user-permission
+ url = [email protected]:actions-cool/check-user-permission.git