mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 06:57:55 +08:00
[bitnami/charts] Revisit worflow permissions (#17028)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
2
.github/workflows/triage.yml
vendored
2
.github/workflows/triage.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
if: ${{ github.event_name != 'issues' && github.event.pull_request.user.login == 'bitnami_bot' }}
|
||||
if: ${{ github.event_name != 'issues' && github.event.pull_request.user.login == 'bitnami-bot' }}
|
||||
# The project API is not efficient and requires several requests to create the project card. For that reason we decided to create
|
||||
# a card for the automated PRs only when it is needed.
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user