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 2841880e7ed Remove attempt
2841880e7ed is described below

commit 2841880e7edffad971b11dc91d08f56ab9d51479
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Aug 19 10:24:20 2024 +0200

    Remove attempt
---
 .github/workflows/pr-comment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index 16d8c460b30..cb178c43532 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -25,7 +25,7 @@ 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
+      pull-requests: write # to comment on a pull request
       actions: read # to download artifact
     runs-on: ubuntu-latest
     strategy:

Reply via email to