pr-reviews-requested.yml 622 B

1234567891011121314151617181920
  1. # Copyright Broadcom, Inc. All Rights Reserved.
  2. # SPDX-License-Identifier: APACHE-2.0
  3. # NOTE: This workflow is maintained in the https://github.com/bitnami/support repository
  4. name: '[Support] Review based card movements'
  5. on:
  6. pull_request_target:
  7. types:
  8. - review_requested
  9. - synchronize
  10. permissions:
  11. contents: read
  12. # Avoid concurrency over the same issue
  13. concurrency:
  14. group: card-movement-${{ github.event.number }}
  15. jobs:
  16. call-pr-review-workflow:
  17. if: ${{ github.repository_owner == 'bitnami' }}
  18. uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main
  19. secrets: inherit