apupier commented on code in PR #22247:
URL: https://github.com/apache/camel/pull/22247#discussion_r2986355667


##########
.github/workflows/pr-manual-component-test.yml:
##########
@@ -28,20 +28,16 @@ jobs:
     name: PR comment
     if: ${{ github.repository == 'apache/camel' && 
github.event.issue.pull_request && (github.event.comment.author_association == 
'MEMBER' || github.event.comment.author_association == 'OWNER' || 
github.event.comment.author_association == 'CONTRIBUTOR') && 
startsWith(github.event.comment.body, '/component-test') }}
     permissions:
-      pull-requests: write # to comment on a pull request
-      actions: read # to download artifact
+      pull-requests: write
+      actions: write # to dispatch workflows
     runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        java: [ '21' ]
     steps:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           persist-credentials: false
-          submodules: recursive
-      - name: Check Permission
-        uses: 
actions-cool/check-user-permission@7b90a27f92f3961b368376107661682c441f6103

Review Comment:
   Why the check user permission has been removed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to