Skip to content

Commit 18b1d1b

Browse files
authored
[bitanmi/charts] Disable pull_request_review_listener
Disable pull_request_review_listener in pr-reviews workflow Signed-off-by: Fran Mulero <fmulero@vmware.com>
1 parent 5034873 commit 18b1d1b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/pr-reviews.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on:
44
types:
55
- review_requested
66
- synchronize
7-
pull_request_review:
8-
types:
9-
- submitted
7+
# For some reason events triggered by pull_request_review
8+
# are failing due to a lack of permissions
9+
# pull_request_review:
10+
# types:
11+
# - submitted
1012
permissions:
1113
repository-projects: write
12-
# These permissions are required by the action
13-
issues: write
14-
pull-requests: write
1514
jobs:
1615
comments_handler:
1716
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)