[bitnami/charts] Fix issue moving cards from forks (#16986)

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2023-06-01 11:03:49 +02:00
committed by GitHub
parent f7a7fbe416
commit 0a0297e78b

View File

@@ -1,19 +1,21 @@
name: '[Support] Review based card movements'
on:
pull_request:
pull_request_target:
types:
- review_requested
- synchronize
permissions:
repository-projects: write
contents: read
issues: read
pull-requests: read
# Remove all permissions by default
permissions: {}
concurrency:
group: card-movement-${{ github.event.number }}
jobs:
handler:
runs-on: ubuntu-latest
permissions:
repository-projects: write
contents: read
issues: read
pull-requests: read
# This job will ignore:
# * Events triggered by bitnami-bot (README commits for example).
# * Events triggered over automated PRs (They are managed in comments.yml workflow).
@@ -24,10 +26,6 @@ jobs:
steps:
- name: Repo checkout
uses: actions/checkout@v3
with:
# Checkout from base to try to get latest information from the main branch.
ref: ${{ github.event.pull_request.base.ref }}
repository: ${{ github.event.pull_request.base.repo.full_name }}
- name: Load .env file
uses: xom9ikk/dotenv@v2
with: