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 39b82d01523 Testing check user permission action
39b82d01523 is described below
commit 39b82d0152387921afd019c75fe14f2fd870b91b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Aug 27 14:33:47 2024 +0200
Testing check user permission action
Signed-off-by: Andrea Cosentino <[email protected]>
---
.github/workflows/pr-comment.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index 9f7072f0c31..f325f0c6829 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -35,8 +35,6 @@ jobs:
matrix:
java: [ '17' ]
steps:
- - name: Check Permission
- uses: ./.github/actions/check-user-permission
- name: Retrieve sha
id: pr
env:
@@ -56,6 +54,8 @@ jobs:
with:
ref: ${{ env.pr_sha }}
submodules: recursive
+ - name: Check Permission
+ uses: ./.github/actions/check-user-permission
- uses:
peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
with:
issue-number: ${{ github.event.issue.number }}