mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitanmi/charts] Disable pull_request_review_listener
Disable pull_request_review_listener in pr-reviews workflow Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -4,14 +4,13 @@ on:
|
||||
types:
|
||||
- review_requested
|
||||
- synchronize
|
||||
pull_request_review:
|
||||
types:
|
||||
- submitted
|
||||
# For some reason events triggered by pull_request_review
|
||||
# are failing due to a lack of permissions
|
||||
# pull_request_review:
|
||||
# types:
|
||||
# - submitted
|
||||
permissions:
|
||||
repository-projects: write
|
||||
# These permissions are required by the action
|
||||
issues: write
|
||||
pull-requests: write
|
||||
jobs:
|
||||
comments_handler:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user