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 122b50b8f49 Attempt to check for permissions
122b50b8f49 is described below
commit 122b50b8f4977aed1ca9f725fa660088c205307d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Aug 19 10:10:04 2024 +0200
Attempt to check for permissions
---
.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 cb178c43532..16d8c460b30 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: